[jira] [Created] (YARN-7585) NodeManager should go unhealthy when state store throws DBException

2017-11-29 Thread Wilfred Spiegelenburg (JIRA)
Wilfred Spiegelenburg created YARN-7585: --- Summary: NodeManager should go unhealthy when state store throws DBException Key: YARN-7585 URL: https://issues.apache.org/jira/browse/YARN-7585

Re: [DISCUSS] Merge Absolute resource configuration support in Capacity Scheduler (YARN-5881) to trunk

2017-11-29 Thread Carlo Aldo Curino
I haven't tested this, but I support the merge as the patch is very much needed for MS usecases as well... Can this be cherry-picked on 2.9 easily? Thanks for this contribution! Cheers, Carlo On Nov 29, 2017 6:34 PM, "Weiwei Yang" wrote: > Hi Sunil > > +1 from my side.

Re: [DISCUSS] Merge Absolute resource configuration support in Capacity Scheduler (YARN-5881) to trunk

2017-11-29 Thread Weiwei Yang
Hi Sunil +1 from my side. Actually we have applied some of these patches to our production cluster since Sep this year, on over 2000+ nodes and it works nicely. +1 for the merge. I am pretty sure this feature will help a lot of users, especially those on cloud. Thanks for getting this done,

[VOTE] Merge Absolute resource configuration support in Capacity Scheduler (YARN-5881) to trunk

2017-11-29 Thread Sunil G
Hi All, Based on the discussion at [1], I'd like to start a vote to merge feature branch YARN-5881 to trunk. Vote will run for 7 days, ending Wednesday Dec 6 at 6:00PM PDT. This branch adds support to configure queue capacity as absolute resource in capacity scheduler. This will help admins

[jira] [Resolved] (YARN-7509) AsyncScheduleThread and ResourceCommitterService are still running after RM is transitioned to standby

2017-11-29 Thread Wangda Tan (JIRA)
[ https://issues.apache.org/jira/browse/YARN-7509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wangda Tan resolved YARN-7509. -- Resolution: Fixed Fix Version/s: (was: 3.0.1) 3.0.0 > AsyncScheduleThread

[jira] [Created] (YARN-7584) Support resource profiles in native services

2017-11-29 Thread Jonathan Hung (JIRA)
Jonathan Hung created YARN-7584: --- Summary: Support resource profiles in native services Key: YARN-7584 URL: https://issues.apache.org/jira/browse/YARN-7584 Project: Hadoop YARN Issue Type:

[jira] [Created] (YARN-7583) Reduce overhead of container reacquisition

2017-11-29 Thread Jason Lowe (JIRA)
Jason Lowe created YARN-7583: Summary: Reduce overhead of container reacquisition Key: YARN-7583 URL: https://issues.apache.org/jira/browse/YARN-7583 Project: Hadoop YARN Issue Type: Improvement

[jira] [Created] (YARN-7582) Yarn Services - restore descriptive exception types

2017-11-29 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created YARN-7582: -- Summary: Yarn Services - restore descriptive exception types Key: YARN-7582 URL: https://issues.apache.org/jira/browse/YARN-7582 Project: Hadoop YARN

[jira] [Created] (YARN-7581) ATSv2 does not construct HBase filters correctly in HBase 2.0

2017-11-29 Thread Haibo Chen (JIRA)
Haibo Chen created YARN-7581: Summary: ATSv2 does not construct HBase filters correctly in HBase 2.0 Key: YARN-7581 URL: https://issues.apache.org/jira/browse/YARN-7581 Project: Hadoop YARN

Re: [DISCUSS] Merge Absolute resource configuration support in Capacity Scheduler (YARN-5881) to trunk

2017-11-29 Thread Rohith Sharma K S
+1, thanks Sunil for working on this feature! -Rohith Sharma K S On 24 November 2017 at 23:19, Sunil G wrote: > Hi All, > > We would like to bring up the discussion of merging “absolute min/max > resources support in capacity scheduler” branch (YARN-5881) [2] into trunk > in

Apache Hadoop qbt Report: branch2+JDK7 on Linux/x86

2017-11-29 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/54/ [Nov 27, 2017 10:52:18 PM] (kihwal) HDFS-12754. Lease renewal can hit a deadlock. Contributed by Kuhu [Nov 27, 2017 10:54:27 PM] (yufei) YARN-7363. ContainerLocalizer don't have a valid log4j config in

Re: [DISCUSS] Merge Absolute resource configuration support in Capacity Scheduler (YARN-5881) to trunk

2017-11-29 Thread Sunil G
Thanks Eric. Appreciate the support in verifying the feature. YARN-7575 is closed now. - Sunil On Tue, Nov 28, 2017 at 11:15 PM Eric Payne wrote: > Thanks Sunil for the great work on this feature. > I looked through the design document, reviewed the code, and