Re: how to fetch all of data from hbase table in spark java

2015-12-19 Thread Ted Yu
Please take a look at: examples/src/main/scala/org/apache/spark/examples/HBaseTest.scala There're various hbase connectors (search for 'apache spark hbase connector') In hbase 2.0, there would be hbase-spark module which provides hbase connector. FYI On Fri, Dec 18, 2015 at 11:56 PM, Sateesh

how to fetch all of data from hbase table in spark java

2015-12-18 Thread Sateesh Karuturi
Hello experts... i am new to spark, anyone please explain me how to fetch data from hbase table in spark java Thanks in Advance...