You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Patrick Duin <pa...@gmail.com> on 2017/01/27 13:50:27 UTC

BeeJU: JUnit rules for testing code manipulating the Hive Metastore Client

Hi,

We've just open sourced a library that we have been using internally at
Hotels.com for unit testing applications that use the Hive metastore
service. It's called BeeJU and is a set of JUnit rules that spin up (and
tear down) a Hive Metastore client using an in-memory database. If you
write any code that connects to and manipulates the Hive Metastore you
might find this project helpful.

The project and more info can be found here:
https://github.com/HotelsDotCom/beeju

Thanks,
 Patrick