读书人

hadoop 单机节点装配

发布时间: 2013-11-23 10:52:51 作者: rapoo

hadoop 单机节点安装
Execution

Format a new distributed-filesystem:
$ bin/hadoop namenode -format

Start the hadoop daemons:
$ bin/start-all.sh

The hadoop daemon log output is written to the?${HADOOP_LOG_DIR}?directory (defaults to?${HADOOP_HOME}/logs).

Browse the web interface for the NameNode and the JobTracker; by default they are available at:

读书人网 >编程

热点推荐