[jira] [Resolved] (YARN-2093) Fair Scheduler IllegalStateException after upgrade from 2.2.0 to 2.4.1-SNAP

2016-09-29 Thread Wilfred Spiegelenburg (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wilfred Spiegelenburg resolved YARN-2093.
-
Resolution: Duplicate

> Fair Scheduler IllegalStateException after upgrade from 2.2.0 to 2.4.1-SNAP
> ---
>
> Key: YARN-2093
> URL: https://issues.apache.org/jira/browse/YARN-2093
> Project: Hadoop YARN
>  Issue Type: Bug
>Affects Versions: 2.4.1
>Reporter: Jon Bringhurst
>Assignee: Wilfred Spiegelenburg
>
> After upgrading from 2.2.0 to 2.4.1-SNAP, I ran into the following on startup:
> {noformat}
> 21:19:34,308  INFO RMAppAttemptImpl:659 - 
> appattempt_1400092144371_0003_09 State change from SUBMITTED to SCHEDULED
> 21:19:34,309  INFO RMAppAttemptImpl:659 - 
> appattempt_1400092144371_0004_08 State change from SUBMITTED to SCHEDULED
> 21:19:34,310  INFO RMAppAttemptImpl:659 - 
> appattempt_1400092144371_0003_10 State change from SUBMITTED to SCHEDULED
> 21:19:34,310  INFO RMAppAttemptImpl:659 - 
> appattempt_1400092144371_0003_11 State change from SUBMITTED to SCHEDULED
> 21:19:34,317  INFO FairScheduler:673 - Added Application Attempt 
> appattempt_1400092144371_0004_09 to scheduler from user: 
> samza-perf-playground
> 21:19:34,318  INFO FairScheduler:673 - Added Application Attempt 
> appattempt_1400092144371_0004_10 to scheduler from user: 
> samza-perf-playground
> 21:19:34,318  INFO RMAppAttemptImpl:659 - 
> appattempt_1400092144371_0004_09 State change from SUBMITTED to SCHEDULED
> 21:19:34,318  INFO FairScheduler:733 - Application 
> appattempt_1400092144371_0003_05 is done. finalState=FAILED
> 21:19:34,319  INFO RMAppAttemptImpl:659 - 
> appattempt_1400092144371_0004_10 State change from SUBMITTED to SCHEDULED
> 21:19:34,319  INFO AppSchedulingInfo:108 - Application 
> application_1400092144371_0003 requests cleared
> 21:19:34,319  INFO FairScheduler:673 - Added Application Attempt 
> appattempt_1400092144371_0004_11 to scheduler from user: 
> samza-perf-playground
> 21:19:34,320  INFO FairScheduler:733 - Application 
> appattempt_1400092144371_0003_06 is done. finalState=FAILED
> 21:19:34,320  INFO AppSchedulingInfo:108 - Application 
> application_1400092144371_0003 requests cleared
> 21:19:34,320  INFO RMAppAttemptImpl:659 - 
> appattempt_1400092144371_0004_11 State change from SUBMITTED to SCHEDULED
> 21:19:34,323 FATAL ResourceManager:600 - Error in handling event type 
> APP_ATTEMPT_REMOVED to the scheduler
> java.lang.IllegalStateException: Given app to remove 
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSSchedulerApp@429f809d
>  does not exist in queue [root.samza-perf-playground, demand= vCores:0>, running=, share=, 
> w=]
>   at 
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSLeafQueue.removeApp(FSLeafQueue.java:93)
>   at 
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler.removeApplicationAttempt(FairScheduler.java:774)
>   at 
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler.handle(FairScheduler.java:1201)
>   at 
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler.handle(FairScheduler.java:122)
>   at 
> org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$SchedulerEventDispatcher$EventProcessor.run(ResourceManager.java:591)
>   at java.lang.Thread.run(Thread.java:744)
> 21:19:34,330  INFO ResourceManager:604 - Exiting, bbye..
> 21:19:34,335  INFO log:67 - Stopped SelectChannelConnector@:8088
> 21:19:34,437  INFO Server:2398 - Stopping server on 8033
> 21:19:34,438  INFO Server:694 - Stopping IPC Server listener on 8033
> {noformat}
> Last commit message for this build is (branch-2.4 on 
> github.com/apache/hadoop-common):
> {noformat}
> commit 09e24d5519187c0db67aacc1992be5d43829aa1e
> Author: Arpit Agarwal 
> Date:   Tue May 20 20:18:46 2014 +
> HADOOP-10562. Fix CHANGES.txt entry again
> 
> git-svn-id: 
> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.4@1596389 
> 13f79535-47bb-0310-9956-ffa450edef68
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Created] (YARN-5689) Convert native services REST API to use agentless docker provider

2016-09-29 Thread Billie Rinaldi (JIRA)
Billie Rinaldi created YARN-5689:


 Summary: Convert native services REST API to use agentless docker 
provider
 Key: YARN-5689
 URL: https://issues.apache.org/jira/browse/YARN-5689
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Billie Rinaldi
Assignee: Billie Rinaldi


The initial version of the native services REST API uses the agent provider. It 
should be converted to use the new docker provider instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Created] (YARN-5690) Integrate native services modules into maven build

2016-09-29 Thread Billie Rinaldi (JIRA)
Billie Rinaldi created YARN-5690:


 Summary: Integrate native services modules into maven build
 Key: YARN-5690
 URL: https://issues.apache.org/jira/browse/YARN-5690
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Billie Rinaldi
Assignee: Billie Rinaldi


The yarn dist assembly should include jars for the new modules as well as their 
new dependencies. We may want to create new lib directories in the tarball for 
the dependencies of the slider-core and services API modules, to avoid adding 
these dependencies into the general YARN classpath.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



[jira] [Created] (YARN-5691) RM failed Failed to load/recover state due to bad DelegationKey in RM State Store

2016-09-29 Thread Aleksandr Balitsky (JIRA)
Aleksandr Balitsky created YARN-5691:


 Summary: RM failed Failed to load/recover state due to bad 
DelegationKey in RM State Store
 Key: YARN-5691
 URL: https://issues.apache.org/jira/browse/YARN-5691
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.7.3, 2.7.2, 2.7.1, 2.7.0
Reporter: Aleksandr Balitsky
Priority: Minor


RM failed while recovery with the following error:

2016-09-12 21:32:21,999 ERROR 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: Failed to 
load/recover state
java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:267)
at org.apache.hadoop.io.WritableUtils.readVLong(WritableUtils.java:308)
at org.apache.hadoop.io.WritableUtils.readVInt(WritableUtils.java:329)
at 
org.apache.hadoop.security.token.delegation.DelegationKey.readFields(DelegationKey.java:110)
at 
org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore.loadRMDTSecretManagerState(FileSystemRMStateStore.java:346)
at 
org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore.loadState(FileSystemRMStateStore.java:199)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceStart(ResourceManager.java:587)
at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.startActiveServices(ResourceManager.java:1007)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$1.run(ResourceManager.java:1048)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$1.run(ResourceManager.java:1044)
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:1595)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.transitionToActive(ResourceManager.java:1044)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceStart(ResourceManager.java:1084)
at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.main(ResourceManager.java:1221)
2016-09-12 21:32:22,002 INFO org.apache.hadoop.service.AbstractService: Service 
RMActiveServices failed in state STARTED; cause: java.io.EOFException
java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:267)
at org.apache.hadoop.io.WritableUtils.readVLong(WritableUtils.java:308)
at org.apache.hadoop.io.WritableUtils.readVInt(WritableUtils.java:329)
at 
org.apache.hadoop.security.token.delegation.DelegationKey.readFields(DelegationKey.java:110)
at 
org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore.loadRMDTSecretManagerState(FileSystemRMStateStore.java:346)
at 
org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore.loadState(FileSystemRMStateStore.java:199)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceStart(ResourceManager.java:587)
at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.startActiveServices(ResourceManager.java:1007)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$1.run(ResourceManager.java:1048)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$1.run(ResourceManager.java:1044)
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:1595)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.transitionToActive(ResourceManager.java:1044)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceStart(ResourceManager.java:1084)
at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.main(ResourceManager.java:1221)
2016-09-12 21:32:22,008 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: 
Stopping ResourceManager metrics system...
2016-09-12 21:32:22,009 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: 
ResourceManager metrics system stopped.
2016-09-12 21:32:22,009 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: 
ResourceManager metrics system shutdown complete.
2016-09-12 21:32:22,010 INFO org.apache.hadoop.yarn.event.AsyncDispatcher: 
AsyncDispatcher is draining

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2016-09-29 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/

[Sep 28, 2016 9:48:18 AM] (vvasudev) YARN-5662. Provide an option to enable 
ContainerMonitor. Contributed by
[Sep 28, 2016 10:40:10 AM] (varunsaxena) YARN-5599. Publish AM launch command 
to ATS (Rohith Sharma K S via Varun
[Sep 28, 2016 1:24:21 PM] (kihwal) HADOOP-11780. Prevent IPC reader thread 
death. Contributed by Daryn
[Sep 28, 2016 6:47:37 PM] (arp) HDFS-10824. MiniDFSCluster#storageCapacities 
has no effects on real
[Sep 28, 2016 9:56:41 PM] (rkanter) YARN-5400. Light cleanup in ZKRMStateStore 
(templedf via rkanter)
[Sep 28, 2016 10:41:40 PM] (rkanter) MAPREDUCE-6718. add progress log to JHS 
during startup (haibochen via
[Sep 28, 2016 10:57:23 PM] (kihwal) HDFS-10779. Rename does not need to 
re-solve destination. Contributed by
[Sep 28, 2016 11:01:03 PM] (wang) HDFS-10914. Move remnants of oah.hdfs.client 
to hadoop-hdfs-client.
[Sep 28, 2016 11:03:51 PM] (liuml07) HDFS-10892. Add unit tests for HDFS 
command 'dfs -tail' and 'dfs -stat'.
[Sep 28, 2016 11:19:32 PM] (cnauroth) HADOOP-13599. s3a close() to be 
non-synchronized, so avoid risk of




-1 overall


The following subsystems voted -1:
asflicense unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
unit


Specific tests:

Failed junit tests :

   hadoop.net.TestDNS 
   hadoop.hdfs.TestDFSShell 
   hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
   hadoop.yarn.server.TestMiniYarnClusterNodeUtilization 
   hadoop.yarn.server.TestContainerManagerSecurity 
  

   cc:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/diff-compile-cc-root.txt
  [4.0K]

   javac:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/diff-compile-javac-root.txt
  [168K]

   checkstyle:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/diff-checkstyle-root.txt
  [16M]

   pylint:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/diff-patch-pylint.txt
  [16K]

   shellcheck:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/diff-patch-shellcheck.txt
  [20K]

   shelldocs:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/diff-patch-shelldocs.txt
  [16K]

   whitespace:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/whitespace-eol.txt
  [11M]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/whitespace-tabs.txt
  [1.3M]

   javadoc:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/diff-javadoc-javadoc-root.txt
  [2.2M]

   unit:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
  [120K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
  [144K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt
  [12K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt
  [268K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-nativetask.txt
  [120K]

   asflicense:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/179/artifact/out/patch-asflicense-problems.txt
  [4.0K]

Powered by Apache Yetus 0.4.0-SNAPSHOT   http://yetus.apache.org



-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org

[jira] [Created] (YARN-5692) Support more application timeout types

2016-09-29 Thread Rohith Sharma K S (JIRA)
Rohith Sharma K S created YARN-5692:
---

 Summary: Support more application timeout types
 Key: YARN-5692
 URL: https://issues.apache.org/jira/browse/YARN-5692
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: resourcemanager
Reporter: Rohith Sharma K S
Assignee: Rohith Sharma K S


YARN-4205 adds up general framework to monitor application for its timeout. And 
it support for monitoring application for its lifetime i.e monitoring start 
from submitted_time. 

Some users might need to monitor application for different phases. Say, some 
users wants monitor from launched, some are required after registration and so 
on. Specific use cases are mentioned in 
[comment|https://issues.apache.org/jira/browse/YARN-4205?focusedCommentId=15525225&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15525225]
 by [~gsaha] which need to address as part of this JIRA.

This JIRA is open for discussing more use cases and try to solve those.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org



Re: [VOTE] Release Apache Hadoop 2.6.5 (RC0)

2016-09-29 Thread Chris Trezzo
+1

Thanks Sangjin!

1. Verified md5 checksums and signature on src, and release tar.gz.
2. Built from source.
3. Started up a pseudo distributed cluster.
4. Successfully ran a PI job.
5. Ran the balancer.
6. Inspected UI for RM, NN, JobHistory.

On Tue, Sep 27, 2016 at 4:11 PM, Lei Xu  wrote:

> +1
>
> The steps I've done:
>
> * Downloaded release tar and source tar, verified MD5.
> * Run a HDFS cluster, and copy files between local filesystem and HDFS.
>
>
> On Tue, Sep 27, 2016 at 1:28 PM, Sangjin Lee  wrote:
> > Hi folks,
> >
> > I have created a release candidate RC0 for the Apache Hadoop 2.6.5
> release
> > (the next maintenance release in the 2.6.x release line). Below are the
> > details of this release candidate:
> >
> > The RC is available for validation at:
> > http://home.apache.org/~sjlee/hadoop-2.6.5-RC0/.
> >
> > The RC tag in git is release-2.6.5-RC0 and its git commit is
> > 6939fc935fba5651fdb33386d88aeb8e875cf27a.
> >
> > The maven artifacts are staged via repository.apache.org at:
> > https://repository.apache.org/content/repositories/orgapachehadoop-1048/
> .
> >
> > You can find my public key at
> > http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS.
> >
> > Please try the release and vote. The vote will run for the usual 5 days.
> > Huge thanks to Chris Trezzo for spearheading the release management and
> > doing all the work!
> >
> > Thanks,
> > Sangjin
>
>
>
> --
> Lei (Eddy) Xu
> Software Engineer, Cloudera
>
> -
> To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
> For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org
>
>


Apache Hadoop qbt Report: trunk+JDK8 on Linux/ppc64le

2016-09-29 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/109/

[Sep 28, 2016 1:24:21 PM] (kihwal) HADOOP-11780. Prevent IPC reader thread 
death. Contributed by Daryn
[Sep 28, 2016 6:47:37 PM] (arp) HDFS-10824. MiniDFSCluster#storageCapacities 
has no effects on real
[Sep 28, 2016 9:56:41 PM] (rkanter) YARN-5400. Light cleanup in ZKRMStateStore 
(templedf via rkanter)
[Sep 28, 2016 10:41:40 PM] (rkanter) MAPREDUCE-6718. add progress log to JHS 
during startup (haibochen via
[Sep 28, 2016 10:57:23 PM] (kihwal) HDFS-10779. Rename does not need to 
re-solve destination. Contributed by
[Sep 28, 2016 11:01:03 PM] (wang) HDFS-10914. Move remnants of oah.hdfs.client 
to hadoop-hdfs-client.
[Sep 28, 2016 11:03:51 PM] (liuml07) HDFS-10892. Add unit tests for HDFS 
command 'dfs -tail' and 'dfs -stat'.
[Sep 28, 2016 11:19:32 PM] (cnauroth) HADOOP-13599. s3a close() to be 
non-synchronized, so avoid risk of
[Sep 29, 2016 10:35:00 AM] (stevel) HADOOP-13663 Index out of range in 
SysInfoWindows. Contributed by Inigo




-1 overall


The following subsystems voted -1:
compile unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
cc javac


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
unit


Specific tests:

Failed junit tests :

   hadoop.hdfs.qjournal.TestNNWithQJM 
   hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewer 
   hadoop.hdfs.qjournal.TestSecureNNWithQJM 
   hadoop.hdfs.TestFileAppend3 
   hadoop.hdfs.web.TestWebHdfsTimeouts 
   hadoop.hdfs.server.namenode.ha.TestHAAppend 
   hadoop.yarn.server.nodemanager.recovery.TestNMLeveldbStateStoreService 
   hadoop.yarn.server.nodemanager.TestNodeManagerShutdown 
   hadoop.yarn.server.timeline.TestRollingLevelDB 
   hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
   hadoop.yarn.server.timeline.TestTimelineDataManager 
   hadoop.yarn.server.timeline.TestLeveldbTimelineStore 
   hadoop.yarn.server.timeline.recovery.TestLeveldbTimelineStateStore 
   hadoop.yarn.server.timeline.TestRollingLevelDBTimelineStore 
   
hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer 
   hadoop.yarn.server.timelineservice.storage.common.TestRowKeys 
   hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters 
   hadoop.yarn.server.timelineservice.storage.common.TestSeparator 
   hadoop.yarn.server.resourcemanager.recovery.TestLeveldbRMStateStore 
   hadoop.yarn.server.resourcemanager.TestRMRestart 
   
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacityScheduler 
   hadoop.yarn.server.resourcemanager.TestResourceTrackerService 
   hadoop.yarn.server.TestMiniYarnClusterNodeUtilization 
   hadoop.yarn.server.TestContainerManagerSecurity 
   hadoop.yarn.client.api.impl.TestNMClient 
   hadoop.yarn.server.timeline.TestLevelDBCacheTimelineStore 
   hadoop.yarn.server.timeline.TestOverrideTimelineStoreYarnClient 
   hadoop.yarn.server.timeline.TestEntityGroupFSTimelineStore 
   hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorage 
   
hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowRunCompaction
 
   hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowRun 
   
hadoop.yarn.server.timelineservice.storage.TestPhoenixOfflineAggregationWriterImpl
 
   
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage
 
   
hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowActivity 
   hadoop.yarn.applications.distributedshell.TestDistributedShell 
   hadoop.mapred.TestShuffleHandler 
   hadoop.mapreduce.v2.hs.TestHistoryServerLeveldbStateStoreService 
   hadoop.mapred.TestMiniMRWithDFSWithDistinctUsers 

Timed out junit tests :

   org.apache.hadoop.hdfs.server.datanode.TestFsDatasetCache 
   org.apache.hadoop.mapred.TestMRIntermediateDataEncryption 
   org.apache.hadoop.mapred.TestMROpportunisticMaps 
  

   compile:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/109/artifact/out/patch-compile-root.txt
  [308K]

   cc:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/109/artifact/out/patch-compile-root.txt
  [308K]

   javac:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/109/artifact/out/patch-compile-root.txt
  [308K]

   unit:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/109/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
  [232K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt
  [52K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/109/artifact/out/patch-unit-hadoop-yarn-project_had