unable to write data to hbase without any error

2016-07-13 Thread
Hello guys I have a spark-sql app which writes some data to hbase, however this app hangs without any exception or error. Here is my code: //code base :https://hbase.apache.org/book.html#scala val sparkMasterUrlDev = "spark://master60:7077" val sparkMasterUrlLocal = "local[2]"

答复: [Marketing Mail] Re: question about SparkSQL loading hbase tables

2016-07-03 Thread
ain/scala/org/apache/hadoop/hbase/spark/datasources/HBaseSparkConf.scala For documentation, see HBASE-15473. On Tue, Jun 28, 2016 at 7:13 PM, 罗辉 <luo...@ifeng.com> wrote: > Hi there > > I am using SparkSQL to read from hbase, however > > 1. I find some API not avai

question about SparkSQL loading hbase tables

2016-06-28 Thread
Hi there I am using SparkSQL to read from hbase, however 1. I find some API not available in my dependencies. Where to add them: org.apache.hadoop.hbase.spark.example.hbasecontext org.apache.spark.sql.datasources.hbase.HBaseTableCatalog