housepower / gometastore

Go Client for Hive Metastore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gometastore

Tools for accessing Hive Metastore over thrift API.

The repository provides a set of tools for accessing Hive Metastore (HMS) directly using its Thrift interface rather then going via beeline. It can be use to explore and troubleshoot HMS and to develop other scripts and tools that need to access it.

Kerberos support

None of these tools work in kerberos-enabled cluster.

You should consider using Java-based toolkit if you need support for Kerberos.

Installation

Make sure that you have an up-to-date GO environment. Currently Go 1.11 or higher is required.

On MacOS this can be as easy as running

brew install go

Building:

go get -u github.com/akolb1/gometastore/...

This command will install tools in ~/go/bin directory.

About

Go Client for Hive Metastore

License:Apache License 2.0


Languages

Language:Go 65.1%Language:Thrift 34.7%Language:Makefile 0.2%