Xiaochen Ouyang created SPARK-19935:
---------------------------------------
Summary: SparkSQL unsupports to create a hive table which is
mapped for HBase table
Key: SPARK-19935
URL: https://issues.apache.org/jira/browse/SPARK-19935
Project: Spark
Issue Type: Bug
Components: SQL
Affects Versions: 2.0.0
Environment: spark2.0.2
Reporter: Xiaochen Ouyang
SparkSQL unsupports the command following:
CREATE TABLE spark_test(key int, value string)
STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,cf1:val")
TBLPROPERTIES ("hbase.table.name" = "xyz");
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]