You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by Ranjan Sen <ra...@hotmail.com> on 2014/10/22 19:34:47 UTC

Storm-Accumulo

I am looking for documentation on accessing Accumulo tables from Storm for both read and write. Any resources?
Thanks 
Ranjan 		 	   		  

RE: Storm-Accumulo

Posted by Ranjan Sen <ra...@hotmail.com>.
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: cjnolet@gmail.com
Date: Wed, 22 Oct 2014 13:48:25 -0400
Subject: Re: Storm-Accumulo
To: user@accumulo.apache.org

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 <ra...@hotmail.com> wrote:



I am looking for documentation on accessing Accumulo tables from Storm for both read and write. Any resources?
Thanks 
Ranjan 		 	   		  

 		 	   		  

Re: Storm-Accumulo

Posted by Corey Nolet <cj...@gmail.com>.
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 <ra...@hotmail.com> wrote:

> I am looking for documentation on accessing Accumulo tables from Storm for
> both read and write. Any resources?
>
> Thanks
> Ranjan
>