metastore-cli provides simple Hive metastore client cli interface. It talks directly to HMS without using Beeline.
See metastore-cli
metastore-benchmarks provides a set of simple microbenchmarks for Hive Metastore Thrift calls.
All common code lives in tools-common. The code implements its own simple metastore client and doesn't use HiveMetastoreClient from Hive distribution.
See public Documentation.
mvn clean install
You can also create full jars with dependencies by selecting dist profile:
mvn clean install -Pdist