Skip to content

Commit 5b1bac3

Browse files
committed
Docs Editor: Update apache-spark-connect-to-sql-database.md
1 parent a72d71e commit 5b1bac3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/hdinsight/spark/apache-spark-connect-to-sql-database.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ Start by creating a Jupyter Notebook associated with the Spark cluster. You use
3636
> `https://CLUSTERNAME.azurehdinsight.net/jupyter`
3737
1. In the Jupyter Notebook, from the top-right corner, click **New**, and then click **Spark** to create a Scala notebook. Jupyter Notebooks on HDInsight Spark cluster also provide the **PySpark** kernel for Python2 applications, and the **PySpark3** kernel for Python3 applications. For this article, we create a Scala notebook.
3838

39-
```
40-
For more information about the kernels, see [Use Jupyter Notebook kernels with Apache Spark clusters in HDInsight](apache-spark-jupyter-notebook-kernels.md).
41-
```
42-
4339
> [!NOTE]
4440
> In this article, we use a Spark (Scala) kernel because streaming data from Spark into SQL Database is only supported in Scala and Java currently. Even though reading from and writing into SQL can be done using Python, for consistency in this article, we use Scala for all three operations.
4541

0 commit comments

Comments
 (0)