Why isn't this it's own module? Hadoop and other projects have their mini cluster code isolated in a separate artifact. On May 19, 2013 10:11 PM, "Jim Klucar" <klu...@gmail.com> wrote:
> MiniAccumuloCluster moved to the 'server' module, which is fine. However, I > now have to have a dependency on accumulo-start and accumulo-server to be > able to use the MiniAccumuloCluster. There isn't really any way of know > that until you fire up a MiniAccumloCluster object and call .start() and > get a ClassNotFoundException on the Main class from accumulo-start. Seems > like depending on accumulo-server should pull in accumulo-start (creates > circular dependency?) or some other solution should be found. >