Skip to content

Commit 3e4eb73

Browse files
authored
Update spark-dotnet.md
fix acrolinx issue and added ? to heading
1 parent 719d546 commit 3e4eb73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/spark/spark-dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Synapse Analytics uses Spark pools (preview) for data processing. Apache S
1818
* Machine Learning
1919
* Impromptu querying -->
2020

21-
# What is .NET for Apache Spark
21+
# What is .NET for Apache Spark?
2222

2323
[.NET for Apache Spark](https://dot.net/spark) provides free, open-source, and cross-platform .NET support for Spark. .NET for Apache Spark provides .NET bindings for Spark that allow you to access Spark APIs through C# and F# and gives you the ability to write and execute user-defined functions for Spark using .NET.
2424

@@ -60,10 +60,10 @@ The following features are available when you use .NET for Apache Spark in the A
6060
* 'spark' as a pre-defined variable to give you access to your Apache Spark session.
6161
* Support for defining [.NET user-defined functions that can run within Apache Spark](https://github.com/dotnet/spark/blob/master/examples/Microsoft.Spark.CSharp.Examples/Sql).
6262
* Support for visualizing output from your Spark jobs using different charts (such as line, bar, or histogram) and layouts (such as single, overlaid, and so on) using the `XPlot.Plotly` library.
63-
* Ability to include nuget packages into your C# notebook.
63+
* Ability to include NuGet packages into your C# notebook.
6464

6565
## Next steps
6666

6767
* [.NET for Apache Spark documentation](https://docs.microsoft.com/dotnet/spark)
6868
* [Azure Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics)
69-
<!-- need link to .NET Interactive documentation -->
69+
<!-- need link to .NET Interactive documentation -->

0 commit comments

Comments
 (0)