namenode not getting started in hadoop1.2.1 ?
Hi All,
Today I have faced one problem in configuring hadoop single node cluster using hadoop1.2.1 version.
I have just configured all xml files in conf directory and tried to run the hdfs using start-dfs.sh. But I am unable to start the namenode.
Solution:
Goto core-site.xml and change the property name "dfs.default.name" to "fs.default.name". And run the hdfs service using the same command start-dfs.sh .
Check services using jps
http://stackoverflow.com/questions/8076439/namenode-not-getting-started/19227253#19227253
Hi All,
Today I have faced one problem in configuring hadoop single node cluster using hadoop1.2.1 version.
I have just configured all xml files in conf directory and tried to run the hdfs using start-dfs.sh. But I am unable to start the namenode.
Solution:
Goto core-site.xml and change the property name "dfs.default.name" to "fs.default.name". And run the hdfs service using the same command start-dfs.sh .
Check services using jps
http://stackoverflow.com/questions/8076439/namenode-not-getting-started/19227253#19227253
Hi Mr.Nagarjuna,
ReplyDeleteIs there any difference dfs and fs ?
Not Sure
Delete