Thanks. I found ample documentations on HBase - storm integration and was looking for similar ones for Accumulo. Is there some example code I could see
From: [email protected] Date: Wed, 22 Oct 2014 13:48:25 -0400 Subject: Re: Storm-Accumulo To: [email protected] Ranjan, Storm doesn't expose locality that would aid in pulling data locally from tablet servers on supervisor nodes so there's no real "native" implementation of a Spout or Bolt for Accumulo. That being said, the Accumulo BatchWriter and Scanner/BatchScanner can be used quite easily in the Storm API. On Wed, Oct 22, 2014 at 1:34 PM, Ranjan Sen <[email protected]> wrote: I am looking for documentation on accessing Accumulo tables from Storm for both read and write. Any resources? Thanks Ranjan
