Skip to content

Commit c528222

Browse files
authored
Merge pull request #89189 from dagiro/cats160
cats160
2 parents 73ad9da + 19e6596 commit c528222

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/hdinsight/spark/apache-spark-eclipse-tool-plugin.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: 'Azure Toolkit for Eclipse: Create Scala applications for HDInsight Spark '
33
description: Use HDInsight Tools in Azure Toolkit for Eclipse to develop Spark applications written in Scala and submit them to an HDInsight Spark cluster, directly from the Eclipse IDE.
44
author: hrasheed-msft
5+
ms.author: hrasheed
56
ms.reviewer: jasonh
67
ms.service: hdinsight
78
ms.custom: hdinsightactive
89
ms.topic: conceptual
910
ms.date: 11/30/2017
10-
ms.author: hrasheed
1111
---
1212

1313
# Use Azure Toolkit for Eclipse to create Apache Spark applications for an HDInsight cluster
@@ -45,11 +45,12 @@ User can either [sign in to Azure subscription](#sign-in-to-your-azure-subscript
4545

4646
1. Start the Eclipse IDE and open Azure Explorer. On the **Window** menu, select **Show View**, and then select **Other**. In the dialog box that opens, expand **Azure**, select **Azure Explorer**, and then select **OK**.
4747

48-
![Show View dialog box](./media/apache-spark-eclipse-tool-plugin/eclipse-view-explorer1.png)
48+
![Apache Spark Eclispse show view](./media/apache-spark-eclipse-tool-plugin/eclipse-view-explorer1.png)
49+
4950
1. Right-click the **Azure** node, and then select **Sign in**.
5051
1. In the **Azure Sign In** dialog box, choose the authentication method, select **Sign in**, and enter your Azure credentials.
5152

52-
![Azure Sign In dialog box](./media/apache-spark-eclipse-tool-plugin/eclipse-view-explorer2.png)
53+
![Apache Spark Eclispse Azure Sign](./media/apache-spark-eclipse-tool-plugin/eclipse-view-explorer2.png)
5354

5455
1. After you're signed in, the **Select Subscriptions** dialog box lists all the Azure subscriptions associated with the credentials. Click **Select** to close the dialog box.
5556

@@ -178,7 +179,7 @@ You can perform various operations by using HDInsight Tools, including accessing
178179

179180
* Hover on the job graph. It displays basic info about the running job. Select the job graph, and you can see the stages and info that every job generates.
180181

181-
![Job stage details](./media/apache-spark-eclipse-tool-plugin/Job-graph-stage-info.png)
182+
![Apache Spark job graph stage info](./media/apache-spark-eclipse-tool-plugin/Job-graph-stage-info.png)
182183

183184
* Select the **Log** tab to view frequently used logs, including **Driver Stderr**, **Driver Stdout**, and **Directory Info**.
184185

@@ -233,7 +234,7 @@ To resolve this error, you need [download the executable](https://public-repo-1.
233234
* In the left pane, select **HDInsight**.
234235
* In the right pane, select **Spark on HDInsight Local Run Sample (Scala)**.
235236

236-
![New Project dialog box](./media/apache-spark-eclipse-tool-plugin/hdi-spark-app-local-run.png)
237+
![New project select a wizard dialog](./media/apache-spark-eclipse-tool-plugin/hdi-spark-app-local-run.png)
237238

238239
1. To provide the project details, follow steps 3 through 6 from the earlier section [Setup a Spark Scala project for an HDInsight Spark cluster](#set-up-a-spark-scala-project-for-an-hdinsight-spark-cluster).
239240

0 commit comments

Comments
 (0)