Re: how to execute HDFS file actions from shell action on Kerberized Cluster

2016-11-25 Thread Peter Cseh
Hi, The best way is to split up the shell script and use FS action s, Hive action s and other specific actions in the workflow. This way you can

how to execute HDFS file actions from shell action on Kerberized Cluster

2016-11-24 Thread Aniruddh Sharma
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"