Skip to content

anuragmantri/hclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of tools talking to Hive Metastore over Thrift

metastore-cli

metastore-cli provides simple Hive metastore client cli interface. It talks directly to HMS without using Beeline.

See metastore-cli

Microbenchmarks

metastore-benchmarks provides a set of simple microbenchmarks for Hive Metastore Thrift calls.

See metastore-benchmarks

Common libraries

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.

Installation

mvn clean install

You can also create full jars with dependencies by selecting dist profile:

mvn clean install -Pdist

About

Stand alone Thrift HMS client and benchmarking tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.0%
  • Shell 2.0%