求指点,hadoop集群配置后Namenode、Datanode不能正常启动
发表于 : 2016-08-24 16:09
集群中有一个Slave
代码: 全选
hadoop@Master:~$ jps
46400 NameNode
46993 JobHistoryServer
46722 ResourceManager
46585 SecondaryNameNode
47038 Jps
hadoop@Master:~$ hdfs dfsadmin -report
Configured Capacity: 0 (0 B)
Present Capacity: 0 (0 B)
DFS Remaining: 0 (0 B)
DFS Used: 0 (0 B)
DFS Used%: NaN%
Under replicated blocks: 0
Blocks with corrupt replicas: 0
Missing blocks: 0
-------------------------------------------------
hadoop@Master:~$ netstat -an | grep 9000
tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:37158 127.0.0.1:9000 TIME_WAIT