Skip to content

Commit 46cc812

Browse files
authored
Merge pull request #102808 from dagiro/links2
links2
2 parents 6b7877a + 2cf585e commit 46cc812

6 files changed

+11
-9
lines changed

articles/hdinsight/create-cluster-error-dictionary.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: Create a cluster error dictionary
33
description: Learn how to create a cluster error dictionary.
4-
ms.reviewer: hrasheed
4+
55
author: karkrish
6+
ms.author: v-todmc
7+
ms.reviewer: hrasheed
68
ms.service: hdinsight
7-
ms.custom: hdinsightactive,hdiseo17may2017
89
ms.topic: troubleshooting
10+
ms.custom: hdinsightactive,hdiseo17may2017
911
ms.date: 11/19/2019
10-
ms.author: v-todmc
1112
---
1213

1314

@@ -206,7 +207,7 @@ Typically, this error is generated when there's a transient problem or an Azure
206207

207208
### Resolution
208209

209-
Check the [Azure status](https://status.azure.com/status) page for any Azure outages that might affect cluster deployment. If there are no outages, retry cluster deployment.
210+
Check the [Azure status](https://status.azure.com) page for any Azure outages that might affect cluster deployment. If there are no outages, retry cluster deployment.
210211

211212
## Next steps
212213

articles/hdinsight/hadoop/hdinsight-troubleshoot-cluster-creation-fails.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.topic: troubleshooting
1010
ms.date: 08/26/2019
1111
#Customer intent: As an HDInsight user, I would like to understand how to resolve common cluster creation failures.
1212
---
13+
1314
# Troubleshoot cluster creation failures with Azure HDInsight
1415

1516
The following issues are most common root causes for cluster creation failures:
@@ -73,7 +74,7 @@ Other naming restrictions also apply for cluster creation. See [Cluster name res
7374

7475
## Service outages
7576

76-
Check [Azure status](https://status.azure.com/status) for any potential outages or service issues.
77+
Check [Azure status](https://status.azure.com) for any potential outages or service issues.
7778

7879
## Next steps
7980

articles/hdinsight/hdinsight-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The _version.py file on the cluster was updated to 5.x.x instead of 4.4.x.## or
7878

7979
If you create a new Jupyter notebook and receive one of the errors listed above, perform the following steps to fix the issue.
8080

81-
1. Open Ambari in a web browser by going to https://CLUSTERNAME.azurehdinsight.net, where CLUSTERNAME is the name of your cluster.
81+
1. Open Ambari in a web browser by going to `https://CLUSTERNAME.azurehdinsight.net`, where CLUSTERNAME is the name of your cluster.
8282
1. In Ambari, on the left menu, click **Jupyter**, then on **Service Actions**, click **Stop**.
8383
1. ssh into the cluster headnode where the Jupyter service is running.
8484
1. Open the following file /usr/bin/anaconda/lib/python2.7/site-packages/nbformat/_version.py in sudo mode.

articles/hdinsight/spark/apache-spark-eclipse-tool-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ You can use HDInsight Tools in Azure Toolkit for Eclipse to run Spark Scala appl
237237

238238
While you're running the local Spark Scala application on a Windows computer, you might get an exception as explained in [SPARK-2356](https://issues.apache.org/jira/browse/SPARK-2356). This exception occurs because **WinUtils.exe** is missing in Windows.
239239

240-
To resolve this error, you need [download the executable](https://public-repo-1.hortonworks.com/hdp-win-alpha/winutils.exe) to a location like **C:\WinUtils\bin**, and then add the environment variable **HADOOP_HOME** and set the value of the variable to **C\WinUtils**.
240+
To resolve this error, you need `https://public-repo-1.hortonworks.com/hdp-win-alpha/winutils.exe` to a location like **C:\WinUtils\bin**, and then add the environment variable **HADOOP_HOME** and set the value of the variable to **C\WinUtils**.
241241

242242
### Run a local Spark Scala application
243243

articles/hdinsight/spark/apache-spark-intellij-tool-debug-remotely-through-ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article provides step-by-step guidance on how to use HDInsight Tools in [Az
2020

2121
* For Windows users: While you're running the local Spark Scala application on a Windows computer, you might get an exception, as explained in [SPARK-2356](https://issues.apache.org/jira/browse/SPARK-2356). The exception occurs because WinUtils.exe is missing on Windows.
2222

23-
To resolve this error, [download the executable](https://public-repo-1.hortonworks.com/hdp-win-alpha/winutils.exe) to a location such as **C:\WinUtils\bin**. Then, add the environment variable **HADOOP_HOME**, and set the value of the variable to **C:\WinUtils**.
23+
To resolve this error, download `https://public-repo-1.hortonworks.com/hdp-win-alpha/winutils.exe` to a location such as **C:\WinUtils\bin**. Then, add the environment variable **HADOOP_HOME**, and set the value of the variable to **C:\WinUtils**.
2424

2525
* [IntelliJ IDEA](https://www.jetbrains.com/idea/download/#section=windows) (The Community edition is free.).
2626

articles/hdinsight/spark/apache-spark-intellij-tool-plugin-debug-jobs-remotely.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article provides step-by-step guidance on how to use the HDInsight Tools in
3030
* **IntelliJ IDEA**. This article uses version 2017.1. You can install it from the [JetBrains website](https://www.jetbrains.com/idea/download/).
3131
* **HDInsight Tools in Azure Toolkit for IntelliJ**. HDInsight tools for IntelliJ are available as part of Azure Toolkit for IntelliJ. For instructions on how to install Azure Toolkit, see [Install Azure Toolkit for IntelliJ](https://docs.microsoft.com/java/azure/intellij/azure-toolkit-for-intellij-installation).
3232
* **Sign in to your Azure Subscription from IntelliJ IDEA**. Follow the instructions in [Use Azure Toolkit for IntelliJ to create Apache Spark applications for an HDInsight cluster](apache-spark-intellij-tool-plugin.md).
33-
* **Exception workaround**. While running the Spark Scala application for remote debugging on a Windows computer, you might get an exception. This exception is explained in [SPARK-2356](https://issues.apache.org/jira/browse/SPARK-2356) and occurs due to a missing WinUtils.exe file in Windows. To work around this error, you must [download the executable file](https://public-repo-1.hortonworks.com/hdp-win-alpha/winutils.exe) to a location such as **C:\WinUtils\bin**. Add an **HADOOP_HOME** environment variable, and then set the value of the variable to **C\WinUtils**.
33+
* **Exception workaround**. While running the Spark Scala application for remote debugging on a Windows computer, you might get an exception. This exception is explained in [SPARK-2356](https://issues.apache.org/jira/browse/SPARK-2356) and occurs due to a missing WinUtils.exe file in Windows. To work around this error, you must download `https://public-repo-1.hortonworks.com/hdp-win-alpha/winutils.exe` to a location such as **C:\WinUtils\bin**. Add an **HADOOP_HOME** environment variable, and then set the value of the variable to **C\WinUtils**.
3434

3535
## Step 1: Create an Azure virtual network
3636

0 commit comments

Comments
 (0)