Skip to content

Commit a5d861c

Browse files
Merge pull request #220187 from nadiacps/main
Add note that upgrading existing storage with ADLS gen2 capabilities is not supported
2 parents ecd6f79 + 205bd8c commit a5d861c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-practices-storage.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ One of the following formats can be used to access data that is stored in ADLS G
104104
- `abfs:///`: Access the default Data Lake Storage for the cluster.
105105
- `abfs://file_system@account_name.dfs.core.windows.net`: Used when communicating with a non-default Data Lake Storage.
106106

107+
>[!NOTE]
108+
> Upgrading the primary or secondary storage account of a running cluster with Azure Data Lake Storage Gen2 capabilities is not supported. To change the storage type of an existing HDInsight cluster to Data Lake Storage Gen2, you will need to recreate the cluster and select an hierarchical namespace enabled storage account.
109+
107110
For more information, see the following articles:
108111

109112
- [Introduction to Azure Data Lake Storage Gen2](../../storage/blobs/data-lake-storage-introduction.md)
@@ -216,4 +219,4 @@ For more information, see [Add additional storage accounts to HDInsight](../hdin
216219

217220
## Next steps
218221

219-
Read the next article in this series: [Data migration best practices for on-premises to Azure HDInsight Hadoop migration](apache-hadoop-on-premises-migration-best-practices-data-migration.md).
222+
Read the next article in this series: [Data migration best practices for on-premises to Azure HDInsight Hadoop migration](apache-hadoop-on-premises-migration-best-practices-data-migration.md).

articles/hdinsight/hdinsight-hadoop-compare-storage-options.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ You can create clusters using combinations of services for primary and optional
6262
Azure HDInsight does not store customer data. The primary means of storage for a cluster are its associated storage accounts. You can attach your cluster to an existing storage account, or create a new storage account during the cluster creation process. If a new account is created, it will be created as a locally redundant storage (LRS) account, and will satisfy in-region data residency requirements including those specified in the [Trust Center](https://azuredatacentermap.azurewebsites.net).
6363

6464
You can validate that HDInsight is properly configured to store data in a single region by ensuring that the storage account associated with your HDInsight is LRS or another storage option mentioned on [Trust Center](https://azuredatacentermap.azurewebsites.net).
65+
66+
>[!NOTE]
67+
> Upgrading the primary or secondary storage account of a running cluster with Azure Data Lake Storage Gen2 capabilities is not supported. To change the storage type of an existing HDInsight cluster to Data Lake Storage Gen2, you will need to recreate the cluster and select an hierarchical namespace enabled storage account.
6568
6669
## Next steps
6770

0 commit comments

Comments
 (0)