[jira] [Created] (YARN-6018) Allow specifying resource capability for NMSimulators in topology file

2016-12-21 Thread Jonathan Hung (JIRA)
Jonathan Hung created YARN-6018:
---

 Summary: Allow specifying resource capability for NMSimulators in 
topology file
 Key: YARN-6018
 URL: https://issues.apache.org/jira/browse/YARN-6018
 Project: Hadoop YARN
  Issue Type: Improvement
  Components: scheduler-load-simulator
Reporter: Jonathan Hung


Right now NMSimulator is configured to have capability based on 
{{yarn.sls.nm.memory.mb}} and {{yarn.sls.nm.vcores}} in {{sls-runner.xml}}. 
This ticket is to provide this information in topology file so that capability 
per node can be specified.



--
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: YARN Jenkins Build get consistent failed.

2016-12-21 Thread Junping Du
Thanks Ted. I noticed that Jenkins test for YARN is back to work now. Resolving 
the infra ticket.


Thanks,


Junping



From: Ted Yu 
Sent: Wednesday, December 21, 2016 12:25 PM
To: Junping Du
Cc: yarn-dev@hadoop.apache.org; common-...@hadoop.apache.org; 
hdfs-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org
Subject: Re: YARN Jenkins Build get consistent failed.

Precommit build #14423 has completed.

The exclusion (H5 and H6) has been done.

See the other thread started by Sangjin.

On Wed, Dec 21, 2016 at 11:59 AM, Junping Du 
mailto:j...@hortonworks.com>> wrote:
Hi hadoop folks,

   I noticed that our recent YARN jenkins tests are consistently failed 
(https://builds.apache.org/job/PreCommit-YARN-Build) due to test environment 
issues below.

   I already filed blocker issue 
https://issues.apache.org/jira/browse/INFRA-13141 to our INFRA team yesterday 
but haven't get any response yet. All commit work on YARN project are fully 
blocked. Anyone have ideas on how to move things forward?

btw, Jenkins tests for hadoop/hdfs/mapreduce seems to be OK.


FATAL: Command "git clean -fdx" returned status code 1:
stdout:
stderr: warning: failed to remove 
hadoop-common-project/hadoop-common/target/test/data/3

hudson.plugins.git.GitException:
 Command "git clean -fdx" returned status code 1:
stdout:
stderr: warning: failed to remove 
hadoop-common-project/hadoop-common/target/test/data/3

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1699)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1695)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1317)




Thanks,


Junping




Re: YARN Jenkins Build get consistent failed.

2016-12-21 Thread Ted Yu
Precommit build #14423 has completed.

The exclusion (H5 and H6) has been done.

See the other thread started by Sangjin.

On Wed, Dec 21, 2016 at 11:59 AM, Junping Du  wrote:

> Hi hadoop folks,
>
>I noticed that our recent YARN jenkins tests are consistently failed (
> https://builds.apache.org/job/PreCommit-YARN-Build) due to test
> environment issues below.
>
>I already filed blocker issue https://issues.apache.org/
> jira/browse/INFRA-13141 to our INFRA team yesterday but haven't get any
> response yet. All commit work on YARN project are fully blocked. Anyone
> have ideas on how to move things forward?
>
> btw, Jenkins tests for hadoop/hdfs/mapreduce seems to be OK.
>
>
> FATAL: Command "git clean -fdx" returned status code 1:
> stdout:
> stderr: warning: failed to remove hadoop-common-project/hadoop-
> common/target/test/data/3
>
> hudson.plugins.git.GitException search?query=hudson.plugins.git.GitException>: Command "git clean -fdx"
> returned status code 1:
> stdout:
> stderr: warning: failed to remove hadoop-common-project/hadoop-
> common/target/test/data/3
>
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.
> launchCommandIn(CliGitAPIImpl.java:1723)
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.
> launchCommandIn(CliGitAPIImpl.java:1699)
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.
> launchCommandIn(CliGitAPIImpl.java:1695)
> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.
> launchCommand(CliGitAPIImpl.java:1317)
>
>
>
>
> Thanks,
>
>
> Junping
>
>


Re: YARN precommit busted?

2016-12-21 Thread Ted Yu
Exclusion has already been done.

Precommit build #14423 has completed.

On Wed, Dec 21, 2016 at 12:02 PM, Arun Suresh  wrote:

> Actually I found H6 working yesterday and H5 bad,
>
> >  consider excluding H6 from Precommit builds until this problem
> Can someone point me to how this can be done (I am assuming this is some
> sort of exclusion list) before kicking of Jenkins job ?
>
> Cheers
> -Arun
>
>
>
> On Wed, Dec 21, 2016 at 9:09 AM, Ted Yu  wrote:
>
>> All these builds took place on :
>>
>> https://builds.apache.org/computer/H6
>>
>> Maybe log an INFRA ticket so that some admin can check what happens to
>> hadoop-common-project/hadoop-common/target/test/data/4
>>
>> Meanwhile, consider excluding H6 from Precommit builds until this problem
>> is solved.
>>
>> On Wed, Dec 21, 2016 at 9:02 AM, Sangjin Lee  wrote:
>>
>> > It appears that the YARN precommit builds are broken for the most part.
>> I
>> > see quick failures with the following message:
>> >
>> > FATAL: Command "git clean -fdx" returned status code 1:
>> > stdout:
>> > stderr: warning: failed to remove
>> > hadoop-common-project/hadoop-common/target/test/data/4
>> > hudson.plugins.git.GitException
>> > > > plugins.git.GitException>:
>> > Command "git clean -fdx" returned status code 1:
>> >
>> >
>> > Any ideas what might be going on?
>> >
>> > https://builds.apache.org/job/PreCommit-YARN-Build/
>> >
>> > Thanks,
>> > Sangjin
>> >
>>
>
>


Re: YARN precommit busted?

2016-12-21 Thread Arun Suresh
Actually I found H6 working yesterday and H5 bad,

>  consider excluding H6 from Precommit builds until this problem
Can someone point me to how this can be done (I am assuming this is some
sort of exclusion list) before kicking of Jenkins job ?

Cheers
-Arun



On Wed, Dec 21, 2016 at 9:09 AM, Ted Yu  wrote:

> All these builds took place on :
>
> https://builds.apache.org/computer/H6
>
> Maybe log an INFRA ticket so that some admin can check what happens to
> hadoop-common-project/hadoop-common/target/test/data/4
>
> Meanwhile, consider excluding H6 from Precommit builds until this problem
> is solved.
>
> On Wed, Dec 21, 2016 at 9:02 AM, Sangjin Lee  wrote:
>
> > It appears that the YARN precommit builds are broken for the most part. I
> > see quick failures with the following message:
> >
> > FATAL: Command "git clean -fdx" returned status code 1:
> > stdout:
> > stderr: warning: failed to remove
> > hadoop-common-project/hadoop-common/target/test/data/4
> > hudson.plugins.git.GitException
> >  > plugins.git.GitException>:
> > Command "git clean -fdx" returned status code 1:
> >
> >
> > Any ideas what might be going on?
> >
> > https://builds.apache.org/job/PreCommit-YARN-Build/
> >
> > Thanks,
> > Sangjin
> >
>


YARN Jenkins Build get consistent failed.

2016-12-21 Thread Junping Du
Hi hadoop folks,

   I noticed that our recent YARN jenkins tests are consistently failed 
(https://builds.apache.org/job/PreCommit-YARN-Build) due to test environment 
issues below.

   I already filed blocker issue 
https://issues.apache.org/jira/browse/INFRA-13141 to our INFRA team yesterday 
but haven't get any response yet. All commit work on YARN project are fully 
blocked. Anyone have ideas on how to move things forward?

btw, Jenkins tests for hadoop/hdfs/mapreduce seems to be OK.


FATAL: Command "git clean -fdx" returned status code 1:
stdout:
stderr: warning: failed to remove 
hadoop-common-project/hadoop-common/target/test/data/3

hudson.plugins.git.GitException:
 Command "git clean -fdx" returned status code 1:
stdout:
stderr: warning: failed to remove 
hadoop-common-project/hadoop-common/target/test/data/3

at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1699)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1695)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1317)




Thanks,


Junping



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

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

[Dec 20, 2016 3:24:03 PM] (brahma) HDFS-11263. ClassCastException when we use 
Bzipcodec for Fsimage
[Dec 20, 2016 7:03:29 PM] (wangda) YARN-5706. Fail to launch SLSRunner due to 
NPE. (Kai Sasaki via wangda)
[Dec 20, 2016 7:28:44 PM] (jianhe) YARN-4844 (Addendum). Change 
JobStatus(usedMem,reservedMem,neededMem)
[Dec 20, 2016 8:24:00 PM] (xiao) HDFS-11195. Return error when appending files 
by webhdfs rest api fails.
[Dec 20, 2016 8:42:13 PM] (xiao) HDFS-11247. Add a test to verify 
NameNodeMXBean#getDecomNodes() and
[Dec 20, 2016 9:17:52 PM] (xyao) HDFS-10913. Introduce fault injectors to 
simulate slow mirrors.
[Dec 20, 2016 9:53:32 PM] (xyao) HDFS-11182. Update DataNode to use 
DatasetVolumeChecker. Contributed by
[Dec 21, 2016 12:02:26 AM] (xiao) HADOOP-13911. Remove TRUSTSTORE_PASSWORD 
related scripts from KMS.
[Dec 21, 2016 5:17:47 AM] (aajisaka) HDFS-11261. Document missing NameNode 
metrics. Contributed by Yiqun Lin.




-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.TestTrashWithSecureEncryptionZones 
   hadoop.hdfs.tools.offlineImageViewer.TestOfflineImageViewer 
   hadoop.hdfs.web.TestWebHdfsTimeouts 
   hadoop.yarn.server.nodemanager.recovery.TestNMLeveldbStateStoreService 
   hadoop.yarn.server.nodemanager.TestNodeManagerShutdown 
   hadoop.yarn.server.timeline.TestRollingLevelDB 
   hadoop.yarn.server.timeline.TestTimelineDataManager 
   hadoop.yarn.server.timeline.TestLeveldbTimelineStore 
   hadoop.yarn.server.timeline.webapp.TestTimelineWebServices 
   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.security.TestDelegationTokenRenewer 
   
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestIncreaseAllocationExpirer
 
   hadoop.yarn.server.resourcemanager.recovery.TestLeveldbRMStateStore 
   hadoop.yarn.server.resourcemanager.TestRMRestart 
   hadoop.yarn.server.resourcemanager.TestResourceTrackerService 
   hadoop.yarn.server.TestMiniYarnClusterNodeUtilization 
   hadoop.yarn.server.TestContainerManagerSecurity 
   hadoop.yarn.server.timeline.TestLevelDBCacheTimelineStore 
   hadoop.yarn.server.timeline.TestOverrideTimelineStoreYarnClient 
   hadoop.yarn.server.timeline.TestEntityGroupFSTimelineStore 
   hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
   
hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowRunCompaction
 
   
hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
   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 

Timed out junit tests :

   org.apache.hadoop.hdfs.server.datanode.TestFsDatasetCache 
  

   compile:

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

   cc:

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

   javac:

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

   unit:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/193/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
  [200K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/193/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/193/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt
  [52K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/193/artifact/out/patch-unit-hadoop-yarn-project

Re: YARN precommit busted?

2016-12-21 Thread Ted Yu
Looks like H5 had similar problem.

But H2 can work:
https://builds.apache.org/job/PreCommit-YARN-Build/14423/console

On Wed, Dec 21, 2016 at 9:16 AM, Sangjin Lee  wrote:

> Filed INFRA-13148. Thanks.
>
> On Wed, Dec 21, 2016 at 9:09 AM, Ted Yu  wrote:
>
>> All these builds took place on :
>>
>> https://builds.apache.org/computer/H6
>>
>> Maybe log an INFRA ticket so that some admin can check what happens to
>> hadoop-common-project/hadoop-common/target/test/data/4
>>
>> Meanwhile, consider excluding H6 from Precommit builds until this problem
>> is solved.
>>
>
>
>


Re: YARN precommit busted?

2016-12-21 Thread Sangjin Lee
Filed INFRA-13148. Thanks.

On Wed, Dec 21, 2016 at 9:09 AM, Ted Yu  wrote:

> All these builds took place on :
>
> https://builds.apache.org/computer/H6
>
> Maybe log an INFRA ticket so that some admin can check what happens to
> hadoop-common-project/hadoop-common/target/test/data/4
>
> Meanwhile, consider excluding H6 from Precommit builds until this problem
> is solved.
>


Re: YARN precommit busted?

2016-12-21 Thread Ted Yu
All these builds took place on :

https://builds.apache.org/computer/H6

Maybe log an INFRA ticket so that some admin can check what happens to
hadoop-common-project/hadoop-common/target/test/data/4

Meanwhile, consider excluding H6 from Precommit builds until this problem
is solved.

On Wed, Dec 21, 2016 at 9:02 AM, Sangjin Lee  wrote:

> It appears that the YARN precommit builds are broken for the most part. I
> see quick failures with the following message:
>
> FATAL: Command "git clean -fdx" returned status code 1:
> stdout:
> stderr: warning: failed to remove
> hadoop-common-project/hadoop-common/target/test/data/4
> hudson.plugins.git.GitException
>  plugins.git.GitException>:
> Command "git clean -fdx" returned status code 1:
>
>
> Any ideas what might be going on?
>
> https://builds.apache.org/job/PreCommit-YARN-Build/
>
> Thanks,
> Sangjin
>


YARN precommit busted?

2016-12-21 Thread Sangjin Lee
It appears that the YARN precommit builds are broken for the most part. I
see quick failures with the following message:

FATAL: Command "git clean -fdx" returned status code 1:
stdout:
stderr: warning: failed to remove
hadoop-common-project/hadoop-common/target/test/data/4
hudson.plugins.git.GitException
:
Command "git clean -fdx" returned status code 1:


Any ideas what might be going on?

https://builds.apache.org/job/PreCommit-YARN-Build/

Thanks,
Sangjin


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

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

[Dec 20, 2016 3:24:03 PM] (brahma) HDFS-11263. ClassCastException when we use 
Bzipcodec for Fsimage
[Dec 20, 2016 7:03:29 PM] (wangda) YARN-5706. Fail to launch SLSRunner due to 
NPE. (Kai Sasaki via wangda)
[Dec 20, 2016 7:28:44 PM] (jianhe) YARN-4844 (Addendum). Change 
JobStatus(usedMem,reservedMem,neededMem)
[Dec 20, 2016 8:24:00 PM] (xiao) HDFS-11195. Return error when appending files 
by webhdfs rest api fails.
[Dec 20, 2016 8:42:13 PM] (xiao) HDFS-11247. Add a test to verify 
NameNodeMXBean#getDecomNodes() and
[Dec 20, 2016 9:17:52 PM] (xyao) HDFS-10913. Introduce fault injectors to 
simulate slow mirrors.
[Dec 20, 2016 9:53:32 PM] (xyao) HDFS-11182. Update DataNode to use 
DatasetVolumeChecker. Contributed by
[Dec 21, 2016 12:02:26 AM] (xiao) HADOOP-13911. Remove TRUSTSTORE_PASSWORD 
related scripts from KMS.
[Dec 21, 2016 5:17:47 AM] (aajisaka) HDFS-11261. Document missing NameNode 
metrics. Contributed by Yiqun Lin.




-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.yarn.server.timeline.webapp.TestTimelineWebServices 
   hadoop.yarn.server.resourcemanager.TestRMRestart 
   hadoop.yarn.server.TestMiniYarnClusterNodeUtilization 
   hadoop.yarn.server.TestContainerManagerSecurity 
  

   cc:

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

   javac:

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

   checkstyle:

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

   pylint:

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

   shellcheck:

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

   shelldocs:

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

   whitespace:

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

   javadoc:

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

   unit:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/262/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/262/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
  [56K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/262/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt
  [316K]

   asflicense:

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

Powered by Apache Yetus 0.5.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-6017) node manager physical memory leak

2016-12-21 Thread chenrongwei (JIRA)
chenrongwei created YARN-6017:
-

 Summary: node manager physical memory leak
 Key: YARN-6017
 URL: https://issues.apache.org/jira/browse/YARN-6017
 Project: Hadoop YARN
  Issue Type: Bug
  Components: yarn
Affects Versions: 2.7.1
 Environment: OS:
Linux guomai124041 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
jvm:
java version "1.7.0_65"
Java(TM) SE Runtime Environment (build 1.7.0_65-b17)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
Reporter: chenrongwei


In our produce environment, node manager's jvm memory has been set to 
'-Xmx2048m',but we notice that after a long time running the process' actual 
physical memory size had been reached to 12g (we got this value by top command 
as follow).

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
31169 data  20   0 13.2g  12g 6092 S 16.9 13.0  49183:13 java




--
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