On Thu, Jan 10, 2013 at 6:35 PM, John Vines <[email protected]> wrote:
> Can we test the formats with MR Unit instead of the mini cluster? It's been > a while since I used it, so I could be mistaken. > But I like the MiniAccumuloCluster. Maybe I could merge them all into one massive test class. Billie > > Sent from my phone, please pardon the typos and brevity. > On Jan 10, 2013 6:33 PM, "Billie Rinaldi" <[email protected]> > wrote: > > > I'm experimenting with converting all of our MapReduce tests over to use > > MiniAccumuloCluster. It's been really challenging to write tests that > > correctly test the behavior of our input and output formats (asserts > within > > a Mapper don't work as one would hope), but I've gotten all of the test > > classes to pass individually. However, when I run any two of them, the > > second one fails with the message: FATAL util.Initialize: Zookeeper needs > > to be up and running in order to init. Exiting ... > > > > I can replicate the issue by copying the existing MiniAccumuloClusterTest > > to a different name (still ending in Test) and running them both. > > > > Any thoughts? > > > > Billie > > >
