Skip to content

Commit c4dde55

Browse files
Merge pull request #254615 from v-akarnase/patch-2
Updated hdinsight-hadoop-add-storage.md
2 parents 8d93d38 + e3bb617 commit c4dde55

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/hdinsight/hdinsight-hadoop-add-storage.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Learn how to add additional Azure Storage accounts to an existing H
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: seoapr2020
7-
ms.date: 09/29/2022
7+
ms.date: 10/11/2023
88
---
99

1010
# Add additional storage accounts to HDInsight
1111

12-
Learn how to use script actions to add additional Azure Storage *accounts* to HDInsight. The steps in this document add a storage *account* to an existing HDInsight cluster. This article applies to storage *accounts* (not the default cluster storage account), and not additional storage such as [`Azure Data Lake Storage Gen1`](hdinsight-hadoop-use-data-lake-storage-gen1.md) and [`Azure Data Lake Storage Gen2`](hdinsight-hadoop-use-data-lake-storage-gen2.md).
12+
Learn how to use script actions to add extra Azure Storage *accounts* to HDInsight. The steps in this document add a storage *account* to an existing HDInsight cluster. This article applies to storage *accounts* (not the default cluster storage account), and not additional storage such as [`Azure Data Lake Storage Gen1`](hdinsight-hadoop-use-data-lake-storage-gen1.md) and [`Azure Data Lake Storage Gen2`](hdinsight-hadoop-use-data-lake-storage-gen2.md).
1313

1414
> [!IMPORTANT]
1515
> The information in this document is about adding additional storage account(s) to a cluster after it has been created. For information on adding storage accounts during cluster creation, see [Set up clusters in HDInsight with Apache Hadoop, Apache Spark, Apache Kafka, and more](hdinsight-hadoop-provision-linux-clusters.md).
@@ -18,7 +18,7 @@ Learn how to use script actions to add additional Azure Storage *accounts* to HD
1818

1919
* A Hadoop cluster on HDInsight. See [Get Started with HDInsight on Linux](./hadoop/apache-hadoop-linux-tutorial-get-started.md).
2020
* Storage account name and key. See [Manage storage account access keys](../storage/common/storage-account-keys-manage.md).
21-
* If using PowerShell, you'll need the AZ module. See [Overview of Azure PowerShell](/powershell/azure/).
21+
* If using PowerShell, you need the AZ module. See [Overview of Azure PowerShell](/powershell/azure/).
2222

2323
## How it works
2424

@@ -53,13 +53,13 @@ Use [Script Action](hdinsight-hadoop-customize-cluster-linux.md#script-action-to
5353

5454
## Verification
5555

56-
When viewing the HDInsight cluster in the Azure portal, selecting the __Storage Accounts__ entry under __Properties__ doesn't display storage accounts added through this script action. Azure PowerShell and Azure CLI don't display the additional storage account either. The storage information isn't displayed because the script only modifies the `core-site.xml` configuration for the cluster. This information isn't used when retrieving the cluster information using Azure management APIs.
56+
When you view the HDInsight cluster in the Azure portal, select the __Storage Accounts__ entry under __Properties__ doesn't display storage accounts added through this script action. Azure PowerShell and Azure CLI don't display the additional storage account either. The storage information isn't displayed because the script only modifies the `core-site.xml` configuration for the cluster. This information isn't used when retrieving the cluster information using Azure management APIs.
5757

58-
To verify the additional storage use one of the methods shown below:
58+
To verify the additional storage use one of the methods shown:
5959

6060
### PowerShell
6161

62-
The script will return the Storage Account name(s) associated with the given cluster. Replace `CLUSTERNAME` with the actual cluster name, and then run the script.
62+
The script returns the Storage Account name(s) associated with the given cluster. Replace `CLUSTERNAME` with the actual cluster name, and then run the script.
6363

6464
```powershell
6565
# Update values
@@ -91,7 +91,7 @@ foreach ($name in $value ) { $name.Name.Split(".")[4]}
9191

9292
1. Navigate to **HDFS** > **Configs** > **Advanced** > **Custom core-site**.
9393

94-
1. Observe the keys that begin with `fs.azure.account.key`. The account name will be a part of the key as seen in this sample image:
94+
1. Observe the keys that begin with `fs.azure.account.key`. The account name is part of the key as seen in this sample image:
9595

9696
:::image type="content" source="./media/hdinsight-hadoop-add-storage/apache-ambari-verification.png" alt-text="verification through Apache Ambari":::
9797

0 commit comments

Comments
 (0)