Hive Standalone Metastore dependency on Hadoop

2023-12-23 Thread Sanjay Gupta
Hi, https://repo1.maven.org/maven2/org/apache/hive/hive-standalone-metastore Does Hive Standalone Metastore depends on Hadoop ? I am building my own docker container to run Hive Metastore and I see my image size is 1.4GB. I did install Hadoop 3.3.6 and Standalone metastore 3.1.3 and metastore

standalone-metastore authorization with S3

2023-06-21 Thread Dogukan
ssions*...”. Which sounds like...we can’t ? My end-goal is to have standalone-metastore as a stateless service deployed on k8s and work with the metadata using spark and trino. I am using apache/hive:4.0.0-alpha-2 <https://hub.docker.com/layers/apache/hive/4.0.0-alpha-2/imag

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

Authentication for remote standalone Metastore

2020-08-18 Thread ab k
lable. Would someone be able to suggest how a standalone Metastore is supposed to perform authN without receiving principal/token from client?

Re: Standalone Metastore Question

2019-02-26 Thread Alan Gates
The standalone metastore released in 3.0 is the exact same metastore released with Hive 3.0. The only differences are in the install tool 'schematool' and the start and stop script. Hive 3 is being used in production a number of places. I don't know if anyone is running the met

Standalone Metastore Question

2019-02-26 Thread Abdoulaye Diallo
Hi there, I am new to hive. My goal is to run the Standalone Metastore in the hope to integrate it with Spark/Iceberg without Hadoop/Hive. I downloaded the release from here <http://us.mirrors.quenda.co/apache/hive/hive-standalone-metastore-3.0.0/>(version 3.0.0) and successfully initial

Re: Standalone metastore

2018-07-11 Thread Sandhya Agarwal
t user access to urls using Sentry or Ranger. > > > On Wed, Jul 11, 2018 at 2:44 AM, Sandhya Agarwal > wrote: > >> Hello, >> >> We want to leverage standalone metastore for our project, for which I >> want to enable access to multiple S3 buckets, each wi

Re: Standalone metastore

2018-07-11 Thread Vihang Karajgaonkar
Agarwal wrote: > Hello, > > We want to leverage standalone metastore for our project, for which I want > to enable access to multiple S3 buckets, each with its own access key and > secret key. I am trying to access the metastore operations from a Java > client using HiveMetasto

Standalone metastore

2018-07-11 Thread Sandhya Agarwal
Hello, We want to leverage standalone metastore for our project, for which I want to enable access to multiple S3 buckets, each with its own access key and secret key. I am trying to access the metastore operations from a Java client using HiveMetastoreClient and using the thrift metastore URI to