Skip to content

Commit a21ca4e

Browse files
committed
cats95
1 parent 639115a commit a21ca4e

11 files changed

+11
-10
lines changed

articles/hdinsight/spark/apache-troubleshoot-spark.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Get answers to common questions about working with Apache Spark and
44
ms.service: hdinsight
55
author: hrasheed-msft
66
ms.author: hrasheed
7+
ms.reviewer: jasonh
78
ms.topic: troubleshooting
89
ms.date: 08/22/2019
910
ms.custom: seodec18
@@ -21,49 +22,49 @@ Spark configuration values can be tuned help avoid an Apache Spark application `
2122

2223
1. Navigate to **Spark2** > **Configs**.
2324

24-
![Select the Configs tab](./media/apache-troubleshoot-spark/update-config-2.png)
25+
![Select the Configs tab](./media/apache-troubleshoot-spark/apache-spark-ambari-config2.png)
2526

2627
1. In the list of configurations, select and expand **Custom-spark2-defaults**.
2728

2829
1. Look for the value setting that you need to adjust, such as **spark.executor.memory**. In this case, the value of **9728m** is too high.
2930

30-
![Select custom-spark-defaults](./media/apache-troubleshoot-spark/update-config-4.png)
31+
![Select custom-spark-defaults](./media/apache-troubleshoot-spark/apache-spark-ambari-config4.png)
3132

3233
1. Set the value to the recommended setting. The value **2048m** is recommended for this setting.
3334

3435
1. Save the value, and then save the configuration. Select **Save**.
3536

36-
![Change value to 2048m](./media/apache-troubleshoot-spark/update-config-6a.png)
37+
![Change value to 2048m](./media/apache-troubleshoot-spark/apache-spark-ambari-config6a.png)
3738

3839
Write a note about the configuration changes, and then select **Save**.
3940

40-
![Enter a note about the changes you made](./media/apache-troubleshoot-spark/update-config-6c.png)
41+
![Enter a note about the changes you made](./media/apache-troubleshoot-spark/apache-spark-ambari-config6c.png)
4142

4243
You are notified if any configurations need attention. Note the items, and then select **Proceed Anyway**.
4344

44-
![Select Proceed Anyway](./media/apache-troubleshoot-spark/update-config-6b.png)
45+
![Select Proceed Anyway](./media/apache-troubleshoot-spark/apache-spark-ambari-config6b.png)
4546

4647
1. Whenever a configuration is saved, you are prompted to restart the service. Select **Restart**.
4748

48-
![Select restart](./media/apache-troubleshoot-spark/update-config-7a.png)
49+
![Select restart](./media/apache-troubleshoot-spark/apache-spark-ambari-config7a.png)
4950

5051
Confirm the restart.
5152

52-
![Select Confirm Restart All](./media/apache-troubleshoot-spark/update-config-7b.png)
53+
![Select Confirm Restart All](./media/apache-troubleshoot-spark/apache-spark-ambari-config7b.png)
5354

5455
You can review the processes that are running.
5556

56-
![Review running processes](./media/apache-troubleshoot-spark/update-config-7c.png)
57+
![Review running processes](./media/apache-troubleshoot-spark/apache-spark-ambari-config7c.png)
5758

5859
1. You can add configurations. In the list of configurations, select **Custom-spark2-defaults**, and then select **Add Property**.
5960

60-
![Select add property](./media/apache-troubleshoot-spark/update-config-8.png)
61+
![Select add property](./media/apache-troubleshoot-spark/apache-spark-ambari-config8.png)
6162

6263
1. Define a new property. You can define a single property by using a dialog box for specific settings such as the data type. Or, you can define multiple properties by using one definition per line.
6364

6465
In this example, the **spark.driver.memory** property is defined with a value of **4g**.
6566

66-
![Define new property](./media/apache-troubleshoot-spark/update-config-9.png)
67+
![Define new property](./media/apache-troubleshoot-spark/apache-spark-ambari-config9.png)
6768

6869
1. Save the configuration, and then restart the service as described in steps 6 and 7.
6970

0 commit comments

Comments
 (0)