Hello

I know if one has to execute hive action from shell , then one can do
something like this
 hive -e "SET mapreduce.job.credentials.binary=$HADOOP_TOKEN_FILE_LOCATION;
select * from test"


 My requirement is to execute hdfs fs actions from shell.
for example "hadoop fs -get /user/abc/d.txt"

But it fails because of Kerberos. How I can use HADOOP_TOKEN_FILE_LOCATION
to authenticate for HDFS file actions ?

Thanks and Regards
Aniruddh

Reply via email to