You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2017/09/01 19:49:00 UTC

[jira] [Resolved] (SPARK-21864) Spark 2.0.1 - SaveMode.Overwrite does not work while saving data to memsql

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