Registry / database / hive-metastore

hive-metastore

JSON →
library4.2.0javamavenunverified

Metadata storage and retrieval service for Apache Hive, used for managing table schemas and partitions.

<dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-metastore</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · HIVE-METASTORE
H
hive-metastore
databasejavav4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HiveMetaStoreClient
org.apache.hadoop.hive.metastore.HiveMetaStoreClient

Connect to Hive Metastore and list all databases.

import org.apache.hadoop.hive.metastore.HiveMetaStoreClient; import org.apache.hadoop.hive.conf.HiveConf; HiveConf conf = new HiveConf(); HiveMetaStoreClient client = new HiveMetaStoreClient(conf); System.out.println(client.getAllDatabases());
Debug
Known issues
breakingHive Metastore client requires Hadoop and Hive dependencies, which may cause version conflicts.
fix
Ensure compatible versions of Hadoop and Hive are on the classpath.
affects: *
Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hive-metastore — mvn dependency:get hive-metastore · libregistry