Member since
08-07-2017
8
Posts
0
Kudos Received
0
Solutions
10-30-2017
12:54 PM
1 Kudo
@Florin Miron This error might arise if you do not start namenode as hdfs user. Actually, you are trying to run it as root user but the file /hadoop/hdfs/namenode/in_use.lock is owned by hdfs user. Do not use sudo to start hadoop processess. Try to start it without sudo. Try this: su -l hdfs -c "/usr/hdp/current/hadoop-hdfs-namenode/../hadoop/sbin/hadoop-daemon.sh start namenode" Can you try that and revert
... View more
10-24-2017
05:23 PM
@Florin Miron, Can you kindly accept the answer. This will be very useful for the community users. Thanks, Aditya
... View more