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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to