See <https://builds.apache.org/job/Hadoop-Yarn-trunk/2144/changes>
Changes:
[sjlee] HADOOP-12971. FileSystemShell doc should explain relative path (John
------------------------------------------
[...truncated 8847 lines...]
testMissingApplicationAttemptHistoryData(org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore)
Time elapsed: 0.123 sec <<< ERROR!
java.lang.NullPointerException: null
at
org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore.tearDown(TestFileSystemApplicationHistoryStore.java:89)
testInitNonExistingWorkingDirectoryInSafeMode(org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore)
Time elapsed: 1.053 sec <<< FAILURE!
org.mockito.exceptions.verification.WantedButNotInvoked:
Wanted but not invoked:
rawLocalFileSystem.isDirectory(<any>);
-> at
org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore.testInitNonExistingWorkingDirectoryInSafeMode(TestFileSystemApplicationHistoryStore.java:304)
However, there were other interactions with this mock:
-> at
org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore.initAndStartStore(TestFileSystemApplicationHistoryStore.java:70)
at
org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore.testInitNonExistingWorkingDirectoryInSafeMode(TestFileSystemApplicationHistoryStore.java:304)
Running
org.apache.hadoop.yarn.server.applicationhistoryservice.TestMemoryApplicationHistoryStore
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.598 sec - in
org.apache.hadoop.yarn.server.applicationhistoryservice.TestMemoryApplicationHistoryStore
Running org.apache.hadoop.yarn.server.timeline.TestGenericObjectMapper
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.15 sec - in
org.apache.hadoop.yarn.server.timeline.TestGenericObjectMapper
Running org.apache.hadoop.yarn.server.timeline.TestRollingLevelDB
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.715 sec - in
org.apache.hadoop.yarn.server.timeline.TestRollingLevelDB
Running org.apache.hadoop.yarn.server.timeline.TestTimelineDataManager
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.697 sec - in
org.apache.hadoop.yarn.server.timeline.TestTimelineDataManager
Running org.apache.hadoop.yarn.server.timeline.TestLeveldbTimelineStore
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.656 sec -
in org.apache.hadoop.yarn.server.timeline.TestLeveldbTimelineStore
Running
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilterInitializer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.133 sec - in
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilterInitializer
Running
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter
Tests run: 6, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 22.241 sec <<<
FAILURE! - in
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter
testPutTimelineEntities[0](org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter)
Time elapsed: 0.2 sec <<< ERROR!
com.sun.jersey.api.client.ClientHandlerException: java.io.IOException:
org.apache.hadoop.security.authentication.client.AuthenticationException:
GSSException: No valid credentials provided (Mechanism level: Cannot get a KDC
reply)
at sun.security.krb5.KdcComm.send(KdcComm.java:250)
at sun.security.krb5.KdcComm.send(KdcComm.java:191)
at sun.security.krb5.KrbTgsReq.send(KrbTgsReq.java:187)
at sun.security.krb5.KrbTgsReq.sendAndGetCreds(KrbTgsReq.java:202)
at
sun.security.krb5.internal.CredentialsUtil.serviceCreds(CredentialsUtil.java:311)
at
sun.security.krb5.internal.CredentialsUtil.acquireServiceCreds(CredentialsUtil.java:115)
at
sun.security.krb5.Credentials.acquireServiceCreds(Credentials.java:449)
at
sun.security.jgss.krb5.Krb5Context.initSecContext(Krb5Context.java:641)
at
sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:248)
at
sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:179)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:309)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:285)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator.doSpnegoSequence(KerberosAuthenticator.java:285)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:203)
at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128)
at
org.apache.hadoop.security.authentication.client.AuthenticatedURL.openConnection(AuthenticatedURL.java:216)
at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.openConnection(DelegationTokenAuthenticatedURL.java:322)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineURLConnectionFactory.getHttpURLConnection(TimelineClientImpl.java:468)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:159)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineJerseyRetryFilter$1.run(TimelineClientImpl.java:236)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineClientConnectionRetry.retryOn(TimelineClientImpl.java:185)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineJerseyRetryFilter.handle(TimelineClientImpl.java:247)
at com.sun.jersey.api.client.Client.handle(Client.java:648)
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670)
at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at
com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter.doPostingObject(TimelineWriter.java:154)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter$1.run(TimelineWriter.java:115)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter$1.run(TimelineWriter.java:112)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1755)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter.doPosting(TimelineWriter.java:112)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter.putEntities(TimelineWriter.java:92)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.putEntities(TimelineClientImpl.java:341)
at
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter$1.call(TestTimelineAuthenticationFilter.java:187)
at
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter$1.call(TestTimelineAuthenticationFilter.java:178)
at
org.apache.hadoop.security.authentication.KerberosTestUtils$1.run(KerberosTestUtils.java:120)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.authentication.KerberosTestUtils.doAs(KerberosTestUtils.java:117)
at
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter.testPutTimelineEntities(TestTimelineAuthenticationFilter.java:178)
testPutDomains[1](org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter)
Time elapsed: 0.199 sec <<< ERROR!
com.sun.jersey.api.client.ClientHandlerException: java.io.IOException:
org.apache.hadoop.security.authentication.client.AuthenticationException:
GSSException: No valid credentials provided (Mechanism level: Cannot get a KDC
reply)
at sun.security.krb5.KdcComm.send(KdcComm.java:250)
at sun.security.krb5.KdcComm.send(KdcComm.java:191)
at sun.security.krb5.KrbTgsReq.send(KrbTgsReq.java:187)
at sun.security.krb5.KrbTgsReq.sendAndGetCreds(KrbTgsReq.java:202)
at
sun.security.krb5.internal.CredentialsUtil.serviceCreds(CredentialsUtil.java:311)
at
sun.security.krb5.internal.CredentialsUtil.acquireServiceCreds(CredentialsUtil.java:115)
at
sun.security.krb5.Credentials.acquireServiceCreds(Credentials.java:449)
at
sun.security.jgss.krb5.Krb5Context.initSecContext(Krb5Context.java:641)
at
sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:248)
at
sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:179)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:309)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:285)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator.doSpnegoSequence(KerberosAuthenticator.java:285)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:203)
at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128)
at
org.apache.hadoop.security.authentication.client.AuthenticatedURL.openConnection(AuthenticatedURL.java:216)
at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.openConnection(DelegationTokenAuthenticatedURL.java:322)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineURLConnectionFactory.getHttpURLConnection(TimelineClientImpl.java:468)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:159)
at
com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineJerseyRetryFilter$1.run(TimelineClientImpl.java:236)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineClientConnectionRetry.retryOn(TimelineClientImpl.java:185)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineJerseyRetryFilter.handle(TimelineClientImpl.java:247)
at com.sun.jersey.api.client.Client.handle(Client.java:648)
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670)
at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at
com.sun.jersey.api.client.WebResource$Builder.put(WebResource.java:533)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter.doPostingObject(TimelineWriter.java:161)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter$1.run(TimelineWriter.java:115)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter$1.run(TimelineWriter.java:112)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1755)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter.doPosting(TimelineWriter.java:112)
at
org.apache.hadoop.yarn.client.api.impl.TimelineWriter.putDomain(TimelineWriter.java:98)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.putDomain(TimelineClientImpl.java:348)
at
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter$2.call(TestTimelineAuthenticationFilter.java:208)
at
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter$2.call(TestTimelineAuthenticationFilter.java:200)
at
org.apache.hadoop.security.authentication.KerberosTestUtils$1.run(KerberosTestUtils.java:120)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.authentication.KerberosTestUtils.doAs(KerberosTestUtils.java:117)
at
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter.testPutDomains(TestTimelineAuthenticationFilter.java:200)
testDelegationTokenOperations[1](org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter)
Time elapsed: 0.236 sec <<< ERROR!
java.io.IOException:
org.apache.hadoop.security.authentication.client.AuthenticationException:
GSSException: No valid credentials provided (Mechanism level: Connection reset)
at java.net.SocketInputStream.read(SocketInputStream.java:196)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
at sun.security.krb5.internal.TCPClient.readFully(NetClient.java:132)
at sun.security.krb5.internal.TCPClient.receive(NetClient.java:84)
at sun.security.krb5.KdcComm$KdcCommunication.run(KdcComm.java:390)
at sun.security.krb5.KdcComm$KdcCommunication.run(KdcComm.java:343)
at java.security.AccessController.doPrivileged(Native Method)
at sun.security.krb5.KdcComm.send(KdcComm.java:327)
at sun.security.krb5.KdcComm.send(KdcComm.java:219)
at sun.security.krb5.KdcComm.send(KdcComm.java:191)
at sun.security.krb5.KrbTgsReq.send(KrbTgsReq.java:187)
at sun.security.krb5.KrbTgsReq.sendAndGetCreds(KrbTgsReq.java:202)
at
sun.security.krb5.internal.CredentialsUtil.serviceCreds(CredentialsUtil.java:311)
at
sun.security.krb5.internal.CredentialsUtil.acquireServiceCreds(CredentialsUtil.java:115)
at
sun.security.krb5.Credentials.acquireServiceCreds(Credentials.java:449)
at
sun.security.jgss.krb5.Krb5Context.initSecContext(Krb5Context.java:641)
at
sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:248)
at
sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:179)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:309)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:285)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator.doSpnegoSequence(KerberosAuthenticator.java:285)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:203)
at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128)
at
org.apache.hadoop.security.authentication.client.AuthenticatedURL.openConnection(AuthenticatedURL.java:216)
at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.doDelegationTokenOperation(DelegationTokenAuthenticator.java:285)
at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.getDelegationToken(DelegationTokenAuthenticator.java:166)
at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.getDelegationToken(DelegationTokenAuthenticatedURL.java:371)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$1.run(TimelineClientImpl.java:364)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$1.run(TimelineClientImpl.java:356)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1755)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineClientRetryOpForOperateDelegationToken.run(TimelineClientImpl.java:696)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineClientConnectionRetry.retryOn(TimelineClientImpl.java:185)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.operateDelegationToken(TimelineClientImpl.java:458)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.getDelegationToken(TimelineClientImpl.java:368)
at
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter.testDelegationTokenOperations(TestTimelineAuthenticationFilter.java:235)
Running org.apache.hadoop.yarn.server.timeline.security.TestTimelineACLsManager
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.287 sec - in
org.apache.hadoop.yarn.server.timeline.security.TestTimelineACLsManager
Running org.apache.hadoop.yarn.server.timeline.TestMemoryTimelineStore
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.659 sec - in
org.apache.hadoop.yarn.server.timeline.TestMemoryTimelineStore
Running org.apache.hadoop.yarn.server.timeline.TestRollingLevelDBTimelineStore
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.724 sec -
in org.apache.hadoop.yarn.server.timeline.TestRollingLevelDBTimelineStore
Running org.apache.hadoop.yarn.server.timeline.webapp.TestTimelineWebServices
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.069 sec -
in org.apache.hadoop.yarn.server.timeline.webapp.TestTimelineWebServices
Running
org.apache.hadoop.yarn.server.timeline.webapp.TestTimelineWebServicesWithSSL
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.139 sec - in
org.apache.hadoop.yarn.server.timeline.webapp.TestTimelineWebServicesWithSSL
Running
org.apache.hadoop.yarn.server.timeline.recovery.TestLeveldbTimelineStateStore
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 sec - in
org.apache.hadoop.yarn.server.timeline.recovery.TestLeveldbTimelineStateStore
Results :
Failed tests:
TestFileSystemApplicationHistoryStore.testInitNonExistingWorkingDirectoryInSafeMode:304
Wanted but not invoked:
rawLocalFileSystem.isDirectory(<any>);
-> at
org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore.testInitNonExistingWorkingDirectoryInSafeMode(TestFileSystemApplicationHistoryStore.java:304)
However, there were other interactions with this mock:
-> at
org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore.initAndStartStore(TestFileSystemApplicationHistoryStore.java:70)
Tests in error:
TestFileSystemApplicationHistoryStore.setup:64->initAndStartStore:70 »
NullPointer
TestFileSystemApplicationHistoryStore.tearDown:89 NullPointer
TestTimelineAuthenticationFilter.testPutTimelineEntities:178 » ClientHandler
j...
TestTimelineAuthenticationFilter.testPutDomains:200 » ClientHandler
java.io.IO...
TestTimelineAuthenticationFilter.testDelegationTokenOperations:235 » IO
org.ap...
Tests run: 202, Failures: 1, Errors: 5, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Hadoop YARN ................................ SUCCESS [ 4.808 s]
[INFO] Apache Hadoop YARN API ............................ SUCCESS [06:05 min]
[INFO] Apache Hadoop YARN Common ......................... SUCCESS [05:51 min]
[INFO] Apache Hadoop YARN Server ......................... SUCCESS [ 0.168 s]
[INFO] Apache Hadoop YARN Server Common .................. SUCCESS [01:48 min]
[INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [16:09 min]
[INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 59.821 s]
[INFO] Apache Hadoop YARN ApplicationHistoryService ...... FAILURE [04:44 min]
[INFO] Apache Hadoop YARN ResourceManager ................ SKIPPED
[INFO] Apache Hadoop YARN Server Tests ................... SKIPPED
[INFO] Apache Hadoop YARN Client ......................... SKIPPED
[INFO] Apache Hadoop YARN SharedCacheManager ............. SKIPPED
[INFO] Apache Hadoop YARN Timeline Plugin Storage ........ SKIPPED
[INFO] Apache Hadoop YARN Applications ................... SKIPPED
[INFO] Apache Hadoop YARN DistributedShell ............... SKIPPED
[INFO] Apache Hadoop YARN Unmanaged Am Launcher .......... SKIPPED
[INFO] Apache Hadoop YARN Site ........................... SKIPPED
[INFO] Apache Hadoop YARN Registry ....................... SKIPPED
[INFO] Apache Hadoop YARN Project ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35:45 min
[INFO] Finished at: 2016-05-13T18:42:32+00:00
[INFO] Final Memory: 83M/877M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on
project hadoop-yarn-server-applicationhistoryservice: 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-server/hadoop-yarn-server-applicationhistoryservice/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-server-applicationhistoryservice
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]