ERROR Org.apache.hadoop.yarn.server.resourcemanager.ResourceManager:RECEIVED SIGNAL 15:sigterm

Source: Internet
Author: User
Tags sleep


Rebuild the Hadoop cluster, when everything is ready, after starting the cluster, you can see through the JPS command on master and all the slave nodes that the process that the cluster should start has been started. You can also view all Datanode in live status via Port 50070 and upload the downloaded file to HDFs as normal.


However, on port 8088, no nodes information is visible, the task is submitted to the cluster, and the task is stuck in the accepted state.


The following error is prompted by viewing the log discovery:


2016-03-15 15:51:01,740 ERROR Org.apache.hadoop.yarn.server.resourcemanager.ResourceManager:RECEIVED SIGNAL 15: SIGTERM
2016-03-15 15:51:01,743 ERROR Org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager:ExpiredTokenRemover received Java.lang.InterruptedException:sleep interrupted
2016-03-15 15:51:01,743 INFO org.mortbay.log:Stopped httpserver2$selectchannelconnectorwithsafestartup@0.0.0.0:8088
2016-03-15 15:51:01,744 ERROR Org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager:ExpiredTokenRemover received Java.lang.InterruptedException:sleep interrupted
2016-03-15 15:51:01,744 ERROR Org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager:ExpiredTokenRemover received Java.lang.InterruptedException:sleep interrupted

 
Workaround: Add the following configuration parameters in Yarn-site.xml:

 That is, specify the IP that Yarn.resourcemanager.hostname is the master node.


<property>
<name>yarn.resourcemanager.hostname</name>
<value>192.168.0.100</value>
</property>





Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.