Skip to content

Commit bb79d9f

Browse files
authored
Improved Acrolinx index
Improved Acrolinx index
1 parent 0c2bb35 commit bb79d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Spark configuration values can be tuned help avoid an Apache Spark application `
3737

3838
:::image type="content" source="./media/apache-troubleshoot-spark/apache-spark-ambari-config6c.png" alt-text="Enter a note about the changes you made" border="true":::
3939

40-
You are notified if any configurations need attention. Note the items, and then select **Proceed Anyway**.
40+
You're notified if any configurations need attention. Note the items, and then select **Proceed Anyway**.
4141

4242
:::image type="content" source="./media/apache-troubleshoot-spark/apache-spark-ambari-config6b.png" alt-text="Select Proceed Anyway" border="true":::
4343

44-
1. Whenever a configuration is saved, you are prompted to restart the service. Select **Restart**.
44+
1. Whenever a configuration is saved, you're prompted to restart the service. Select **Restart**.
4545

4646
:::image type="content" source="./media/apache-troubleshoot-spark/apache-spark-ambari-config7a.png" alt-text="Select restart" border="true":::
4747

@@ -89,7 +89,7 @@ Launch spark-shell by using a command similar to the following. Change the actua
8989
spark-submit --master yarn-cluster --class com.microsoft.spark.application --num-executors 4 --executor-memory 4g --executor-cores 2 --driver-memory 8g --driver-cores 4 /home/user/spark/sparkapplication.jar
9090
```
9191

92-
### Additional reading
92+
### Extra reading
9393

9494
[Apache Spark job submission on HDInsight clusters](/archive/blogs/azuredatalake/spark-job-submission-on-hdinsight-101)
9595

0 commit comments

Comments
 (0)