[RESULT][VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-10 Thread Ryan Blue
This vote passes. The count is: +1 votes: Ryan Blue (binding) Gabor Szadovszky Zoltan Ivanfi Uwe Korn (binding) Julien Le Dem (binding) There were no +0 or -1 votes. Thanks for voting, everyone! I'll release the artifacts and send an announcement. rb On Fri, Apr 6, 2018 at 5:27 PM, Julien Le

Re: [VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-06 Thread Julien Le Dem
+1 (binding) * verified signature and checksum * build and tested on osx On Fri, Apr 6, 2018 at 9:55 AM, Uwe L. Korn wrote: > +1 (binding) > > * Verified signature and checksum > * Build and tested on OSX using `mvn clean install > -Dthrift.executable=/usr/local/opt/thrift@0.9/bin/thrift` > > On

Re: [VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-06 Thread Uwe L. Korn
+1 (binding) * Verified signature and checksum * Build and tested on OSX using `mvn clean install -Dthrift.executable=/usr/local/opt/thrift@0.9/bin/thrift` On Fri, Apr 6, 2018, at 6:25 PM, Ryan Blue wrote: > Make that -D, not -P. > > On Fri, Apr 6, 2018 at 9:24 AM, Ryan Blue wrote: > > > You

Re: [VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-06 Thread Ryan Blue
You can either put 0.9 earlier in your PATH, or set thrift.executable: mvn clean install -Pthrift.executable=/path/to/bin/thrift ​ On Fri, Apr 6, 2018 at 9:11 AM, Uwe L. Korn wrote: > The build is failing for me because it is picking up my installation of > Thrift 0.11. Is there a variable I c

Re: [VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-06 Thread Ryan Blue
Make that -D, not -P. On Fri, Apr 6, 2018 at 9:24 AM, Ryan Blue wrote: > You can either put 0.9 earlier in your PATH, or set thrift.executable: > > mvn clean install -Pthrift.executable=/path/to/bin/thrift > > ​ > > On Fri, Apr 6, 2018 at 9:11 AM, Uwe L. Korn wrote: > >> The build is failing fo

Re: [VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-06 Thread Uwe L. Korn
The build is failing for me because it is picking up my installation of Thrift 0.11. Is there a variable I could set to point it to my Thrift 0.9 installation? Uwe On Fri, Apr 6, 2018, at 2:34 PM, Zoltan Ivanfi wrote: > I would have preferred waiting for the parquet-format release (which > unfor

Re: [VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-06 Thread Zoltan Ivanfi
I would have preferred waiting for the parquet-format release (which unfortunately failed the vote due to lack of interest) before making an RC for parquet-mr so that it would refer to the latest format. On the other hand, all relevant updates of parquet-format are in the documentation only, so it'

Re: [VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-05 Thread Gabor Szadovszky
+1 (non-binding) Validated signature, checksums, matched source tarballs with the git repo. Gabor > On 6 Apr 2018, at 03:05, Ryan Blue wrote: > > And if anyone wants to try out the new command-line interface, you can call > it like this: > > hadoop jar parquet-cli-1.10.0-runtime.jar org.apach

Re: [VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-05 Thread Ryan Blue
And if anyone wants to try out the new command-line interface, you can call it like this: hadoop jar parquet-cli-1.10.0-runtime.jar org.apache.parquet.cli.Main rb ​ On Thu, Apr 5, 2018 at 5:58 PM, Ryan Blue wrote: > +1 (binding) > > Built, tested, validated signature and checksums, and tested

Re: [VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-05 Thread Ryan Blue
+1 (binding) Built, tested, validated signature and checksums, and tested the Iceberg build with the artifacts. On Thu, Apr 5, 2018 at 2:15 PM, Ryan Blue wrote: > Hi everyone, > > I propose the following RC to be released as official Apache Parquet Java > 1.10.0 release. > > The commit id is 03

[VOTE] Release Apache Parquet Java 1.10.0 RC0

2018-04-05 Thread Ryan Blue
Hi everyone, I propose the following RC to be released as official Apache Parquet Java 1.10.0 release. The commit id is 031a6654009e3b82020012a18434c582bd74c73a - This corresponds to the tag: apache-parquet-1.10.0 - https://github.com/apache/parquet-mr/tree/031a665 The release tarball, si