|
2 | 2 | title: 'Azure Toolkit for Eclipse: Create Scala applications for HDInsight Spark '
|
3 | 3 | 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.
|
4 | 4 | author: hrasheed-msft
|
| 5 | +ms.author: hrasheed |
5 | 6 | ms.reviewer: jasonh
|
6 | 7 | ms.service: hdinsight
|
7 | 8 | ms.custom: hdinsightactive
|
8 | 9 | ms.topic: conceptual
|
9 | 10 | ms.date: 11/30/2017
|
10 |
| -ms.author: hrasheed |
11 | 11 | ---
|
12 | 12 |
|
13 | 13 | # 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
|
45 | 45 |
|
46 | 46 | 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**.
|
47 | 47 |
|
48 |
| -  |
| 48 | +  |
| 49 | + |
49 | 50 | 1. Right-click the **Azure** node, and then select **Sign in**.
|
50 | 51 | 1. In the **Azure Sign In** dialog box, choose the authentication method, select **Sign in**, and enter your Azure credentials.
|
51 | 52 |
|
52 |
| -  |
| 53 | +  |
53 | 54 |
|
54 | 55 | 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.
|
55 | 56 |
|
@@ -178,7 +179,7 @@ You can perform various operations by using HDInsight Tools, including accessing
|
178 | 179 |
|
179 | 180 | * 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.
|
180 | 181 |
|
181 |
| -  |
| 182 | +  |
182 | 183 |
|
183 | 184 | * Select the **Log** tab to view frequently used logs, including **Driver Stderr**, **Driver Stdout**, and **Directory Info**.
|
184 | 185 |
|
@@ -233,7 +234,7 @@ To resolve this error, you need [download the executable](https://public-repo-1.
|
233 | 234 | * In the left pane, select **HDInsight**.
|
234 | 235 | * In the right pane, select **Spark on HDInsight Local Run Sample (Scala)**.
|
235 | 236 |
|
236 |
| -  |
| 237 | +  |
237 | 238 |
|
238 | 239 | 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).
|
239 | 240 |
|
|
0 commit comments