Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Doug Cutting
Hadoop's bylaws do draw finer distinctions than the Apache voting guidelines document, but we follow the same general principles that are described there. As I understand it, the rationale for using consensus for code is that everyone needs to agree on everything in the codebase or we've disenfran

Re: Do we support contatenated/splittable bzip2 files in branch-1?

2012-12-03 Thread Harsh J
Thanks Yu, will appreciate if you can post your observances over https://issues.apache.org/jira/browse/HADOOP-7386. On Mon, Dec 3, 2012 at 9:22 PM, Yu Li wrote: > Hi Harsh, > > Thanks a lot for the information! > > My fault not looking into HADOOP-4012 carefully, will try and veriry > whether HAD

[jira] [Created] (HADOOP-9114) After defined the dfs.checksum.type as the NULL, write file and hflush will through java.lang.ArrayIndexOutOfBoundsException

2012-12-03 Thread liuyang (JIRA)
liuyang created HADOOP-9114: --- Summary: After defined the dfs.checksum.type as the NULL, write file and hflush will through java.lang.ArrayIndexOutOfBoundsException Key: HADOOP-9114 URL: https://issues.apache.org/jira/br

[jira] [Resolved] (HADOOP-9111) Fix failed testcases with @ignore annotation In branch-1

2012-12-03 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HADOOP-9111. Resolution: Fixed Fix Version/s: 1-win 1.2.0

[jira] [Created] (HADOOP-9113) o.a.h.fs.TestDelegationTokenRenewer is failing intermittently

2012-12-03 Thread Karthik Kambatla (JIRA)
Karthik Kambatla created HADOOP-9113: Summary: o.a.h.fs.TestDelegationTokenRenewer is failing intermittently Key: HADOOP-9113 URL: https://issues.apache.org/jira/browse/HADOOP-9113 Project: Hadoop

[jira] [Created] (HADOOP-9112) test-patch should -1 for @Tests without a timeout

2012-12-03 Thread Todd Lipcon (JIRA)
Todd Lipcon created HADOOP-9112: --- Summary: test-patch should -1 for @Tests without a timeout Key: HADOOP-9112 URL: https://issues.apache.org/jira/browse/HADOOP-9112 Project: Hadoop Common Issue

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Matt Foley
No, but it speaks to whether the Hadoop bylaws can extend the Apache voting procedures and draw finer distinctions. For example, the Apache voting procedures only identify 3 types of votable issue, while the Hadoop bylaws identify 9 types of votable issues. If we were forced to fit "development t

[jira] [Reopened] (HADOOP-9004) Allow security unit tests to use external KDC

2012-12-03 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon reopened HADOOP-9004: - I'd like to commit this to branch-2 as well. Reopening > Allow security unit tests

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Doug Cutting
On Mon, Dec 3, 2012 at 2:08 PM, Matt Foley wrote: > The apache voting process contradicts the Hadoop bylaws: > http://www.apache.org/foundation/voting.html says that only PMC members can > make binding votes on code modification issues, but > http://hadoop.apache.org/bylaws.html says that Committe

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Matt Foley
Hi Doug, The apache voting process contradicts the Hadoop bylaws: http://www.apache.org/foundation/voting.html says that only PMC members can make binding votes on code modification issues, but http://hadoop.apache.org/bylaws.html says that Committers can make binding votes on them. Does that mean

[jira] [Created] (HADOOP-9111) Fix failed testcases with @ignore annotation In branch-1

2012-12-03 Thread Jing Zhao (JIRA)
Jing Zhao created HADOOP-9111: - Summary: Fix failed testcases with @ignore annotation In branch-1 Key: HADOOP-9111 URL: https://issues.apache.org/jira/browse/HADOOP-9111 Project: Hadoop Common Is

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Doug Cutting
On Mon, Dec 3, 2012 at 11:21 AM, Matt Foley wrote: > It is intended to be a "technical discussion", in the sense of the bylaws > statement (in section "Roles and Responsibilities: Committers"), "Committers > may cast binding votes on any technical discussion regarding any > subproject." I therefo

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Matt Foley
It is intended to be a "technical discussion", in the sense of the bylaws statement (in section "Roles and Responsibilities: Committers"), "Committers may cast binding votes on any technical discussion regarding any subproject." I therefore intended it to be a majority vote of Committers. Interes

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Doug Cutting
On Sat, Nov 24, 2012 at 12:13 PM, Matt Foley wrote: > Vote closes at 12:30pm PST on Saturday 1 December. It's not clear to me what kind of a vote this is. It seems closest to a code change vote, since it implies code changes, although without a specific patch yet proposed. As such it would foll

Re: Do we support contatenated/splittable bzip2 files in branch-1?

2012-12-03 Thread Yu Li
Hi Harsh, Thanks a lot for the information! My fault not looking into HADOOP-4012 carefully, will try and veriry whether HADOOP-7823 has resolved the issue on both write and read side, and report back. On 3 December 2012 19:42, Harsh J wrote: > Hi Yu Li, > > The JIRA HADOOP-7823 backported sup

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-12-03 Thread Tom White
+1, +1, -1 Tom On Sat, Nov 24, 2012 at 8:13 PM, Matt Foley wrote: > For discussion, please see previous thread "[PROPOSAL] introduce Python as > build-time and run-time dependency for Hadoop and throughout Hadoop stack". > > This vote consists of three separate items: > > 1. Contributors shall b

Re: Do we support contatenated/splittable bzip2 files in branch-1?

2012-12-03 Thread Harsh J
Hi Yu Li, The JIRA HADOOP-7823 backported support for splitting Bzip2 files plus MR support for it, into branch-1, and it is already available in the 1.1.x releases out currently. Concatenated Bzip2 files, i.e., HADOOP-7386, is not implemented yet (AFAIK), but Chris over HADOOP-6335 suggests that

[jira] [Reopened] (HADOOP-7386) Support concatenated bzip2 files

2012-12-03 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J reopened HADOOP-7386: - Allen, You'd closed this out without a reason as "Won't Fix", so am reopening it. If there was a reason fo