34638/not-able-to-start-namenode-with-start-all-sh
When i run
./start-all.sh
all the daemons are starting but namenode is not stopping
jps 8160 NodeManager 8464 Jps 7767 SecondaryNameNode 7927 ResourceManager 7576 DataNode
I tried stopping and then starting the daemons but no luck.
Try this:
stop all the daemons:
./stop-all.sh
format the namenode:
cd $HADOOP_HOME/bin hadoop namenode -format
now start the daemons again
cd $HADOOP_HOME/sbin ./start-all.sh
Hey! The error seems like the problem is ...READ MORE
Hi, @Kamaraj, It looks like a path issue, ...READ MORE
You have to start JobHistoryServer process specifically ...READ MORE
You have to remove the localhost entry from hbase server's ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
Stop all running server 1) stop-all.sh Edit the ...READ MORE
You can re-install openssh-client and openssh-server: $ sudo ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.