Re: Spark Streaming with HBase

2014-06-29 Thread Akhil Das
Something like this??? import java.util.List; import org.apache.commons.configuration.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.client.Get; import org.apache.hadoop.hbase.client.HTable; import org.apache.hadoop.hbase.client.Result; import org

Spark Streaming with HBase

2014-06-29 Thread N . Venkata Naga Ravi
Hi, Is there any example provided for Spark Streaming with Input provided from HBase table content. Thanks, Ravi