Skip to content

Commit f6d202a

Browse files
authored
Merge pull request #113614 from MikeRys/patch-5
Fixed .NET for Spark naming
2 parents cff6fe2 + 69ebaa0 commit f6d202a

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

articles/synapse-analytics/spark/apache-spark-development-using-notebooks.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: ruixinxu
66
ms.service: synapse-analytics
77
ms.topic: conceptual
88
ms.subservice:
9-
ms.date: 04/15/2020
9+
ms.date: 05/01/2020
1010
ms.author: ruxu
1111
ms.reviewer:
1212
---
@@ -50,12 +50,12 @@ There are multiple ways to add a new cell to your notebook.
5050

5151
### Set a primary language
5252

53-
Azure Synapse Studio notebooks support four spark languages:
53+
Azure Synapse Studio notebooks support four Apache Spark languages:
5454

55-
* pyspark (python)
56-
* spark (Scala)
57-
* sparkSQL
58-
* Spark.NET (C#)
55+
* pySpark (Python)
56+
* Spark (Scala)
57+
* SparkSQL
58+
* .NET for Apache Spark (C#)
5959

6060
You can set the primary language for new added cells from the dropdown list in the top command bar.
6161

@@ -70,9 +70,9 @@ You can use multiple languages in one notebook by specifying the correct languag
7070
|%%pyspark| Python | Execute a **Python** query against Spark Context. |
7171
|%%spark| Scala | Execute a **Scala** query against Spark Context. |
7272
|%%sql| SparkSQL | Execute a **SparkSQL** query against Spark Context. |
73-
|%%csharp | Spark.NET C# | Execute a **Spark.NET C#** query against Spark Context. |
73+
|%%csharp | .NET for Spark C# | Execute a **.NET for Spark C#** query against Spark Context. |
7474

75-
The following image is an example of how you can write a PySpark query using the **%%pyspark** magic command or a SparkSQL query with the **%%sql** magic command in a **Spark(Scala)** notebook. Notice that the primary language for the notebook is set to Scala.
75+
The following image is an example of how you can write a PySpark query using the **%%pyspark** magic command or a SparkSQL query with the **%%sql** magic command in a **Spark(Scala)** notebook. Notice that the primary language for the notebook is set to pySpark.
7676

7777
![synapse-spark-magics](./media/apache-spark-development-using-notebooks/synapse-spark-magics.png)
7878

@@ -113,7 +113,7 @@ The IntelliSense features are at different levels of maturity for different lang
113113
|PySpark (Python)|Yes|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
114114
|Spark (Scala)|Yes|Yes|Yes|Yes|-|-|-|Yes|
115115
|SparkSQL|Yes|Yes|-|-|-|-|-|-|
116-
|Spark.NET (C#)|Yes|-|-|-|-|-|-|-|
116+
|.NET for Spark (C#)|Yes|-|-|-|-|-|-|-|
117117

118118
### Format text cell with toolbar buttons
119119

@@ -387,5 +387,8 @@ Using the following keystroke shortcuts, you can more easily navigate and run co
387387

388388
## Next steps
389389

390+
- [Quickstart: Create an Apache Spark pool (preview) in Azure Synapse Analytics using web tools](../quickstart-apache-spark-notebook.md)
391+
- [What is Apache Spark in Azure Synapse Analytics](apache-spark-overview.md)
392+
- [Use .NET for Apache Spark with Azure Synapse Analytics](spark-dotnet.md)
390393
- [.NET for Apache Spark documentation](/dotnet/spark?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json)
391394
- [Azure Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics)

0 commit comments

Comments
 (0)