Details
Description
As reported in the forum by Wen Lin (wlin@pivotal.io)
[gpadmin@master simple-yarn-app]$ hadoop jar
~/hadoop/singlecluster/hadoop/share/hadoop/yarn/hadoop-yarn-applications-unmanaged-am-launcher-2.6.0.3.0.0.0-120.jar
Client --classpath ./target/simple-yarn-app-1.1.0.jar -cmd "java
com.hortonworks.simpleyarnapp.ApplicationMaster /bin/date 2"
error is coming as
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: Error in handling event type REGISTERED for applicationAttempt
application_1450079798629_0001
664 java.lang.NullPointerException
665 at
org.apache.hadoop.yarn.server.resourcemanager.metrics.SystemMetricsPublisher.appAttemptRegistered(SystemMetricsPublisher.java:143)
666 at
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptImpl$AMRegisteredTransition.transition(RMAppAttemptImpl.java:1365)
667 at
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptImpl$AMRegisteredTransition.transition(RMAppAttemptImpl.java:1341)
668 at
org.apache.hadoop.yarn.state.StateMachineFactory$SingleInternalArc.doTransition(StateMachineFactory.java:362)
Attachments
Attachments
Issue Links
- breaks
-
YARN-4623 TestSystemMetricsPublisher#testPublishAppAttemptMetricsForUnmanagedAM fails with NPE
- Closed
- is broken by
-
YARN-4422 Generic AHS sometimes doesn't show started, node, or logs on App page
- Closed
- is related to
-
YARN-2559 ResourceManager sometime become un-responsive due to NPE in SystemMetricsPublisher
- Closed