See <https://builds.apache.org/job/Hadoop-Yarn-trunk/911/changes>

Changes:

[ozawa] MAPREDUCE-6341. Fix typo in mapreduce tutorial. Contributed by John 
Michael Luy.

[xgong] YARN-3530. ATS throws exception on trying to filter results without

[arp] HDFS-8205. CommandFormat#parse() should not parse option as value of 
option. (Contributed by Peter Shi and Xiaoyu Yao)

[arp] HDFS-8205. Fix CHANGES.txt

[rkanter] HADOOP-11870. [JDK8] AuthenticationFilter, CertificateUtil, 
SignerSecretProviders, KeyAuthorizationKeyProvider Javadoc issues (rkanter)

[kasha] Update CHANGES.txt - Pulled in YARN-3465, YARN-3516, and YARN-3464 to 
branch-2.7 (for 2.7.1)

[vinodkv] MAPREDUCE-6324. Fixed MapReduce uber jobs to not fail the udpate of 
AM-RM tokens when they roll-over. Contributed by Jason Lowe.

[wangda] YARN-2740. Fix NodeLabelsManager to properly handle node label 
modifications when distributed node label configuration enabled. (Naganarasimha 
G R via wangda)

[cnauroth] HDFS-8232. Missing datanode counters when using Metrics2 sink 
interface. Contributed by Anu Engineer.

[devaraj] Moving MAPREDUCE-6252 to the 2.7.1 CHANGES.txt

------------------------------------------
[...truncated 10801 lines...]
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto.<init>(YarnProtos.java:23992)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto.<init>(YarnProtos.java:23950)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto$1.parsePartialFrom(YarnProtos.java:24038)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto$1.parsePartialFrom(YarnProtos.java:24033)
        at 
com.google.protobuf.CodedInputStream.readMessage(CodedInputStream.java:309)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.<init>(YarnServerResourceManagerServiceProtos.java:6443)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.<init>(YarnServerResourceManagerServiceProtos.java:6390)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto$1.parsePartialFrom(YarnServerResourceManagerServiceProtos.java:6479)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto$1.parsePartialFrom(YarnServerResourceManagerServiceProtos.java:6474)
        at 
com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:200)
        at 
com.google.protobuf.AbstractParser.parsePartialDelimitedFrom(AbstractParser.java:241)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:253)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:259)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:49)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.parseDelimitedFrom(YarnServerResourceManagerServiceProtos.java:6635)
        at 
org.apache.hadoop.yarn.nodelabels.FileSystemNodeLabelsStore.recover(FileSystemNodeLabelsStore.java:210)
        at 
org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager.initNodeLabelStore(CommonNodeLabelsManager.java:232)
        at 
org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager.serviceInit(CommonNodeLabelsManager.java:223)
        at 
org.apache.hadoop.yarn.server.resourcemanager.nodelabels.RMNodeLabelsManager.serviceInit(RMNodeLabelsManager.java:66)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceInit(ResourceManager.java:558)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.createAndInitActiveServices(ResourceManager.java:986)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceInit(ResourceManager.java:253)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.initResourceManager(MiniYARNCluster.java:293)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.access$400(MiniYARNCluster.java:96)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper.serviceInit(MiniYARNCluster.java:444)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.serviceInit(MiniYARNCluster.java:269)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setupInternal(TestDistributedShell.java:89)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setup(TestDistributedShell.java:71)

testDSShellWithCustomLogPropertyFile(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell)
  Time elapsed: 0.066 sec  <<< ERROR!
org.apache.hadoop.service.ServiceStateException: 
com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol 
message, the input ended unexpectedly in the middle of a field.  This could 
mean either than the input has been truncated or that an embedded message 
misreported its own length.
        at 
com.google.protobuf.InvalidProtocolBufferException.truncatedMessage(InvalidProtocolBufferException.java:70)
        at 
com.google.protobuf.CodedInputStream.refillBuffer(CodedInputStream.java:728)
        at 
com.google.protobuf.CodedInputStream.readRawByte(CodedInputStream.java:769)
        at 
com.google.protobuf.CodedInputStream.readRawVarint64(CodedInputStream.java:462)
        at 
com.google.protobuf.CodedInputStream.readInt64(CodedInputStream.java:193)
        at 
com.google.protobuf.UnknownFieldSet$Builder.mergeFieldFrom(UnknownFieldSet.java:478)
        at 
com.google.protobuf.GeneratedMessage.parseUnknownField(GeneratedMessage.java:193)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto.<init>(YarnProtos.java:23992)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto.<init>(YarnProtos.java:23950)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto$1.parsePartialFrom(YarnProtos.java:24038)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto$1.parsePartialFrom(YarnProtos.java:24033)
        at 
com.google.protobuf.CodedInputStream.readMessage(CodedInputStream.java:309)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.<init>(YarnServerResourceManagerServiceProtos.java:6443)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.<init>(YarnServerResourceManagerServiceProtos.java:6390)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto$1.parsePartialFrom(YarnServerResourceManagerServiceProtos.java:6479)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto$1.parsePartialFrom(YarnServerResourceManagerServiceProtos.java:6474)
        at 
com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:200)
        at 
com.google.protobuf.AbstractParser.parsePartialDelimitedFrom(AbstractParser.java:241)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:253)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:259)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:49)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.parseDelimitedFrom(YarnServerResourceManagerServiceProtos.java:6635)
        at 
org.apache.hadoop.yarn.nodelabels.FileSystemNodeLabelsStore.recover(FileSystemNodeLabelsStore.java:210)
        at 
org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager.initNodeLabelStore(CommonNodeLabelsManager.java:232)
        at 
org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager.serviceInit(CommonNodeLabelsManager.java:223)
        at 
org.apache.hadoop.yarn.server.resourcemanager.nodelabels.RMNodeLabelsManager.serviceInit(RMNodeLabelsManager.java:66)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceInit(ResourceManager.java:558)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.createAndInitActiveServices(ResourceManager.java:986)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceInit(ResourceManager.java:253)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.initResourceManager(MiniYARNCluster.java:293)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.access$400(MiniYARNCluster.java:96)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper.serviceInit(MiniYARNCluster.java:444)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.serviceInit(MiniYARNCluster.java:269)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setupInternal(TestDistributedShell.java:89)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setup(TestDistributedShell.java:71)

testContainerLaunchFailureHandling(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell)
  Time elapsed: 0.059 sec  <<< ERROR!
org.apache.hadoop.service.ServiceStateException: 
com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol 
message, the input ended unexpectedly in the middle of a field.  This could 
mean either than the input has been truncated or that an embedded message 
misreported its own length.
        at 
com.google.protobuf.InvalidProtocolBufferException.truncatedMessage(InvalidProtocolBufferException.java:70)
        at 
com.google.protobuf.CodedInputStream.refillBuffer(CodedInputStream.java:728)
        at 
com.google.protobuf.CodedInputStream.readRawByte(CodedInputStream.java:769)
        at 
com.google.protobuf.CodedInputStream.readRawVarint64(CodedInputStream.java:462)
        at 
com.google.protobuf.CodedInputStream.readInt64(CodedInputStream.java:193)
        at 
com.google.protobuf.UnknownFieldSet$Builder.mergeFieldFrom(UnknownFieldSet.java:478)
        at 
com.google.protobuf.GeneratedMessage.parseUnknownField(GeneratedMessage.java:193)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto.<init>(YarnProtos.java:23992)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto.<init>(YarnProtos.java:23950)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto$1.parsePartialFrom(YarnProtos.java:24038)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto$1.parsePartialFrom(YarnProtos.java:24033)
        at 
com.google.protobuf.CodedInputStream.readMessage(CodedInputStream.java:309)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.<init>(YarnServerResourceManagerServiceProtos.java:6443)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.<init>(YarnServerResourceManagerServiceProtos.java:6390)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto$1.parsePartialFrom(YarnServerResourceManagerServiceProtos.java:6479)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto$1.parsePartialFrom(YarnServerResourceManagerServiceProtos.java:6474)
        at 
com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:200)
        at 
com.google.protobuf.AbstractParser.parsePartialDelimitedFrom(AbstractParser.java:241)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:253)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:259)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:49)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.parseDelimitedFrom(YarnServerResourceManagerServiceProtos.java:6635)
        at 
org.apache.hadoop.yarn.nodelabels.FileSystemNodeLabelsStore.recover(FileSystemNodeLabelsStore.java:210)
        at 
org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager.initNodeLabelStore(CommonNodeLabelsManager.java:232)
        at 
org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager.serviceInit(CommonNodeLabelsManager.java:223)
        at 
org.apache.hadoop.yarn.server.resourcemanager.nodelabels.RMNodeLabelsManager.serviceInit(RMNodeLabelsManager.java:66)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceInit(ResourceManager.java:558)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.createAndInitActiveServices(ResourceManager.java:986)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceInit(ResourceManager.java:253)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.initResourceManager(MiniYARNCluster.java:293)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.access$400(MiniYARNCluster.java:96)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper.serviceInit(MiniYARNCluster.java:444)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.serviceInit(MiniYARNCluster.java:269)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setupInternal(TestDistributedShell.java:89)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setup(TestDistributedShell.java:71)

Running 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShellWithNodeLabels
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.634 sec <<< 
FAILURE! - in 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShellWithNodeLabels
testDSShellWithNodeLabelExpression(org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShellWithNodeLabels)
  Time elapsed: 1.452 sec  <<< ERROR!
org.apache.hadoop.service.ServiceStateException: 
com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol 
message, the input ended unexpectedly in the middle of a field.  This could 
mean either than the input has been truncated or that an embedded message 
misreported its own length.
        at 
com.google.protobuf.InvalidProtocolBufferException.truncatedMessage(InvalidProtocolBufferException.java:70)
        at 
com.google.protobuf.CodedInputStream.refillBuffer(CodedInputStream.java:728)
        at 
com.google.protobuf.CodedInputStream.readRawByte(CodedInputStream.java:769)
        at 
com.google.protobuf.CodedInputStream.readRawVarint64(CodedInputStream.java:462)
        at 
com.google.protobuf.CodedInputStream.readInt64(CodedInputStream.java:193)
        at 
com.google.protobuf.UnknownFieldSet$Builder.mergeFieldFrom(UnknownFieldSet.java:478)
        at 
com.google.protobuf.GeneratedMessage.parseUnknownField(GeneratedMessage.java:193)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto.<init>(YarnProtos.java:23992)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto.<init>(YarnProtos.java:23950)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto$1.parsePartialFrom(YarnProtos.java:24038)
        at 
org.apache.hadoop.yarn.proto.YarnProtos$NodeLabelProto$1.parsePartialFrom(YarnProtos.java:24033)
        at 
com.google.protobuf.CodedInputStream.readMessage(CodedInputStream.java:309)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.<init>(YarnServerResourceManagerServiceProtos.java:6443)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.<init>(YarnServerResourceManagerServiceProtos.java:6390)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto$1.parsePartialFrom(YarnServerResourceManagerServiceProtos.java:6479)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto$1.parsePartialFrom(YarnServerResourceManagerServiceProtos.java:6474)
        at 
com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:200)
        at 
com.google.protobuf.AbstractParser.parsePartialDelimitedFrom(AbstractParser.java:241)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:253)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:259)
        at 
com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:49)
        at 
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$AddToClusterNodeLabelsRequestProto.parseDelimitedFrom(YarnServerResourceManagerServiceProtos.java:6635)
        at 
org.apache.hadoop.yarn.nodelabels.FileSystemNodeLabelsStore.recover(FileSystemNodeLabelsStore.java:210)
        at 
org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager.initNodeLabelStore(CommonNodeLabelsManager.java:232)
        at 
org.apache.hadoop.yarn.nodelabels.CommonNodeLabelsManager.serviceInit(CommonNodeLabelsManager.java:223)
        at 
org.apache.hadoop.yarn.server.resourcemanager.nodelabels.RMNodeLabelsManager.serviceInit(RMNodeLabelsManager.java:66)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceInit(ResourceManager.java:558)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.createAndInitActiveServices(ResourceManager.java:986)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceInit(ResourceManager.java:253)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.initResourceManager(MiniYARNCluster.java:293)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.access$400(MiniYARNCluster.java:96)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper.serviceInit(MiniYARNCluster.java:444)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.serviceInit(MiniYARNCluster.java:269)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setupInternal(TestDistributedShell.java:89)
        at 
org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShellWithNodeLabels.setup(TestDistributedShellWithNodeLabels.java:47)

Running org.apache.hadoop.yarn.applications.distributedshell.TestDSAppMaster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.669 sec - in 
org.apache.hadoop.yarn.applications.distributedshell.TestDSAppMaster

Results :

Tests in error: 
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShell.setup:71->setupInternal:89 » ServiceState 
com.google.prot...
  TestDistributedShellWithNodeLabels.setup:47 » ServiceState 
com.google.protobuf...

Tests run: 13, Failures: 0, Errors: 12, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] hadoop-yarn ....................................... SUCCESS [  3.162 s]
[INFO] hadoop-yarn-api ................................... SUCCESS [03:24 min]
[INFO] hadoop-yarn-common ................................ SUCCESS [03:01 min]
[INFO] hadoop-yarn-server ................................ SUCCESS [  0.094 s]
[INFO] hadoop-yarn-server-common ......................... SUCCESS [ 43.893 s]
[INFO] hadoop-yarn-server-nodemanager .................... SUCCESS [06:16 min]
[INFO] hadoop-yarn-server-web-proxy ...................... SUCCESS [ 23.961 s]
[INFO] hadoop-yarn-server-applicationhistoryservice ...... SUCCESS [03:08 min]
[INFO] hadoop-yarn-server-resourcemanager ................ SUCCESS [54:21 min]
[INFO] hadoop-yarn-server-tests .......................... SUCCESS [02:42 min]
[INFO] hadoop-yarn-client ................................ SUCCESS [07:11 min]
[INFO] hadoop-yarn-server-sharedcachemanager ............. SUCCESS [ 32.065 s]
[INFO] hadoop-yarn-applications .......................... SUCCESS [  0.049 s]
[INFO] hadoop-yarn-applications-distributedshell ......... FAILURE [  7.802 s]
[INFO] hadoop-yarn-applications-unmanaged-am-launcher .... SKIPPED
[INFO] hadoop-yarn-site .................................. SKIPPED
[INFO] hadoop-yarn-registry .............................. SKIPPED
[INFO] hadoop-yarn-project ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:21 h
[INFO] Finished at: 2015-04-28T11:54:09+00:00
[INFO] Final Memory: 81M/935M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-yarn-applications-distributedshell: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hadoop-yarn-applications-distributedshell
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Updating YARN-3530
Updating MAPREDUCE-6324
Updating YARN-2740
Updating HDFS-8232
Updating YARN-3516
Updating YARN-3465
Updating YARN-3464
Updating HADOOP-11870
Updating MAPREDUCE-6341
Updating MAPREDUCE-6252
Updating HDFS-8205

Reply via email to