Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread Gautam
Ran checks on https://dist.apache.org/repos/dist/dev/incubator/iceberg/apache-iceberg-0.8.0-incubating-rc2/ √ RAT checks passed √ signature is correct √ checksum is correct √ build from source (with java 8) √ run tests locally +1 (non-binding) On Thu, Apr 30, 2020 at 4:18 PM Samarth Jain wrot

Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread Samarth Jain
+1 (non-binding) all checks passed On Thu, Apr 30, 2020 at 4:06 PM John Zhuge wrote: > +1 (non-binding) > >1. Checked signature and checksum >2. Checked license >3. Built and ran unit tests. > > > On Thu, Apr 30, 2020 at 2:24 PM Owen O'Malley > wrote: > >> +1 >> >>1. Checked sig

Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread John Zhuge
+1 (non-binding) 1. Checked signature and checksum 2. Checked license 3. Built and ran unit tests. On Thu, Apr 30, 2020 at 2:24 PM Owen O'Malley wrote: > +1 > >1. Checked signature and checksum >2. Built and ran unit tests. >3. Checked ORC version :) > > On Monday, ORC rel

Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread Owen O'Malley
+1 1. Checked signature and checksum 2. Built and ran unit tests. 3. Checked ORC version :) On Monday, ORC released 1.6.3, so we should grab those fixes soon. .. Owen On Thu, Apr 30, 2020 at 12:34 PM Dongjoon Hyun wrote: > +1. > > 1. Verified checksum, sig, and license > 3. Build fro

Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread Dongjoon Hyun
+1. 1. Verified checksum, sig, and license 3. Build from the source and run UTs. 4. Run some manual ORC write/read tests with Apache Spark 2.4.6-SNAPSHOT (as of today). Thank you, all! Bests, Dongjoon. On Thu, Apr 30, 2020 at 10:28 AM parth brahmbhatt < brahmbhatt.pa...@gmail.com> wrote: > +1.

Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread parth brahmbhatt
+1. checks passed, did not observe the unit test failure. Thanks Parth On Thu, Apr 30, 2020 at 9:13 AM Daniel Weeks wrote: > +1 all checks passed > > On Thu, Apr 30, 2020 at 8:53 AM Anton Okolnychyi > wrote: > >> That test uses many concurrent writes and I’ve seen cases when it led to >> deadl

Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread Daniel Weeks
+1 all checks passed On Thu, Apr 30, 2020 at 8:53 AM Anton Okolnychyi wrote: > That test uses many concurrent writes and I’ve seen cases when it led to > deadlocks in our test HMS. I think HMS is capable of recovering on its own > but that process can be slow in highly concurrent environments. T

Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread Anton Okolnychyi
That test uses many concurrent writes and I’ve seen cases when it led to deadlocks in our test HMS. I think HMS is capable of recovering on its own but that process can be slow in highly concurrent environments. There is a 2 min timeout in that test so it can potentially fail. I’ve seen a deadlo

Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread Mass Dosage
The build for RC2 worked fine for me, I didn't get a failure on "TestHiveTableConcurrency". Perhaps there is some kind of race condition in the test? I have seen timeout errors like that when I ran tests on an overloaded machine, could that have been the case? On Thu, 30 Apr 2020 at 08:32, OpenInx

Re: [VOTE] Release Apache Iceberg 0.8.0-incubating RC2

2020-04-30 Thread OpenInx
I checked the rc2, seems the TestHiveTableConcurrency is broken, may need to fix it. 1. Download the tarball and check the signature & checksum: OK 2. license checking: RAT checks passed. 3. Build and test the project (java8): org.apache.iceberg.hive.TestHiveTableConcurrency > testConcurrentConnec