[jira] [Created] (YARN-9309) Improvise graphs in SLS as values displayed in graph are overlapping

2019-02-14 Thread Bilwa S T (JIRA)
Bilwa S T created YARN-9309: --- Summary: Improvise graphs in SLS as values displayed in graph are overlapping Key: YARN-9309 URL: https://issues.apache.org/jira/browse/YARN-9309 Project: Hadoop YARN

Re: Cannot kill Pre-Commit jenkins builds

2019-02-14 Thread Vinod Kumar Vavilapalli
Done. Please see if it works for you. Thanks +Vinod > On Feb 14, 2019, at 1:12 PM, Arun Suresh wrote: > > Hello Vinod > > Kindly add me (asuresh) and Jonathan Hung as well.. > > Cheers > -Arun > > On Thu, Feb 14, 2019, 11:46 AM Vinod Kumar Vavilapalli > wrote: >

[jira] [Created] (YARN-9308) fairscheduler-statedump.log gets generated regardless of service again after the merge of HDFS-7240

2019-02-14 Thread Akira Ajisaka (JIRA)
Akira Ajisaka created YARN-9308: --- Summary: fairscheduler-statedump.log gets generated regardless of service again after the merge of HDFS-7240 Key: YARN-9308 URL: https://issues.apache.org/jira/browse/YARN-9308

[jira] [Created] (YARN-9307) node_partitions constraint does not work

2019-02-14 Thread kyungwan nam (JIRA)
kyungwan nam created YARN-9307: -- Summary: node_partitions constraint does not work Key: YARN-9307 URL: https://issues.apache.org/jira/browse/YARN-9307 Project: Hadoop YARN Issue Type: Bug

Re: Including Original Author in git commits.

2019-02-14 Thread Aaron Fabbri
+1. I think formatted patches and PRs will be an improvement. I've used the git --committer thing a couple of times here without issue. Another unrelated improvement with github is handling of large changes. I really think large patches should be split up into logical subcommitts and PR's

[jira] [Created] (YARN-9306) Detect docker image existence during container launch

2019-02-14 Thread Eric Yang (JIRA)
Eric Yang created YARN-9306: --- Summary: Detect docker image existence during container launch Key: YARN-9306 URL: https://issues.apache.org/jira/browse/YARN-9306 Project: Hadoop YARN Issue Type:

Re: Cannot kill Pre-Commit jenkins builds

2019-02-14 Thread Arun Suresh
Hello Vinod Kindly add me (asuresh) and Jonathan Hung as well.. Cheers -Arun On Thu, Feb 14, 2019, 11:46 AM Vinod Kumar Vavilapalli wrote: > Plus Sunil / Wangda. > > Sunil found out some information - "Jenkins uses the Apache LDAP servers > for authentication. To give a committer access to

Re: Cannot kill Pre-Commit jenkins builds

2019-02-14 Thread Vinod Kumar Vavilapalli
Plus Sunil / Wangda. Sunil found out some information - "Jenkins uses the Apache LDAP servers for authentication. To give a committer access to Jenkins, the committer must be made a member of the hudson-jobadmin group. This is done using the Whimsy Tool which all PMC Chairs can change." I've

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

2019-02-14 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1047/ [Feb 13, 2019 2:50:57 AM] (yqlin) HDDS-1047. Fix TestRatisPipelineProvider#testCreatePipelineWithFactor. [Feb 13, 2019 3:16:04 AM] (yqlin) HADOOP-16097. Provide proper documentation for FairCallQueue.

Re: Including Original Author in git commits.

2019-02-14 Thread Steve Loughran
Yetus is adding support for github PRs, we can adopt it. There's already a github a/c for it (hadoop-yetus) and a goal of adopting the new Yetus. Be great to have people involved here On Thu, Feb 14, 2019 at 1:24 PM Vinayakumar B wrote: > So.. if we started doing that already.. we can encourage

Re: Including Original Author in git commits.

2019-02-14 Thread Vinayakumar B
So.. if we started doing that already.. we can encourage contributors to attach formatted patch.. or create PRs. And update wiki to follow exact steps to contribute and commit. -Vinay On Thu, 14 Feb 2019, 4:54 pm Steve Loughran I've been trying to do that recently, though as it forces me to

[jira] [Created] (YARN-9305) Add logging to TestNMWebServices

2019-02-14 Thread Adam Antal (JIRA)
Adam Antal created YARN-9305: Summary: Add logging to TestNMWebServices Key: YARN-9305 URL: https://issues.apache.org/jira/browse/YARN-9305 Project: Hadoop YARN Issue Type: Sub-task

[jira] [Created] (YARN-9304) Improve various tests in YARN

2019-02-14 Thread Adam Antal (JIRA)
Adam Antal created YARN-9304: Summary: Improve various tests in YARN Key: YARN-9304 URL: https://issues.apache.org/jira/browse/YARN-9304 Project: Hadoop YARN Issue Type: Improvement

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

2019-02-14 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/232/ No changes -1 overall The following subsystems voted -1: asflicense findbugs hadolint pathlen unit xml The following subsystems voted -1 but were configured to be filtered/ignored: cc

Re: Including Original Author in git commits.

2019-02-14 Thread Steve Loughran
I've been trying to do that recently, though as it forces me to go to the command line rather than using Atlassian Sourcetree, I've been getting other things wrong. To those people who have been dealing with commits I've managed to mess up: apologies. 1. Once someone is down as an author you

Re: Including Original Author in git commits.

2019-02-14 Thread Akira Ajisaka
Hi Vinay, I'm already doing this if I can get the original author name and the email address in some way. If the patch is created by git format-patch command, smart-apply-patch --committer option can do this automatically. Thanks, Akira On Thu, Feb 14, 2019 at 3:27 PM Vinayakumar B wrote: > >