Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Alessandro Solimando
Hi Denys, in other Apache communities I generally see that votes are cancelled and a new RC is prepared when there are changes or blocking issues like in this case, not sure how things are done in Hive though. Best regards, Alessandro On Thu, 27 Oct 2022 at 15:22, Denys Kuzmenko wrote: > Hi

[jira] [Created] (HIVE-26674) REBALANCE type compaction

2022-10-27 Thread Jira
László Végh created HIVE-26674: -- Summary: REBALANCE type compaction Key: HIVE-26674 URL: https://issues.apache.org/jira/browse/HIVE-26674 Project: Hive Issue Type: Improvement

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Denys Kuzmenko
Hi Alessandro, There were no code changes, just missing artifacts due to an outdated release guide (iceberg bits are generated only under iceberg profile). Not sure that we should create new RC in that case. Naveen, what do you think? On Thu, Oct 27, 2022 at 3:30 PM Alessandro Solimando <

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Ádám Szita
Hi, Thanks for rebuilding this RC, Denys. Alessandro: IMHO since there was no vote cast yet and we're talking about a build option change only, I guess it just doesn't worth rebuilding the whole stuff from scratch to create a new RC. I give +1 (binding) to this RC, I verified the checksum,

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Ádám Szita
Hi Denys, Unfortutantely I can't give a plus 1 on this yet, as the Iceberg artifacts are missing from the binary tar.gz. Perhaps -Piceberg flag was missing during build, can you please rebuild? Thanks, Adam On 2022/10/25 11:20:23 Denys Kuzmenko wrote: > Hi team, > > > Apache Hive

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Denys Kuzmenko
Hi Adam, Thanks for pointing that out! Upstream release guide is outdated. Once I receive the edit rights, I'll amend the instructions. Updated the release artifacts and checksums: Apache Hive 4.0.0-alpha-2 Release Candidate 0 is available

[jira] [Created] (HIVE-26673) Incorrect row count when vectorisation is enabled

2022-10-27 Thread Simhadri Govindappa (Jira)
Simhadri Govindappa created HIVE-26673: -- Summary: Incorrect row count when vectorisation is enabled Key: HIVE-26673 URL: https://issues.apache.org/jira/browse/HIVE-26673 Project: Hive

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Alessandro Solimando
Sorry, I have misread the comment. If the code hasn't changed and the tag for the RC is still pointing to the same code, I don't think there is a need for a new RC. On Thu, 27 Oct 2022 at 15:48, Denys Kuzmenko wrote: > Hi Alessandro, > > There were no code changes, just missing artifacts due

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Ayush Saxena
Chris, The KEYS file is at: https://downloads.apache.org/hive/KEYS -Ayush On Thu, 27 Oct 2022 at 21:58, Chris Nauroth wrote: > Could someone please point me toward the right KEYS file to import so that > I can verify signatures? Thanks! > > I'm seeing numerous test failures due to

[jira] [Created] (HIVE-26675) Update Iceberg from 0.14.1 to 1.0.0

2022-10-27 Thread zhangbutao (Jira)
zhangbutao created HIVE-26675: - Summary: Update Iceberg from 0.14.1 to 1.0.0 Key: HIVE-26675 URL: https://issues.apache.org/jira/browse/HIVE-26675 Project: Hive Issue Type: Improvement

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Chris Nauroth
Could someone please point me toward the right KEYS file to import so that I can verify signatures? Thanks! I'm seeing numerous test failures due to "Insufficient configured threads" while trying to start the HTTP server. One example is TestBeelinePasswordOption. Is anyone else seeing this? I

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Alessandro Solimando
Hi everyone, unfortunately my vote is -1 (although non-binding) due to a classpath error which prevents queries involving Tez to complete (all the details at the end of the email, apologies for the lengthy text but I wanted to provide all the context). - verified gpg signature: OK $ wget

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Chris Nauroth
+1 (non-binding) * Verified all checksums. * Verified all signatures. * Built from source. * mvn clean install -Piceberg -DskipTests * Tests passed. * mvn --fail-never clean verify -Piceberg -Pitests -Dmaven.test.jvm.args='-Xmx2048m -DJETTY_AVAILABLE_PROCESSORS=4' I figured out why my

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Ayush Saxena
Hi Alessandro, >From this: > $ sw hadoop 3.1.0 > $ sw tez 0.10.0 (tried also 0.10.1) I guess you are using the wrong versions, The Hadoop version to be used should be 3.3.1[1] and the Tez version should be 0.10.2[2] The error also seems to be coming from Hadoop code >

Re: [VOTE] Apache Hive 4.0.0-alpha-2 Release Candidate 0

2022-10-27 Thread Alessandro Solimando
You are right Ayush, I got sidetracked by the release notes (* [HIVE-19217] - Upgrade to Hadoop 3.1.0) and I did not check the versions in the pom file, apologies for the false alarm but better safe than sorry. With the right versions in place (Hadoop 3.3.1 and Tez 10.0.2), tests including