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 requi

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

2018-07-30 Thread Sean Busbey
epo came up again as a part of a wider discussion about moving integration with various other systems into a different repo (thread on dev@hbase with subject "[DISCUSS] Kafka Connection, HBASE-15320"). On Sun, Jul 29, 2018 at 2:53 AM, bill.yunfu wrote: > May I take this issue --hbase-

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 --hb

May I take this issue --hbase-spark

2018-07-30 Thread bill.yunfu
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 on Hbase. For example they want use Spark to do some analysis