Skip to content

ODBC vs Microsoft.Spark #749

Answered by MikeRys
sindizzy asked this question in Q&A
Discussion options

You must be logged in to vote

.NET for Apache Spark allows you to write your Spark application in .NET (instead of having to learn Scala or Python) and can be used with the .NET Interactive notebooks to run queries in .NET against your Spark cluster (e.g., Azure Synapse).

This is different than using a client-side ODBC connector to run some SparkSQL queries against a Spark cluster.

So the question for you now is, if you primarily want to send SparkSQL queries over ODBC, or if you want to submit Spark applications as batch programs or use an interactive notebook with .NET. If it is the first one, you are already set. If it is the second one, please check out our documentation. If you want to use it with Notebooks, then…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rapoth
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #749 on December 11, 2020 03:31.