[ https://issues.apache.org/jira/browse/HADOOP-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13617150#comment-13617150 ]
Hadoop QA commented on HADOOP-9444: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12575809/YARN-509.patch.txt against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 javadoc{color}. The javadoc tool did not generate any warning messages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:eclipse. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 1.3.9) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in hadoop-common-project/hadoop-common. {color:green}+1 contrib tests{color}. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/2380//testReport/ Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/2380//console This message is automatically generated. > $var shell substitution in properties are not expanded in hadoop-policy.xml > --------------------------------------------------------------------------- > > Key: HADOOP-9444 > URL: https://issues.apache.org/jira/browse/HADOOP-9444 > Project: Hadoop Common > Issue Type: Bug > Components: conf > Affects Versions: 2.0.1-alpha > Environment: BigTop Kerberized cluster test environment > Reporter: Konstantin Boudnik > Assignee: Roman Shaposhnik > Priority: Blocker > Fix For: 2.0.4-alpha > > Attachments: YARN-509.patch.txt > > > During BigTop 0.6.0 release test cycle, [~rvs] came around the following > problem: > {noformat} > 013-03-26 15:37:03,573 FATAL > org.apache.hadoop.yarn.server.nodemanager.NodeManager: Error starting > NodeManager > org.apache.hadoop.yarn.YarnException: Failed to Start > org.apache.hadoop.yarn.server.nodemanager.NodeManager > at > org.apache.hadoop.yarn.service.CompositeService.start(CompositeService.java:78) > at > org.apache.hadoop.yarn.server.nodemanager.NodeManager.start(NodeManager.java:199) > at > org.apache.hadoop.yarn.server.nodemanager.NodeManager.initAndStartNodeManager(NodeManager.java:322) > at > org.apache.hadoop.yarn.server.nodemanager.NodeManager.main(NodeManager.java:359) > Caused by: org.apache.avro.AvroRuntimeException: > java.lang.reflect.UndeclaredThrowableException > at > org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.start(NodeStatusUpdaterImpl.java:162) > at > org.apache.hadoop.yarn.service.CompositeService.start(CompositeService.java:68) > ... 3 more > Caused by: java.lang.reflect.UndeclaredThrowableException > at > org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwrapAndThrowException(YarnRemoteExceptionPBImpl.java:128) > at > org.apache.hadoop.yarn.server.api.impl.pb.client.ResourceTrackerPBClientImpl.registerNodeManager(ResourceTrackerPBClientImpl.java:61) > at > org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.registerWithRM(NodeStatusUpdaterImpl.java:199) > at > org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.start(NodeStatusUpdaterImpl.java:158) > ... 4 more > Caused by: > org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): > User yarn/ip-10-46-37-244.ec2.internal@BIGTOP (auth:KERBEROS) is not > authorized for protocol interface > org.apache.hadoop.yarn.server.api.ResourceTrackerPB, expected client > Kerberos principal is yarn/ip-10-46-37-244.ec2.internal@BIGTOP > at org.apache.hadoop.ipc.Client.call(Client.java:1235) > at > org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:202) > at $Proxy26.registerNodeManager(Unknown Source) > at > org.apache.hadoop.yarn.server.api.impl.pb.client.ResourceTrackerPBClientImpl.registerNodeManager(ResourceTrackerPBClientImpl.java:59) > ... 6 more > {noformat} > The most significant part is > {{User yarn/ip-10-46-37-244.ec2.internal@BIGTOP (auth:KERBEROS) is not > authorized for protocol interface > org.apache.hadoop.yarn.server.api.ResourceTrackerPB}} indicating that > ResourceTrackerPB hasn't been annotated with {{@KerberosInfo}} nor > {{@TokenInfo}} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira