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

shengli closed SPARK-5011.
--------------------------
    Resolution: Later

> Add support for WITH SERDEPROPERTIES, TBLPROPERTIES in CREATE TEMPORARY TABLE
> -----------------------------------------------------------------------------
>
>                 Key: SPARK-5011
>                 URL: https://issues.apache.org/jira/browse/SPARK-5011
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.3.0, 1.2.1
>            Reporter: shengli
>            Priority: Minor
>             Fix For: 1.2.1
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> For external datasource integration.
> We have two kinds of datasource:
> 1. File : like avro, json, parquet, etc..
> 2. Database: like hbase, cassandra etc...
> For `File`, there is not too much configurations. Using Options Syntax is ok.
> But for Database we usually have many configuration in different levels.
> We need to support `WITH SERDEPROPERTIES` and `TBLPROPERTIES` syntax.
> Like Hive HBase:
> ```
> CREATE TABLE hbase_table_1(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");
> ```
> refer links:
> https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to