You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Venkata Ramana G (JIRA)" <ji...@apache.org> on 2015/05/14 21:41:59 UTC

[jira] [Created] (SPARK-7646) Create table support to JDBC Datasource

Venkata Ramana G created SPARK-7646:
---------------------------------------

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


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