[ 
https://issues.apache.org/jira/browse/SPARK-19935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiaochen Ouyang updated SPARK-19935:
------------------------------------
    Description: 
SparkSQL unsupports the command as 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");

  was:
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");


> 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 as 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to