Protocol Buffers version

2015-05-13 Thread Alan Burlison
The current version of Protocol Buffers is 2.6.1 but the current version required by Hadoop is 2.5.0. Is there any reason for this, or should I log a JIRA to get it updated? -- Alan Burlison --

[jira] [Resolved] (HADOOP-11966) Variable cygwin is undefined in hadoop-config.sh when executed through hadoop-daemon.sh.

2015-05-13 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HADOOP-11966. Resolution: Fixed Variable cygwin is undefined in hadoop-config.sh when executed through

Re: Protocol Buffers version

2015-05-13 Thread Allen Wittenauer
On May 13, 2015, at 5:02 AM, Alan Burlison alan.burli...@oracle.com wrote: The current version of Protocol Buffers is 2.6.1 but the current version required by Hadoop is 2.5.0. Is there any reason for this, or should I log a JIRA to get it updated? The story of protocol buffers is

Re: HADOOP-9279 still not fixed, needs reopening

2015-05-13 Thread Chris Nauroth
Last time I checked, this was particular to mvn compile and would not occur for other kinds of builds from the root of the source tree like mvn test or mvn package. This is a Maven behavior that is unavoidable unless we pull hadoop-maven-plugins out into its own project separate from the Hadoop

Re: Protocol Buffers version

2015-05-13 Thread Chris Nauroth
Some additional details... A few years ago, we moved from Protocol Buffers 2.4.1 to 2.5.0. There were some challenges with that upgrade, because 2.5.0 was not backwards-compatible with 2.4.1. We needed to coordinate carefully with projects downstream of Hadoop that receive our protobuf classes

[jira] [Resolved] (HADOOP-11908) Erasure coding: Should be able to encode part of parity blocks.

2015-05-13 Thread Yi Liu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Liu resolved HADOOP-11908. - Resolution: Duplicate Erasure coding: Should be able to encode part of parity blocks.

Re: HADOOP-9279 still not fixed, needs reopening

2015-05-13 Thread Alan Burlison
On 13/05/2015 17:38, Chris Nauroth wrote: I usually tell people starting fresh to do mvn clean install -Pnative -DskipTests as a first step. That's a good validation of your build environment, and it will put a SNAPSHOT version of each sub-module into your local Maven repository. After that,

[jira] [Created] (HADOOP-11968) BUILDING.txt is still unclear about the need to build

2015-05-13 Thread Alan Burlison (JIRA)
Alan Burlison created HADOOP-11968: -- Summary: BUILDING.txt is still unclear about the need to build Key: HADOOP-11968 URL: https://issues.apache.org/jira/browse/HADOOP-11968 Project: Hadoop Common

Re: Planning Hadoop 2.6.1 release

2015-05-13 Thread Zhihai Xu
Hi Akira, Can we also include YARN-3242? YARN-3242 fixed a critical ZKRMStateStore bug. It will work better with YARN-2992. thanks zhihai On Tue, May 12, 2015 at 10:38 PM, Akira AJISAKA ajisa...@oss.nttdata.co.jp wrote: Thanks all for collecting jiras for 2.6.1 release. In addition, I'd like

[jira] [Reopened] (HADOOP-11566) Add tests and fix for erasure coders to recover erased parity units

2015-05-13 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B reopened HADOOP-11566: Add tests and fix for erasure coders to recover erased parity units

[jira] [Resolved] (HADOOP-11566) Add tests and fix for erasure coders to recover erased parity units

2015-05-13 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B resolved HADOOP-11566. Resolution: Fixed Fix Version/s: HDFS-7285 Resolving as FIXED Add tests and fix