Hello Bob, We use Accumulo and Storm together in my project and have had good success with it. The only challenge of course, is when you care about order and exactly-once semantics. That said, Storm's transactional Topologies isn't something easily adapted for Accumulo. Also, if you care about guaranteeing data processing, be sure to do some manual acking.
Accumulo is failry record/tuple oriented which works well with storm. What are you trying to do with Storm and Accumulo exactly? On Wed, Oct 17, 2012 at 12:55 PM, <[email protected]> wrote: > Has anyone done any integration between storm an accumulo? Primarily > I'm interested in establish some topology from message queues to > batchWriter(s) while performing real-time analytics on the contents. > > Bob Thorman > Engineering Fellow > L-3 Communications, ComCept > 1700 Science Place > Rockwall, TX 75032 > (972) 772-7501 work > [email protected] > [email protected] > >
