Skip to content

Commit 9abb9c0

Browse files
authored
Merge pull request #88897 from dagiro/cats123
cats123
2 parents 8094b22 + e35a0bc commit 9abb9c0

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

articles/hdinsight/hdinsight-hadoop-access-yarn-app-logs-linux.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
title: Access Apache Hadoop YARN application logs on Linux-based HDInsight - Azure
33
description: Learn how to access YARN application logs on a Linux-based HDInsight (Apache Hadoop) cluster using both the command-line and a web browser.
44
author: hrasheed-msft
5+
ms.author: hrasheed
56
ms.reviewer: jasonh
6-
77
ms.service: hdinsight
88
ms.custom: hdinsightactive
99
ms.topic: conceptual
1010
ms.date: 03/22/2018
11-
ms.author: hrasheed
12-
1311
---
12+
1413
# Access Apache Hadoop YARN application logs on Linux-based HDInsight
1514

1615
Learn how to access the logs for [Apache Hadoop YARN](https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html) (Yet Another Resource Negotiator) applications on an [Apache Hadoop](https://hadoop.apache.org/) cluster in Azure HDInsight.
@@ -58,11 +57,11 @@ The YARN ResourceManager UI runs on the cluster headnode. It is accessed through
5857
1. In your web browser, navigate to https://CLUSTERNAME.azurehdinsight.net. Replace CLUSTERNAME with the name of your HDInsight cluster.
5958
2. From the list of services on the left, select **YARN**.
6059

61-
![Yarn service selected](./media/hdinsight-hadoop-access-yarn-app-logs-linux/yarn-service-selected.png)
60+
![Apache Ambari Yarn service selected](./media/hdinsight-hadoop-access-yarn-app-logs-linux/yarn-service-selected.png)
6261

6362
3. From the **Quick Links** dropdown, select one of the cluster head nodes and then select **ResourceManager Log**.
6463

65-
![Yarn quick links](./media/hdinsight-hadoop-access-yarn-app-logs-linux/hdi-yarn-quick-links.png)
64+
![Apache Ambari Yarn quick links](./media/hdinsight-hadoop-access-yarn-app-logs-linux/hdi-yarn-quick-links.png)
6665

6766
You are presented with a list of links to YARN logs.
6867

articles/hdinsight/hdinsight-hadoop-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The NodeManagers run the tasks that make up the application, then report their p
4040

4141
All HDInsight cluster types deploy YARN. The ResourceManager is deployed for high availability with a primary and secondary instance, which runs on the first and second head nodes within the cluster respectively. Only the one instance of the ResourceManager is active at a time. The NodeManager instances run across the available worker nodes in the cluster.
4242

43-
![YARN on HDInsight](./media/hdinsight-hadoop-architecture/apache-yarn-on-hdinsight.png)
43+
![Apache YARN on Azure HDInsight](./media/hdinsight-hadoop-architecture/apache-yarn-on-hdinsight.png)
4444

4545
## Next steps
4646

articles/hdinsight/hdinsight-hadoop-collect-debug-heap-dump-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ To modify the configuration for a service, use the following steps:
9090

9191
3. Using the **Filter...** entry, enter **opts**. Only items containing this text are displayed.
9292

93-
![Filtered list](./media/hdinsight-hadoop-collect-debug-heap-dump-linux/hdinsight-filter-list.png)
93+
![Apache Ambari config filtered list](./media/hdinsight-hadoop-collect-debug-heap-dump-linux/hdinsight-filter-list.png)
9494

9595
4. Find the **\*\_OPTS** entry for the service you want to enable heap dumps for, and add the options you wish to enable. In the following image, I've added `-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/` to the **HADOOP\_NAMENODE\_OPTS** entry:
9696

97-
![HADOOP_NAMENODE_OPTS with -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/](./media/hdinsight-hadoop-collect-debug-heap-dump-linux/hadoop-namenode-opts.png)
97+
![Apache Ambari hadoop-namenode-opts](./media/hdinsight-hadoop-collect-debug-heap-dump-linux/hadoop-namenode-opts.png)
9898

9999
> [!NOTE]
100100
> When enabling heap dumps for the map or reduce child process, look for the fields named **mapreduce.admin.map.child.java.opts** and **mapreduce.admin.reduce.child.java.opts**.
@@ -107,11 +107,11 @@ To modify the configuration for a service, use the following steps:
107107

108108
6. Select each service that needs a restart, and use the **Service Actions** button to **Turn On Maintenance Mode**. Maintenance mode prevents alerts from being generated from the service when you restart it.
109109

110-
![Turn on maintenance mode menu](./media/hdinsight-hadoop-collect-debug-heap-dump-linux/hdi-maintenance-mode.png)
110+
![Turn on hdi maintenance mode menu](./media/hdinsight-hadoop-collect-debug-heap-dump-linux/hdi-maintenance-mode.png)
111111

112112
7. Once you have enabled maintenance mode, use the **Restart** button for the service to **Restart All Effected**
113113

114-
![Restart All Affected entry](./media/hdinsight-hadoop-collect-debug-heap-dump-linux/hdi-restart-all-button.png)
114+
![Apache Ambari Restart All Affected entry](./media/hdinsight-hadoop-collect-debug-heap-dump-linux/hdi-restart-all-button.png)
115115

116116
> [!NOTE]
117117
> The entries for the **Restart** button may be different for other services.

0 commit comments

Comments
 (0)