You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, SparkSink requires to use path option so that df.write()...save(path) could be used.
But Spark allows writing to connections (like JDBC etc) and tables df.write()...saveAsTable(path).
Feature
Improve Spark sink to allow connection and table outputs
Example
Write to
JDBC endpoints
Managed tables
Proposed Solution
--
The text was updated successfully, but these errors were encountered:
Background
Currently,
SparkSink
requires to usepath
option so thatdf.write()...save(path)
could be used.But Spark allows writing to connections (like JDBC etc) and tables
df.write()...saveAsTable(path)
.Feature
Improve Spark sink to allow connection and table outputs
Example
Write to
Proposed Solution
--
The text was updated successfully, but these errors were encountered: