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

Xiao Li resolved SPARK-7646.
----------------------------
    Resolution: Fixed

> Create table support to JDBC Datasource
> ---------------------------------------
>
>                 Key: SPARK-7646
>                 URL: https://issues.apache.org/jira/browse/SPARK-7646
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.3.1
>            Reporter: Venkata Ramana G
>              Labels: 1.4.1
>
> Support Create table into JDBCDataSource. Following are usage examples
> {code}
> df.saveAsTable(
> "testcreate2",
> "org.apache.spark.sql.jdbc",
>  org.apache.spark.sql.SaveMode.Overwrite,
>  Map("url"->s"$url", "dbtable"->"testcreate2", "user"->"xx", 
> "password"->"xx", "driver"->"com.h2.Driver")
> )
> {code}
>  if table doesnot exists, this should create a table and write dataframe 
> content to table.



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