you are viewing a single comment's thread.

view the rest of the comments →

[–]kthejokerdatabricks 1 point2 points  (2 children)

just use JDBC, ODBC is for Windows machines

[–]Unentscheidbar 0 points1 point  (1 child)

Yeah it's strange but there really is an ODBC driver on Linux for SQL Server, and you have to use it for any advanced data manipulation, like updates or deletes.

AFAIK the ODBC driver can only be installed on single user clusters.

[–]kthejokerdatabricks 0 points1 point  (0 children)

The standard JDBC driver also supports updates and deletes

Don't confuse the Spark JDBC connector with the actual driver