spark icon indicating copy to clipboard operation
spark copied to clipboard

.NET for Apache® Spark™ makes Apache Spark™ easily accessible to .NET developers.

Results 176 spark issues
Sort by recently updated
recently updated
newest added

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):...

bug

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

enhancement

Can spark.sql("SELECT xxx FROM xxx") be in streaming mode? Or it can just be used in batch mode? Thanks

enhancement

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...

bug

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...

enhancement

**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...

bug

**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...

bug

Improves the readability using c# pattern matching fixes #25

Hi, I deploy the spark env on my ubuntu 20.04 server. ![image](https://user-images.githubusercontent.com/11662528/175922454-53ab1dd7-095b-4fb3-8a97-dccfa2307992.png) there is a problem, how can I debug it on Visual Studio ,and change the default remote Ip...