Re: submitting a hadoop patch doesn't trigger jenkins test run

2014-11-25 Thread Steve Loughran
On 25 November 2014 at 00:58, Bernd Eckenfels e...@zusammenkunft.net wrote: Hello, Am Mon, 24 Nov 2014 16:16:00 -0800 schrieb Colin McCabe cmcc...@alumni.cmu.edu: Conceptually, I think it's important to support patches that modify multiple sub-projects. Otherwise refactoring things in

[jira] [Created] (HADOOP-11332) KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject

2014-11-25 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11332: Summary: KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject Key: HADOOP-11332 URL: https://issues.apache.org/jira/browse/HADOOP-11332

Re: submitting a hadoop patch doesn't trigger jenkins test run

2014-11-25 Thread Yongjun Zhang
Thanks all for the feedback. To summarize (and I have a suggestion at the end of this email), there are two scenarios: 1. A change that span multiple *bigger* projects. r.g. hadoop, hbase. 2. A change that span multiple *sub* projects* within hadoop, e.g., common, hdfs, yarn For 1, it's

[jira] [Created] (HADOOP-11334) Mapreduce Job Failed due to failure fetching mapper output on the reduce side

2014-11-25 Thread Jinghui Wang (JIRA)
Jinghui Wang created HADOOP-11334: - Summary: Mapreduce Job Failed due to failure fetching mapper output on the reduce side Key: HADOOP-11334 URL: https://issues.apache.org/jira/browse/HADOOP-11334

[jira] [Created] (HADOOP-11335) KMS ACL in meta data or database

2014-11-25 Thread Jerry Chen (JIRA)
Jerry Chen created HADOOP-11335: --- Summary: KMS ACL in meta data or database Key: HADOOP-11335 URL: https://issues.apache.org/jira/browse/HADOOP-11335 Project: Hadoop Common Issue Type:

Re: a friendly suggestion for developers when uploading patches

2014-11-25 Thread Harsh J
For the same filename, you can observe also that the JIRA colors the latest one to be different than the older ones automatically - this is what I rely on. On Sat, Nov 22, 2014 at 12:36 AM, Yongjun Zhang yzh...@cloudera.com wrote: Hi, When I look at patches uploaded to jiras, from time to time

Re: a friendly suggestion for developers when uploading patches

2014-11-25 Thread Andrew Wang
This might be a good time to mention my fetch-patch script, I use it to easily download the latest attachment on a jira: https://github.com/umbrant/dotfiles/blob/master/bin/fetch-patch On Tue, Nov 25, 2014 at 5:44 PM, Harsh J ha...@cloudera.com wrote: For the same filename, you can observe

[jira] [Created] (HADOOP-11336) Native support of KMS High Availability

2014-11-25 Thread Jerry Chen (JIRA)
Jerry Chen created HADOOP-11336: --- Summary: Native support of KMS High Availability Key: HADOOP-11336 URL: https://issues.apache.org/jira/browse/HADOOP-11336 Project: Hadoop Common Issue Type:

[jira] [Created] (HADOOP-11338) KMIP Integration for Hadoop KMS

2014-11-25 Thread Jerry Chen (JIRA)
Jerry Chen created HADOOP-11338: --- Summary: KMIP Integration for Hadoop KMS Key: HADOOP-11338 URL: https://issues.apache.org/jira/browse/HADOOP-11338 Project: Hadoop Common Issue Type:

[jira] [Created] (HADOOP-11337) KeyAuthorizationKeyProvider#doAccessCheck should throw exception when metadata for the specified key is null

2014-11-25 Thread Dian Fu (JIRA)
Dian Fu created HADOOP-11337: Summary: KeyAuthorizationKeyProvider#doAccessCheck should throw exception when metadata for the specified key is null Key: HADOOP-11337 URL:

[jira] [Created] (HADOOP-11339) Reuse buffer for Hadoop RPC

2014-11-25 Thread Yi Liu (JIRA)
Yi Liu created HADOOP-11339: --- Summary: Reuse buffer for Hadoop RPC Key: HADOOP-11339 URL: https://issues.apache.org/jira/browse/HADOOP-11339 Project: Hadoop Common Issue Type: Improvement

Re: a friendly suggestion for developers when uploading patches

2014-11-25 Thread Yongjun Zhang
Thanks Harsh for the info and Andrew for sharing the script. It looks that the script is intelligent enough to pick the latest attachment even if all attachments have the same name. Yet, I hope we use the following as the guideline for patch names: *projectName*-*jiraNum*-*revNum*.patch So we

Re: submitting a hadoop patch doesn't trigger jenkins test run

2014-11-25 Thread Colin McCabe
+1 for increasing the test timeout for tests spanning multiple sub-projects. I can see the value in what Steve L. suggested... if you make a major change that touches a particular subproject, you should try to get the approval of a committer who knows that subproject. But I don't think that