spark
spark copied to clipboard
.NET for Apache® Spark™ makes Apache Spark™ easily accessible to .NET developers.
When trying to connect to an Azure SQL database from an Azure Databricks instance that is within a private VNET it fails with the following error: `Unhandled exception. Microsoft.Data.SqlClient.SqlException (0x80131904):...
Hi Team: Are there plans to support Spark 3.2.0 that has been released recently (10-13-2021)? Specifically looking for a complete implementation of MLLib. Thanks & Regards
Can spark.sql("SELECT xxx FROM xxx") be in streaming mode? Or it can just be used in batch mode? Thanks
My goal is to trigger a .NET Spark job programmatically. I'm following this [tutorial ](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Analytics.Synapse.Artifacts_1.0.0-preview.15/sdk/synapse/Azure.Analytics.Synapse.Spark/samples/Sample1_SubmitSparkJobAsync.md), but I keep getting ClassNotFoundException (for my WordCount C# class). It works only when I...
We are excited to review your PR. So we can do the best job, please check: - [x] There's a descriptive title that will make sense to other developers some...
Hello Team, Are there plans to support .NET 6 in the future? I am currently using the newer Mac M1 processor and .NET Core 3.1 isn't supported. Thank you and...
**Describe the bug** If you include an array of values in a StructField metadata instance they will not serialize when .Json is called on the root StructType. They will however...
**Describe the bug** I am trying to upgrade my spark-submit job in azure databricks to use the newest dotnet spark version. I have upgraded the version number in db-init.sh, upgraded...
Improves the readability using c# pattern matching fixes #25
Hi, I deploy the spark env on my ubuntu 20.04 server.  there is a problem, how can I debug it on Visual Studio ,and change the default remote Ip...