Created 05-18-2016 01:34 AM
Is there any documentation available on HDP Spark HBase connector?
Created 05-18-2016 02:07 AM
I found the documentation (not on HDP at this time)
Created 05-18-2016 01:34 AM
+1
I am looking for the same information. Can someone also share the following pieces of information
Created 05-18-2016 01:38 AM
Spark HBase is in technical preview with Spark 1.6.1 and HDP 2.4.2. http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_spark-guide/content/ch_introduction-spark...
Created 05-18-2016 02:07 AM
I found the documentation (not on HDP at this time)
Created 06-09-2016 08:03 PM
Checkout latest blog on HBase connector: http://hortonworks.com/blog/spark-hbase-dataframe-based-hbase-connector/
Created 06-12-2016 03:46 AM
has anyone written a demo or app on this one?
Created 07-03-2016 10:20 PM
Is this technical preview of "Spark HBase Connector" available on latest Sandbox? I believe latest Sandbox is 2.4.0 and technical preview available on 2.4.2? And Github documentation steps to be followed to get this working?
Created 07-05-2016 06:58 AM
@Venkat Ankam Here is the latest HDP 2.5 sandbox : https://hortonworks.com/tech-preview-hdp-2-5/
Steps to follow are at https://github.com/hortonworks/tutorials/blob/hdp-2.5/tutorials/hortonworks/spark-hbase-a-dataframe-...
Created 07-05-2016 01:56 PM
Thanks Sandeep. I will check it out!
Created 07-04-2016 08:58 PM
check hdp 2.5
Created 02-07-2017 02:33 AM
Is the spark hbase connector GA in HDP 2.5.3 ?
Created 02-07-2017 06:43 PM
Yes. For Spark 1.6 it is GA in HDP 2.5.3. The documentation is available from the Github site for a given SHC release tag. That is the source of truth.
Created 04-05-2017 01:39 PM
I try to use in HDP 2.4.0 and cannot run the samples files. I have a Cluster HDP 2.4
mvn clean package test
Cause: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433)
....
[INFO] HBase Spark Connector Project Parent POM ........... SUCCESS [ 1.542 s] [INFO] HBase Spark Connector Project Core ................. FAILURE [01:04 min] [INFO] HBase Spark Connector Project Examples ............. SKIPPED
Created 07-06-2017 07:04 AM
hi
is there a way to use the connector offline? is the connector included in HDP 2.6?
that is without using --repositories http://repo.hortonworks.com/content/groups/public/
i am developing in a closed offline environment and cannot download from the internet the connector...
if not, can anyone provide another way of pyspark-hbase connection?
,hi i'm using python pyspark,
is there a way to run spark-submit offline?
that is without using --repositories http://repo.hortonworks.com/content/groups/public/
is the connector included in HDP 2.6?
Created 10-23-2017 02:51 PM
I am in the exact same configuration (no way to reach internet from our cluster...), did you find any other option to make it run ?
Created 10-23-2017 06:21 PM