Re: About the hadoop-2 profile

2015-04-03 Thread Cheng Lian
Thanks for the super clear explanation :) On 4/3/15 10:43 PM, Julien Le Dem wrote: the goal is to make sure that the parquet libraries compiled against hadoop 1 will also work with hadoop 2 On Fri, Apr 3, 2015 at 4:12 AM, Cheng Lian wrote: Thanks Julien! This is very helpful. If I understand

Re: About the hadoop-2 profile

2015-04-03 Thread Julien Le Dem
the goal is to make sure that the parquet libraries compiled against hadoop 1 will also work with hadoop 2 On Fri, Apr 3, 2015 at 4:12 AM, Cheng Lian wrote: > Thanks Julien! This is very helpful. If I understand this correctly, the > hadoop-2 profile is only used together with Travis CI for test

Re: About the hadoop-2 profile

2015-04-03 Thread Cheng Lian
Thanks Julien! This is very helpful. If I understand this correctly, the hadoop-2 profile is only used together with Travis CI for testing purposes? Cheng On 4/3/15 7:14 AM, Julien Le Dem wrote: 1. Parquet works with hadoop 1 and 2, we work around the Hadoop incompatibilities. See: https://git

Re: About the hadoop-2 profile

2015-04-02 Thread Julien Le Dem
1. Parquet works with hadoop 1 and 2, we work around the Hadoop incompatibilities. See: https://github.com/apache/incubator-parquet-mr/blob/master/parquet-hadoop/src/main/java/parquet/hadoop/util/ContextUtil.java Both profiles are run in travis-ci: https://github.com/apache/incubator-parquet-mr/blo

About the hadoop-2 profile

2015-03-29 Thread Cheng Lian
Hi developers, I have two questions about the Hadoop version Parquet uses. In the Maven POM of Parquet, the default Hadoop version is 1.1.0, while with `hadoop-2` profile enabled, the version is 2.3.0. So my questions are: 1. What's the Hadoop version the official parquet-hadoop Maven artifact