Issue. Starting Hadoop HDFS with command start-dfs.sh. Entering correct password, but getting permission denied: Continue reading
start-dfs.sh: Permission denied, please try again
Leave a reply
Issue. Starting Hadoop HDFS with command start-dfs.sh. Entering correct password, but getting permission denied: Continue reading
Ssh to master node, print applicaton list and find your app:
1 |
yarn application -list |
Kill your application using app id:
1 |
yarn application -kill <My application id> |