Description
Create a public published test utility jar that contains useful testing utilities for applications that integrate with Kudu including things like BaseKuduTest.java and MiniKuduCluster.java.
This has the added benefit of eliminating the unusual dependency on all of kudu-clients test in each of the other java modules. This could likely be used in our examples code too.