Reading data from HBase through Spark Streaming -


so project flow kafka -> spark streaming ->hbase

now want read data again hbase go on table created previous job , aggregation , store in table in different column format

kafka -> spark streaming(2ms)->hbase->spark streaming (10ms)->hbase

now don't know how read data hbase using spark streaming. found cloudera lab project sparkonhbase(http://blog.cloudera.com/blog/2014/12/new-in-cloudera-labs-sparkonhbase/) library, can't figure out how inputdstream stream processing hbase. please provide pointers or library links if there me this.

splice machine (open source) has demo showing spark streaming running.

http://community.splicemachine.com/category/tutorials/data-ingestion-streaming/

here sample code use case.

https://github.com/splicemachine/splice-community-sample-code/tree/master/tutorial-kafka-spark-streaming


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -