You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Alexander Kolbasov <ak...@cloudera.com> on 2018/01/09 19:18:26 UTC

Re: [DISCUSS] Hive Metastore standalone tools

I added support for Go language bindings as well. It is available from
https://github.com/akolb1/gometastore.

- Alex

On Thu, Dec 14, 2017 at 5:36 PM, Alexander Kolbasov <ak...@cloudera.com>
wrote:

> Hello,
>
> I have some interest in playing with HMS Thrift APIs, so I created a
> couple of toolkit repos to work with it. One is in Java and one in Python,
> they are pretty similar functionality-wise.
>
> Both provide a set of microbenchmarks for some HMS API calls (and it is
> really easy to add new ones) plus very simple shell that I use a s a "proof
> of concept" and a simple CLI tool that gives access to Thrift APIs.
>
> Python tool is available at
>
>   https://github.com/akolb1/metastore-python
>
> and Java tool at
>
>   https://github.com/akolb1/hclient.git
>
> If there is sufficient interest I'd be glad to merge these with the
> official Hive (or Hive metastore) repos.
>
> Any feedback or contributions are welcome.
>
> - Alex
>