Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 04-21-2016 05:59 PM
Hello,
Namenode is failiting to start on HADP with windows environment.
I have attached the error message with hfds-site xml.txt. docuement.
Can anyone please provide where we need to change the properties and update the Xml file?
Created 04-21-2016 06:46 PM
Error says namenode is not formatted. Is this a new install?
hadoop namenode -format (as hdfs/hadoop user)
This will format your namenode and you can start back, but if you have any data already in, you will lose it. So be careful when you run this one.
Created 04-21-2016 06:46 PM
Error says namenode is not formatted. Is this a new install?
hadoop namenode -format (as hdfs/hadoop user)
This will format your namenode and you can start back, but if you have any data already in, you will lose it. So be careful when you run this one.
Created 04-21-2016 07:13 PM
Thank you Ravi.
Do you think, I need to change
core-site.xml file also? please suggest. thanks