Skip to content

Commit ea6ee88

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
resolved review comments
1 parent 57fe178 commit ea6ee88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/hdinsight/hadoop/troubleshoot-disk-space.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Review the following configurations:
3434

3535
* Ensure that the cluster size is appropriate for the workload. The workload might have changed recently or the cluster might have been resized. [Scale up](../hdinsight-scaling-best-practices.md) the cluster to match a higher workload.
3636

37-
* `/mnt/resource` might be filled with orphaned files (as if resource manager restart). If necessary, manually clean `/mnt/resource/hadoop/yarn/log` and `/mnt/resource/hadoop/yarn/local`.
37+
* `/mnt/resource` might be filled with orphaned files (as if Rresource mManager restart). If necessary, manually clean `/mnt/resource/hadoop/yarn/log` and `/mnt/resource/hadoop/yarn/local`.
3838

3939
## Next steps
4040

articles/hdinsight/hdinsight-troubleshoot-failed-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ At the YARN level, there are two types of timeouts:
176176

177177
2. YARN processing can take a long time, which can cause timeouts.
178178

179-
* List all jobs: This is a time-consuming call. This call enumerates the applications from the YARN ResourceManager, and for each completed application, gets the status from the YARN JobHistoryServer. With higher numbers of jobs, this call can time out.
179+
* List all jobs: This is a time-consuming call. This call enumerates the applications from the YARN Resource Manager, and for each completed application, gets the status from the YARN JobHistoryServer. With higher numbers of jobs, this call can time out.
180180

181181
* List jobs older than seven days: The HDInsight YARN JobHistoryServer is configured to retain completed job information for seven days (`mapreduce.jobhistory.max-age-ms` value). Trying to enumerate purged jobs results in a timeout.
182182

articles/hdinsight/hdinsight-use-external-metadata-stores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Private endpoints for SQL stores are only supported on the clusters created with
6565

6666
:::image type="content" source="./media/hdinsight-use-external-metadata-stores/configure-azure-sql-database-firewall1.png" alt-text="set server firewall button.":::
6767

68-
:::image type="content" source="./media/hdinsight-use-external-metadata-stores/configure-azure-sql-database-firewall2.png" alt-text="allow azure services access.":::
68+
:::image type="content" source="./media/hdinsight-use-external-metadata-stores/configure-azure-sql-database-firewall2.png" alt-text="allow aAzure services access.":::
6969

7070
### Select a custom metastore during cluster creation
7171

articles/hdinsight/spark/spark-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article provides various guidelines for using Apache Spark on Azure HDInsig
1414

1515
| Option | Documents |
1616
|---|---|
17-
| VSCode | [Use Spark & Hive Tools for Visual Studio Code](../hdinsight-for-vscode.md) |
17+
| Visual Studio Code | [Use Spark & Hive Tools for Visual Studio Code](../hdinsight-for-vscode.md) |
1818
| Jupyter Notebooks | [Tutorial: Load data and run queries on an Apache Spark cluster in Azure HDInsight](./apache-spark-load-data-run-query.md) |
1919
| IntelliJ | [Tutorial: Use Azure Toolkit for IntelliJ to create Apache Spark applications for an HDInsight cluster](./apache-spark-intellij-tool-plugin.md) |
2020
| IntelliJ | [Tutorial: Create a Scala Maven application for Apache Spark in HDInsight using IntelliJ](./apache-spark-create-standalone-application.md) |

0 commit comments

Comments
 (0)