Hdfs

Connect

Connect with delegation tokens

You can take config from Hive2 UI /conf

You can get delegation token with https://github.com/Veids/hadoop_rtools and pass it as HADOOP_TOKEN_FILE_LOCATION=path

#example command

HADOOP_TOKEN_FILE_LOCATION=path ./hadoop --config ./config fs -fs hdfs://smth -ls /

Tips

__spark_conf__.zip:
  / __spark_conf__.properties  #can contains creds

Last updated