Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Namenode is failiting to start on HADP with windows environment

avatar
New Member
hfds-site-xml.txtnamenode-fail.jpg

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?

1 ACCEPTED SOLUTION

avatar
Guru

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.

View solution in original post

2 REPLIES 2

avatar
Guru

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.

avatar
New Member

Thank you Ravi.

Do you think, I need to change

core-site.xml file also? please suggest. thanks