Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hadoop 跑应用卡在map100%,reduce0%; #9

Open
Wastexin opened this issue Oct 16, 2020 · 0 comments
Open

Hadoop 跑应用卡在map100%,reduce0%; #9

Wastexin opened this issue Oct 16, 2020 · 0 comments

Comments

@Wastexin
Copy link

Wastexin commented Oct 16, 2020

在进行hadoop的example wordcount出现:
image
这种情况。

解决方法:

修改hadoop集群所有节点上yarn-site.xml配置文件,在该文件中配置ResourceManager Master节点所在地址即可解决问题。详细配置信息如下:
<property> <name>yarn.resourcemanager.address</name> <value>master:8032</value> </property> <property> <name>yarn.resourcemanager.scheduler.address</name> <value>master:8030</value> </property> <property> <name>yarn.resourcemanager.resource-tracker.address</name> <value>master:8031</value> </property>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant