Skip to content

Commit 6a2cd57

Browse files
committed
Fix typo
Intellij -> IntelliJ
1 parent 147e872 commit 6a2cd57

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/hdinsight/spark/apache-spark-intellij-tool-failure-debug.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Create a spark2.3.2 project to continue failure debug, take failure task​ debu
3434

3535
b. Select **Spark Project with Failure Task Debugging Sample(Preview)(Scala)** from the main window.
3636

37-
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-create-projectfor-failure-debug.png" alt-text="Intellij Create a debug project." border="true":::
37+
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-create-projectfor-failure-debug.png" alt-text="IntelliJ Create a debug project." border="true":::
3838

3939
c. Select **Next**.
4040

4141
2. In the **New Project** window, do the following steps:
4242

43-
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-create-new-project.png" alt-text="Intellij New Project select Spark version." border="true":::
43+
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-create-new-project.png" alt-text="IntelliJ New Project select Spark version." border="true":::
4444

4545
a. Enter a project name and project location.
4646

@@ -58,25 +58,25 @@ Create a spark Scala​/Java application, then run the application on a Spark cl
5858

5959
1. Click **Add Configuration** to open **Run/Debug Configurations** window.
6060

61-
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-add-new-configuration.png" alt-text="HDI Intellij Add configuration." border="true":::
61+
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-add-new-configuration.png" alt-text="HDI IntelliJ Add configuration." border="true":::
6262

6363
2. In the **Run/Debug Configurations** dialog box, select the plus sign (**+**). Then select the **Apache Spark on HDInsight** option.
6464

65-
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-create-new-configuraion-01.png" alt-text="Intellij Add new configuration." border="true":::
65+
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-create-new-configuraion-01.png" alt-text="IntelliJ Add new configuration." border="true":::
6666

6767
3. Switch to **Remotely Run in Cluster** tab. Enter information for **Name**, **Spark cluster**, and **Main class name**. Our tools support debug with **Executors**. The **numExecutors**, the default value is 5, and you'd better not set higher than 3. To reduce the run time, you can add **spark.yarn.maxAppAttempts** into **job Configurations** and set the value to 1. Click **OK** button to save the configuration.
6868

69-
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-create-new-configuraion-002.png" alt-text="Intellij Run debug configurations new." border="true":::
69+
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-create-new-configuraion-002.png" alt-text="IntelliJ Run debug configurations new." border="true":::
7070

7171
4. The configuration is now saved with the name you provided. To view the configuration details, select the configuration name. To make changes, select **Edit Configurations**.
7272

7373
5. After you complete the configurations settings, you can run the project against the remote cluster.
7474

75-
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-local-run-configuration.png" alt-text="Intellij Debug Remote Spark Job Remote run button." border="true":::
75+
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-local-run-configuration.png" alt-text="IntelliJ Debug Remote Spark Job Remote run button." border="true":::
7676

7777
6. You can check the application ID from the output window.
7878

79-
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-remotely-run-result.png" alt-text="Intellij Debug Remote Spark Job Remote run result." border="true":::
79+
:::image type="content" source="./media/apache-spark-intellij-tool-failure-debug/hdinsight-remotely-run-result.png" alt-text="IntelliJ Debug Remote Spark Job Remote run result." border="true":::
8080

8181
## Download failed job profile
8282

0 commit comments

Comments
 (0)