Hi Pete! FWIW, I don't think the github accumulo-storm project really got off the ground.
You should probably use the MiniAccumuloCluster[1] rather than a MockAccumulo instance. It has better lifecycle management and will provide a better view of how a real Accumulo instance will behave. If you're using JUnit to test things, you can add data to the MiniAccumuloCluster instance in a @Before function. Can you provide a pointer to your code so I can provide a relevant example? On Sun, Dec 29, 2013 at 9:15 PM, Pete Carlson <[email protected]> wrote: > Thanks David, no I hadn't seen that github project. > > I originally configured my mock accumulo server in my Junit to add test > data. But then I realized that to test my topology (and a bolt that scans > an Accumulo table) I really need to add the test data to a mock accumulo > server in my topology. > > But I haven't found any examples yet of how to configure a mock accumulo > server in a Storm topology so I can add my Accumulo test data. I looked at > the github project you mentioned but I didn't see any use of a Movk > Accumulo server. Do you have any examples or have you seen any tutorials? > > Pete > have you looked at https://github.com/accumulo/accumulo-storm? Have you > run into any difficulties? Using Storm to ingest into Accumulo doesn't seem > like it would run into any issues. > > > On Sun, Dec 29, 2013 at 3:14 PM, Pete Carlson <[email protected]> wrote: > >> Subject was unclear in last email. Figured I'd re-send... >> On Dec 28, 2013 11:48 AM, "Pete Carlson" <[email protected]> wrote: >> >>> Hi, >>> >>> Can anyone point me to an example or steps for how to add test data to a >>> mock accumulo server inside a Storm topology? >>> >>> Thanks, >>> >>> Pete >>> >> > -- Sean
