Skip to content

Commit defa624

Browse files
authored
Merge pull request #195347 from sreekzz/patch-42
New Image content without PySpark
2 parents 7a6782f + b8db5bf commit defa624

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/hdinsight/spark/apache-spark-jupyter-notebook-kernels.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: Learn about the PySpark, PySpark3, and Spark kernels for Jupyter No
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive,hdiseo17may2017,seoapr2020
7-
ms.date: 04/24/2020
7+
ms.date: 04/18/2022
88
---
99

1010
# Kernels for Jupyter Notebook on Apache Spark clusters in Azure HDInsight
1111

1212
HDInsight Spark clusters provide kernels that you can use with the Jupyter Notebook on [Apache Spark](./apache-spark-overview.md) for testing your applications. A kernel is a program that runs and interprets your code. The three kernels are:
1313

14-
- **PySpark** - for applications written in Python2.
14+
- **PySpark** - for applications written in Python2. (Applicable only for Spark 2.4 version clusters)
1515
- **PySpark3** - for applications written in Python3.
1616
- **Spark** - for applications written in Scala.
1717

@@ -38,6 +38,12 @@ An Apache Spark cluster in HDInsight. For instructions, see [Create Apache Spark
3838

3939
:::image type="content" source="./media/apache-spark-jupyter-notebook-kernels/kernel-jupyter-notebook-on-spark.png " alt-text="Kernels for Jupyter Notebook on Spark" border="true":::
4040

41+
> [!NOTE]
42+
> For Spark 3.1, only **PySpark3**, or **Spark** will be available.
43+
>
44+
:::image type="content" source="./media/apache-spark-jupyter-notebook-kernels/kernel-jupyter-notebook-on-spark-for-hdi-4-0.png " alt-text="Kernels for Jupyter Notebook on Spark HDI4.0" border="true":::
45+
46+
4147
4. A notebook opens with the kernel you selected.
4248

4349
## Benefits of using the kernels

0 commit comments

Comments
 (0)