12-07-2017 09:35 PM
I am trying to writing a pyspark code to read and write to hbase table.
CDH version : 5.12
Spark Version : 2.2
hbase : 1.2.
scala: 2.11.8
I have followed the below link.
I could able to read the data. but getting exception while write df to hbase. as org.apache.hadoop.hbase.spark.DefaultSource does not allow create table as select
looking for sample snippet.
Regards,
Sankar.