DataNode failing to Start in Hadoop

后端 未结 1 816
盖世英雄少女心
盖世英雄少女心 2021-01-15 01:40

I trying setup Hadoop install on Ubuntu 11.04 and Java 6 sun. I was working with hadoop 0.20.203 rc1 build. I am repeatedly running into an issue on Ubuntu 11.04 with java-6

1条回答
  •  囚心锁ツ
    2021-01-15 02:12

    Yes I formatted the namenode , the problem was in of the rogue templates for hdfs-site.xml that i copy pasted , the dfs.data.dir and dfs.name.dir pointed to the same directory location resulting Locked storage error. They should be different directories. Unfortunately, the hadoop documentation is not clear enough in this subtle details.

    0 讨论(0)
提交回复
热议问题