I was planning to drop JMH because it isn't really useful. I experimented with initially and it doesn't really support HMS use case, so I just kept it around for reference. This should take care of GPL part. I think the rest should be fine.
- Alex On Wed, Jun 13, 2018 at 8:35 PM Owen O'Malley <owen.omal...@gmail.com> wrote: > I think that having benchmarks is a really good idea. > > You will need to make them a separate submodule of the standalone > Metastore that isn't built by default, because we can't have a dependency > on JMH, which is GPL licensed. > > .. Owen > > > On Jun 14, 2018, at 02:55, Alexander Kolbasov <ak...@cloudera.com> > wrote: > > > > I have a collection of Hive Metastore tools that talk to metastore over > > Thrift. The most useful part of these is a collection of metastore > > micro-benchmarks. > > > > Currently tools live in my private repo ( > https://github.com/akolb1/hclient) > > and I think that now when we have standalone metastore it makes sense to > > integrate them with the standalone metastore. > > > > What do people thing about it? > > > > - Alex >