You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/spark/apache-spark-zeppelin-notebook.md
+41-7Lines changed: 41 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ author: hrasheed-msft
5
5
ms.author: hrasheed
6
6
ms.reviewer: jasonh
7
7
ms.service: hdinsight
8
-
ms.custom: hdinsightactive
9
8
ms.topic: conceptual
10
-
ms.date: 11/05/2019
9
+
ms.custom: hdinsightactive
10
+
ms.date: 02/18/2020
11
11
---
12
12
13
13
# Use Apache Zeppelin notebooks with Apache Spark cluster on Azure HDInsight
@@ -16,9 +16,8 @@ HDInsight Spark clusters include [Apache Zeppelin](https://zeppelin.apache.org/)
16
16
17
17
## Prerequisites
18
18
19
-
* An Azure subscription. See [Get Azure free trial](https://azure.microsoft.com/documentation/videos/get-azure-free-trial-for-testing-hadoop-in-hdinsight/).
20
19
* An Apache Spark cluster on HDInsight. For instructions, see [Create Apache Spark clusters in Azure HDInsight](apache-spark-jupyter-spark-sql.md).
21
-
* The URI scheme for your clusters primary storage. This would be `wasb://` for Azure Blob Storage, `abfs://` for Azure Data Lake Storage Gen2 or `adl://` for Azure Data Lake Storage Gen1. If secure transfer is enabled for Blob Storage, the URI would be `wasbs://`. See also, [Require secure transfer in Azure Storage](../../storage/common/storage-require-secure-transfer.md)for more information.
20
+
* The URI scheme for your clusters primary storage. This would be `wasb://` for Azure Blob Storage, `abfs://` for Azure Data Lake Storage Gen2 or `adl://` for Azure Data Lake Storage Gen1. If secure transfer is enabled for Blob Storage, the URI would be `wasbs://`. For more information, see [Require secure transfer in Azure Storage](../../storage/common/storage-require-secure-transfer.md) .
22
21
23
22
## Launch an Apache Zeppelin notebook
24
23
@@ -149,7 +148,7 @@ This saves the notebook as a JSON file in your download location.
149
148
150
149
##Livy session management
151
150
152
-
When you run the first code paragraph in your Zeppelin notebook, a newLivy session is created in your HDInsightSpark cluster. This session is shared across all Zeppelin notebooks that you subsequently create. Iffor some reason the Livy session is killed (cluster reboot, etc.), you will not be able to run jobs from the Zeppelin notebook.
151
+
When you run the first code paragraph in your Zeppelin notebook, a newLivy session is created in your HDInsightSpark cluster. This session is shared across all Zeppelin notebooks that you subsequently create. Iffor some reason the Livy session is killed (cluster reboot, and so on), you won't be able to run jobs from the Zeppelin notebook.
153
152
154
153
In such a case, you must perform the following steps before you can start running jobs from a Zeppelin notebook.
155
154
@@ -163,9 +162,44 @@ In such a case, you must perform the following steps before you can start runnin
163
162
164
163
3. Run a code cell from an existing Zeppelin notebook. This creates a newLivy session in the HDInsight cluster.
165
164
166
-
## <aname="seealso"></a>See also
165
+
##General information
166
+
167
+
###Validate service
168
+
169
+
To validate the service from Ambari, navigate to `https://CLUSTERNAME.azurehdinsight.net/#/main/services/ZEPPELIN/summary` where CLUSTERNAME is the name of your cluster.
170
+
171
+
To validate the service from a command line, SSH to the head node. Switch user to zeppelin using command `sudo su zeppelin`. Statuscommands:
0 commit comments