Member since
08-08-2017
11
Posts
0
Kudos Received
0
Solutions
09-07-2017
05:16 PM
Check that you have /user/tcb directory on the HDFS. Log in as hdfs user and run following commands: hadoop fs -mkdir /user/tcb hadoop fs -chown tcp /user/tcb
... View more
08-04-2018
11:10 AM
When you will add some security services to your cluster like knox and ranger (In my case it was Knox) it will change the NameNode directory which create the problem. So revert it back to original will solve the problem. Thanks Pankaj !!
... View more