ordinary 发表于 2013-1-28 16:52:18

hadoop注意项

环境:
   系统:ubuntu 10.10
   hadoop版本:0.21
   问题:
      输入:hadoop namenode -format
      错误:DEPRECATED: Use of this script to execute hdfs command is deprecated.
Instead use the hdfs command for it.
      解决办法:hdfs namenode -format
      可能原因:hadoop已经去掉hadoop进行国际化换为:hdfs
      输入:./start-all.sh
      错误:This script is Deprecated. Instead use start-dfs.sh and start-mapred.sh
      解决办法:./start-dfs.sh ;./start-mapred.sh
      可能原因:用./start-dfs.sh ;./start-mapred.sh替换了./start-all.sh
页: [1]
查看完整版本: hadoop注意项