Re: May I take this issue --hbase-spark

2018-08-03 Thread nurseryboy
hi Ted You are right, one sample is from Hive, our hive version is 2.3.3. The hive sample is just to show the create table syntax, it will not impact the hbase-spark part. The demo I am preparing that, thank you. Regards Bill Ted Yu-3 wrote > bq. ROW FORMAT SERDE 'org.apache.

Re: May I take this issue --hbase-spark

2018-07-31 Thread Ted Yu
bq. ROW FORMAT SERDE 'org.apache.hadoop.hive.hbase.HBaseSerDe' The above implies dependency on some class from Hive. Which Hive release would you use if you choose the above route ? Looking forward to your demo. On Tue, Jul 31, 2018 at 9:09 AM bill.yunfu wrote: > hi Ted >Thank you for rep

Re: May I take this issue --hbase-spark

2018-07-31 Thread bill.yunfu
hi Ted Thank you for replying. The sql support means user can directly use spark sql to create table and query data from HBase. we found two sql support on HBase SHC use following command to create table in spark sql: CREATE TABLE spark_hbase USING org.apache.spark.sql.execution.datasources.

Re: May I take this issue --hbase-spark

2018-07-30 Thread Stack
On Mon, Jul 30, 2018 at 10:57 AM bill.yunfu wrote: > > May I take this issue --hbase-spark > > Hi community >I am working in one HBase team which service hundreds customers. We find > that along increasing amount of data in the HBase, many customers have > analysis requirement for their data o

Re: May I take this issue --hbase-spark

2018-07-30 Thread Sean Busbey
Hi Bill! Please check out the scope document attached to HBASE-18405 "Track scope for HBase-Spark module". It's the result of the last time the community went through discussing what was needed for a release-worthy integration. pdf: https://s.apache.org/fejd I haven't gotten to take a look at th

Re: May I take this issue --hbase-spark

2018-07-30 Thread Ted Yu
For SQL support, can you be more specific on how the SQL support would be added ? Maybe you can illustrate some examples showing the enhanced SQL syntax. Also, which Spark release(s) would be targeted? Thanks On Mon, Jul 30, 2018 at 10:57 AM bill.yunfu wrote: > May I take this issue --hbase-s