Re: [DISCUSS] Hive Metastore standalone tools

2018-01-09 Thread Alexander Kolbasov
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 wrote: > Hello, > > I have some interest in playing with HMS Thrift APIs, so I created a > couple of toolkit repos to work wit

[DISCUSS] Hive Metastore standalone tools

2017-12-14 Thread Alexander Kolbasov
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) p