Details
-
Improvement
-
Status: In Progress
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Doing a database update, as opposed to an insert is useful, particularly when working with streaming applications which may require revisions to previously stored data.
Spark DataFrames/DataSets do not currently support an Update feature via the JDBC Writer allowing only Overwrite or Append.