Hi Maciej Bryński,
Did you happen to finish that or is there a way to do it?
--
Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/
-
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org
2016-07-22 23:05 GMT+02:00 Ramon Rosa da Silva :
> Hi Folks,
>
>
>
> What do you think about allow update SaveMode from
> DataFrame.write.mode(“update”)?
>
> Now Spark just has jdbc insert.
I'm working on patch that creates new mode - 'upsert'.
In Mysql it will use 'REPLACE INTO' command.
M.
---