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 metastore alone in pr

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 (version 3.0.0) and successfully initialized a MyS

Re: Metastore question

2013-04-03 Thread Dean Wampler
Yes, the property name is misleading. The DATA is stored under that directory (for managed tables, as opposed to external tables where you explicit tell Hive the location). The METADATA is stored in MySQL (or other database). On Wed, Apr 3, 2013 at 7:26 PM, Mark wrote: > Trying to make sure I un

Metastore question

2013-04-03 Thread Mark
Trying to make sure I understand this correctly. All databases and tables are stored in hive.metastore.warehouse.dir but the actual metadata for the database and tables (columns, types, partitions, etc) are stored in the hive database (ie.. mysql)? Is that correct?