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

Sean Owen resolved SPARK-21864.
-------------------------------
    Resolution: Not A Problem

> Spark 2.0.1 - SaveMode.Overwrite does not work while saving data to memsql
> --------------------------------------------------------------------------
>
>                 Key: SPARK-21864
>                 URL: https://issues.apache.org/jira/browse/SPARK-21864
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.1
>            Reporter: Vidya
>
> We are writing dataset and dataframes to Memsql via memsql connector but the 
> SaveMode.Overwrite does not work. Basically its appending the data to the 
> table.
> {code:java}
> schemaEthnicities.write.mode(SaveMode.Overwrite).format("com.memsql.spark.connector").saveAsTable("CD_ETHNICITY_SPARK")
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to