Skip to content

Commit 317b02a

Browse files
authored
Merge pull request #89120 from dagiro/cats155
cats155
2 parents f2112f7 + 536d287 commit 317b02a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/hdinsight/spark/apache-spark-analyze-application-insight-logs.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.custom: hdinsightactive
99
ms.topic: conceptual
1010
ms.date: 05/09/2018
1111
---
12+
1213
# Analyze Application Insights telemetry logs with Apache Spark on HDInsight
1314

1415
Learn how to use [Apache Spark](https://spark.apache.org/) on HDInsight to analyze Application Insight telemetry data.
@@ -33,7 +34,7 @@ The following resources were used in developing and testing this document:
3334

3435
The following diagram illustrates the service architecture of this example:
3536

36-
![diagram showing data flowing from Application Insights to blob storage, then being processed by Spark on HDInsight](./media/apache-spark-analyze-application-insight-logs/application-insights.png)
37+
![Data flowing from Application Insights to blob storage, then Spark](./media/apache-spark-analyze-application-insight-logs/application-insights.png)
3738

3839
### Azure storage
3940

@@ -66,7 +67,7 @@ To add the Azure Storage Account to an existing cluster, use the information in
6667

6768
1. From the [Azure portal](https://portal.azure.com), select your Spark on HDInsight cluster. From the **Quick Links** section, select **Cluster Dashboards**, and then select **Jupyter Notebook** from the Cluster Dashboard__ section.
6869

69-
![The cluster dashboards](./media/apache-spark-analyze-application-insight-logs/hdi-cluster-dashboards.png)
70+
![Azure portal cluster dashboard pyspark](./media/apache-spark-analyze-application-insight-logs/hdi-cluster-dashboards.png)
7071

7172
2. In the upper right corner of the Jupyter page, select **New**, and then **PySpark**. A new browser tab containing a Python-based Jupyter Notebook opens.
7273

@@ -209,7 +210,8 @@ To add the Azure Storage Account to an existing cluster, use the information in
209210

210211
1. From the [Azure portal](https://portal.azure.com), select your Spark on HDInsight cluster. From the **Quick Links** section, select **Cluster Dashboards**, and then select **Jupyter Notebook** from the Cluster Dashboard__ section.
211212

212-
![The cluster dashboards](./media/apache-spark-analyze-application-insight-logs/hdi-cluster-dashboards.png)
213+
![Azure portal cluster dashboard Scala](./media/apache-spark-analyze-application-insight-logs/hdi-cluster-dashboards.png)
214+
213215
2. In the upper right corner of the Jupyter page, select **New**, and then **Scala**. A new browser tab containing a Scala-based Jupyter Notebook appears.
214216
3. In the first field (called a **cell**) on the page, enter the following text:
215217

0 commit comments

Comments
 (0)