Hadoop启动成功后,50030和50070端口都访问不了,8088端口可以访问,IP地址ping得通

qq_16069679 2016-08-24 10:25:02

mapred.xml配置如下:<property>
<name>mapred.job.tracker</name>
<value>127.0.0.1:9999</value>
<description>The host and port that the MapReduce job tracker runs
at. If "local", then jobs are run in-process as a single map
and reduce task.
</description>
</property>

<property>
<name>mapreduce.local.clientfactory.class.name</name>
<value>org.apache.hadoop.mapred.LocalClientFactory</value>
<description>This the client factory that is responsible for
creating local job runner client</description>
</property>

<property>
<name>mapreduce.jobtracker.http.address</name>
<value>0.0.0.0:50030</value>
<description>
The job tracker http server address and port the server will listen on.
If the port is 0 then the server will start on a free port.
</description>
</property>
hdfs.xml配置如下:
<property>
<name>dfs.namenode.http-address</name>
<value>0.0.0.0:50070</value>
<description>
The address and the base port where the dfs namenode web ui will listen on.
</description>
</property>
启动日志如下:
$ ./start-all.sh
This script is Deprecated. Instead use start-dfs.sh and start-yarn.sh
16/08/24 09:59:32 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
]tarting namenodes on [127.0.0.1
: Name or service not knownstname 127.0.0.1
localhost: starting datanode, logging to /cygdrive/e/hadoop/hadoop-2.7.2/hadoop-2.7.2/logs/hadoop-xd.bu-datanode-xm-xd-bu.out
]tarting secondary namenodes [0.0.0.0
: Name or service not knownstname 0.0.0.0
16/08/24 10:00:28 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
starting yarn daemons
starting resourcemanager, logging to /cygdrive/e/hadoop/hadoop-2.7.2/hadoop-2.7.2/logs/yarn-xd.bu-resourcemanager-xm-xd-bu.out
localhost: starting nodemanager, logging to /cygdrive/e/hadoop/hadoop-2.7.2/hadoop-2.7.2/logs/yarn-xd.bu-nodemanager-xm-xd-bu.out

请帮忙看一下是什么问题。谢谢大家。
...全文
1568 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
  • 打赏
  • 举报
回复
/etc/hosts这里有没有配置连接点的ip?
暖心大人 2016-08-24
  • 打赏
  • 举报
回复
确定都启动了? 是不是有的启动失败了

51,411

社区成员

发帖
与我相关
我的任务
社区描述
Java相关技术讨论
javaspring bootspring cloud 技术论坛(原bbs)
社区管理员
  • Java相关社区
  • 小虚竹
  • 谙忆
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧