Skip to content

Commit b9dcb82

Browse files
committed
freshness_c20
1 parent 9b370cf commit b9dcb82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/hdinsight/hdinsight-apps-install-custom-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ If an application installation failed, you can see the error messages and debug
114114
115115
* Apache Ambari Web UI: If the install script was the cause of the failure, use Ambari Web UI to check full logs about the install scripts.
116116
117-
For more information, see [Troubleshooting](hdinsight-hadoop-customize-cluster-linux.md#troubleshooting).
117+
For more information, see [Troubleshoot script actions](./troubleshoot-script-action.md).
118118
119119
## Remove HDInsight applications
120120

articles/hdinsight/hdinsight-hadoop-script-actions-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ In this example, the `hdfs` command transparently uses the default cluster stora
154154
HDInsight logs script output that is written to STDOUT and STDERR. You can view this information using the Ambari web UI.
155155

156156
> [!NOTE]
157-
> Apache Ambari is only available if the cluster is successfully created. If you use a script action during cluster creation, and creation fails, see the troubleshooting section [Customize HDInsight clusters using script action](hdinsight-hadoop-customize-cluster-linux.md#troubleshooting) for other ways of accessing logged information.
157+
> Apache Ambari is only available if the cluster is successfully created. If you use a script action during cluster creation, and creation fails, see [Troubleshoot script actions](./troubleshoot-script-action.md) for other ways of accessing logged information.
158158
159159
Most utilities and installation packages already write information to STDOUT and STDERR, however you may want to add additional logging. To send text to STDOUT, use `echo`. For example:
160160

@@ -170,7 +170,7 @@ By default, `echo` sends the string to STDOUT. To direct it to STDERR, add `>&2`
170170

171171
This redirects information written to STDOUT to STDERR (2) instead. For more information on IO redirection, see [https://www.tldp.org/LDP/abs/html/io-redirection.html](https://www.tldp.org/LDP/abs/html/io-redirection.html).
172172

173-
For more information on viewing information logged by script actions, see [Customize HDInsight clusters using script action](hdinsight-hadoop-customize-cluster-linux.md#troubleshooting)
173+
For more information on viewing information logged by script actions, see [Troubleshoot script actions](./troubleshoot-script-action.md).
174174

175175
### <a name="bps8"></a> Save files as ASCII with LF line endings
176176

0 commit comments

Comments
 (0)