Re: Hive 4.0.0-alpha-2 + Hadoop 3.3.1. Can't start beeline. Need help

2023-01-03 Thread Naveen Gangam
Hi Jon, Could you please attach the full hiveserver logfile please? Thank you On Tue, Jan 3, 2023 at 12:42 PM Joe Lin via user wrote: > I downloaded Hive 4.0.0-alpha-2 tar.gz and install along with with Hadoop > 3.3 on Ubuntu 22.04. > > I followed the instruction in the “Getting started guide”

Migrating from hive metastore on emr to standalone metastore in k8s

2023-01-03 Thread Akram Weheba
Hey everyone, Currently, we run an EMR cluster w/ hive 2.3.6 to use as a metastore service. We’ve recently spun up a hive standalone metastore w/ version 3.1.2 in k8s. The hive metastore service is being used by trino. The issue I am running into is, if I CREATE a table w/ data pointing to the

Hive 4.0.0-alpha-2 + Hadoop 3.3.1. Can't start beeline. Need help

2023-01-03 Thread Joe Lin via user
I downloaded Hive 4.0.0-alpha-2 tar.gz and install along with with Hadoop 3.3 on Ubuntu 22.04. I followed the instruction in the “Getting started guide” till running HiveServer2 and Beeline (https://cwiki.apache.org/confluence/display/Hive//GettingStarted#GettingStarted-RunningHiveServer2andBee

Re: Tez hook for "INSERT INTO TABLE PARTITION(...)" query

2023-01-03 Thread Rajesh Balamohan
If it is at the end of creating the partition, check whether "HMS::MetaStoreEventListener::onAddPartition" can be of help. This may need customer listener to be added in HMS side. https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/