Re: choosing between hbase-spark / spark-hbase

2016-04-10 Thread Ted Yu
For 2.0.0-SNAPSHOT version, you should build trunk by yourself. For 1.2.0-cdh5.7.0 , please contact cdh mailing list. On Sun, Apr 10, 2016 at 7:09 PM, yeshwanth kumar wrote: > Thank you for the reply, > > i am having trouble in finding out the dependency in maven

Re: choosing between hbase-spark / spark-hbase

2016-04-10 Thread yeshwanth kumar
Thank you for the reply, i am having trouble in finding out the dependency in maven repository, the only dependency i can find is org.apache.hbase hbase-spark 1.2.0-cdh5.7.0 from cloudera maven repository, dependency specified in this page, was not able to resolve

Re: choosing between hbase-spark / spark-hbase

2016-04-05 Thread Ted Yu
There are some outstanding bug fixes, e.g. HBASE-15333, for hbase-spark module. FYI On Tue, Apr 5, 2016 at 2:36 PM, Nkechi Achara wrote: > So Hbase-spark is a continuation of the spark on hbase project, but within > the Hbase project. > They are not any significant

Re: choosing between hbase-spark / spark-hbase

2016-04-05 Thread Nkechi Achara
So Hbase-spark is a continuation of the spark on hbase project, but within the Hbase project. They are not any significant differences apart from the fact that Spark on hbase is not updated. Dependent on the version you are using it would be more beneficial to use Hbase-Spark Kay On 5 Apr 2016

choosing between hbase-spark / spark-hbase

2016-04-05 Thread yeshwanth kumar
i have cloudera cluster, i am exploring spark with HBase, after going through this blog http://blog.cloudera.com/blog/2014/11/how-to-do-near-real-time-sessionization-with-spark-streaming-and-apache-hadoop/ i found two options for using Spark with HBase, Cloudera's Spark on HBase or Apache