Skip to content

Commit 39168e6

Browse files
authored
Update spark-dotnet.md
1 parent bf030f7 commit 39168e6

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
@@ -23,8 +23,8 @@ You can analyze data with .NET for Apache Spark through Spark batch job definiti
2323

2424
Visit the tutorial to learn how to use Azure Synapse Analytics to [create Apache Spark job definitions for Synapse Spark pools](apache-spark-job-definitions.md). If you haven't packaged your app to submit to Azure Synapse, complete the following steps.
2525

26-
1. Configure your dotnet application dependencies for compatibility with Synapse Spark.
27-
The required .NET Spark version will be noted in the Studio interface under your Spark Pool configuration.
26+
1. Configure your `dotnet` application dependencies for compatibility with Synapse Spark.
27+
The required .NET Spark version will be noted in the Synapse Studio interface under your Apache Spark Pool configuration, under the Manage toolbox.
2828
![image](./media/apache-spark-job-definitions/net-spark-workspace-compatibility.png)
2929

3030

@@ -72,7 +72,7 @@ Create your project as a .NET Console Application that outputs an ubuntu x86 exe
7272
7373
Notebooks are a great option for prototyping your .NET for Apache Spark pipelines and scenarios. You can start working with, understanding, filtering, displaying, and visualizing your data quickly and efficiently.
7474
75-
Data engineers, data scientists, business analysts, and machine learning engineers are all able to collaborate over a shared, interactive document. You see immediate results from data exploration, and can visualize your data in the same notebook.
75+
Data engineers, data scientists, business analysts, and machine learning engineers are all able to collaborate over a shared, interactive document. You see immediate results from data exploration, and can visualize your data in the same notebook.
7676
7777
### How to use .NET for Apache Spark notebooks
7878

0 commit comments

Comments
 (0)