Skip to content

Commit 37cbfe2

Browse files
authored
Improved Acrolinx Score
Improved Acrolinx Score
1 parent d86f034 commit 37cbfe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/hdinsight-troubleshoot-yarn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ In this example, two existing queues (**default** and **thriftsvr**) both are ch
5050

5151
These changes are visible immediately on the YARN Scheduler UI.
5252

53-
### Additional reading
53+
### Further reading
5454

5555
- [Apache Hadoop YARN CapacityScheduler](https://hadoop.apache.org/docs/r2.7.2/hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html)
5656

5757
## How do I download YARN logs from a cluster?
5858

5959
### Resolution steps
6060

61-
1. Connect to the HDInsight cluster by using a Secure Shell (SSH) client. For more information, see [Additional reading](#additional-reading-2).
61+
1. Connect to the HDInsight cluster by using a Secure Shell (SSH) client. For more information, see [Further reading](#further-reading-2).
6262

6363
1. To list all the application IDs of the YARN applications that are currently running, run the following command:
6464

@@ -146,7 +146,7 @@ Service RMActiveServices failed in state STARTED; cause: org.apache.hadoop.servi
146146
```
147147
2. If the error exists, check to see if some files are under replication or if there are missing blocks in the HDFS. You can run `hdfs fsck hdfs://mycluster/`
148148
149-
3. Run `hdfs fsck hdfs://mycluster/ -delete` to forcefully clean up the HDFS and to get rid of the standby RM issue. Alternatively, run [PatchYarnNodeLabel](https://hdiconfigactions.blob.core.windows.net/hadoopcorepatchingscripts/PatchYarnNodeLabel.sh) on one of headnodes to patch the cluster.
149+
3. Run `hdfs fsck hdfs://mycluster/ -delete` to forcefully clean-up the HDFS and to get rid of the standby RM issue. Alternatively, run [PatchYarnNodeLabel](https://hdiconfigactions.blob.core.windows.net/hadoopcorepatchingscripts/PatchYarnNodeLabel.sh) on one of headnodes to patch the cluster.
150150
151151
## Next steps
152152

0 commit comments

Comments
 (0)