Skip to content

Commit 0d547dc

Browse files
authored
Merge pull request #86549 from mimig1/patch-246
HDInsight: Corrected error message for ADLS Gen2 setup
2 parents 5300851 + 733aac4 commit 0d547dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.custom: hdinsightactive
99
ms.topic: troubleshooting
10-
ms.date: 08/22/2019
10+
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
---
1313
# Troubleshoot cluster creation failures with Azure HDInsight
@@ -24,9 +24,9 @@ The following issues are most common root causes for cluster creation failures:
2424

2525
## Permissions issues
2626

27-
If you are using Azure Data Lake Storage Gen 2, and receive the error "This request is not authorized to perform this operation using this permission", open the Azure portal, go to your Storage account, and under Access Control (IAM), ensure that the **Storage Blob Data Contributor** or the **Storage Blob Data Owner Role** role has Assigned access to the **User assigned managed identity** for the subscription. See [Set up permissions for the managed identity on the Data Lake Storage Gen2 account](../hdinsight-hadoop-use-data-lake-storage-gen2.md#set-up-permissions-for-the-managed-identity-on-the-data-lake-storage-gen2-account) for detailed instructions.
27+
If you are using Azure Data Lake Storage Gen2, and receive the error ```AmbariClusterCreationFailedErrorCode```, ```Internal server error occurred while processing the request. Please retry the request or contact support.```, open the Azure portal, go to your Storage account, and under Access Control (IAM), ensure that the **Storage Blob Data Contributor** or the **Storage Blob Data Owner** role has Assigned access to the **User assigned managed identity** for the subscription. See [Set up permissions for the managed identity on the Data Lake Storage Gen2 account](../hdinsight-hadoop-use-data-lake-storage-gen2.md#set-up-permissions-for-the-managed-identity-on-the-data-lake-storage-gen2-account) for detailed instructions.
2828

29-
If you are using Data Lake Storage Gen 1, see setup and configuration instructions [here](../hdinsight-hadoop-use-data-lake-store.md). Data Lake Storage Gen 1 isn't supported for HBase clusters, and is not supported in HDInsight version 4.0.
29+
If you are using Azure Data Lake Storage Gen1, see setup and configuration instructions [here](../hdinsight-hadoop-use-data-lake-store.md). Data Lake Storage Gen1 isn't supported for HBase clusters, and is not supported in HDInsight version 4.0.
3030

3131
If using Azure Storage, ensure that storage account name is valid during the cluster creation.
3232

0 commit comments

Comments
 (0)