Skip to content

Commit cff18d3

Browse files
committed
freshness_c48
1 parent 341b04e commit cff18d3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
9-
ms.date: 01/21/2020
9+
ms.custom: seoapr2020
10+
ms.date: 04/27/2020
1011
---
1112

1213
# Add additional storage accounts to HDInsight
1314

14-
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-store.md) and [Azure Data Lake Storage Gen2](hdinsight-hadoop-use-data-lake-storage-gen2.md).
15+
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-store.md) and [`Azure Data Lake Storage Gen2`](hdinsight-hadoop-use-data-lake-storage-gen2.md).
1516

1617
> [!IMPORTANT]
1718
> 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).
@@ -24,17 +25,17 @@ Learn how to use script actions to add additional Azure Storage *accounts* to HD
2425

2526
## How it works
2627

27-
During processing, the script performs the following actions:
28+
During processing, the script does the following actions:
2829

29-
* If the storage account already exists in the core-site.xml configuration for the cluster, the script exits and no further actions are performed.
30+
* If the storage account already exists in the core-site.xml configuration for the cluster, the script exits and no further actions are done.
3031

3132
* Verifies that the storage account exists and can be accessed using the key.
3233

3334
* Encrypts the key using the cluster credential.
3435

3536
* Adds the storage account to the core-site.xml file.
3637

37-
* Stops and restarts the [Apache Oozie](https://oozie.apache.org/), [Apache Hadoop YARN](https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html), [Apache Hadoop MapReduce2](https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html), and [Apache Hadoop HDFS](https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html) services. Stopping and starting these services allows them to use the new storage account.
38+
* Stops and restarts the Apache Oozie, Apache Hadoop YARN, Apache Hadoop MapReduce2, and Apache Hadoop HDFS services. Stopping and starting these services allows them to use the new storage account.
3839

3940
> [!WARNING]
4041
> Using a storage account in a different location than the HDInsight cluster is not supported.
@@ -113,13 +114,13 @@ After removing these keys and saving the configuration, you need to restart Oozi
113114

114115
### Storage firewall
115116

116-
If you choose to secure your storage account with the **Firewalls and virtual networks** restrictions on **Selected networks**, be sure to enable the exception **Allow trusted Microsoft services...** so that HDInsight can access your storage account.
117+
If you choose to secure your storage account with the **Firewalls and virtual networks** restrictions on **Selected networks**, be sure to enable the exception **Allow trusted Microsoft services...** so that HDInsight can access your storage account`.`
117118

118119
### Unable to access storage after changing key
119120

120121
If you change the key for a storage account, HDInsight can no longer access the storage account. HDInsight uses a cached copy of key in the core-site.xml for the cluster. This cached copy must be updated to match the new key.
121122

122-
Running the script action again does __not__ update the key, as the script checks to see if an entry for the storage account already exists. If an entry already exists, it doesn't make any changes.
123+
Running the script action again **doesn't** update the key, as the script checks to see if an entry for the storage account already exists. If an entry already exists, it doesn't make any changes.
123124

124125
To work around this problem:
125126
1. Remove the storage account.
@@ -130,7 +131,7 @@ To work around this problem:
130131
131132
### Poor performance
132133

133-
If the storage account is in a different region than the HDInsight cluster, you may experience poor performance. Accessing data in a different region sends network traffic outside the regional Azure data center and across the public internet, which can introduce latency.
134+
If the storage account is in a different region than the HDInsight cluster, you may experience poor performance. Accessing data in a different region sends network traffic outside the regional Azure data center. And across the public internet, which can introduce latency.
134135

135136
### Additional charges
136137

0 commit comments

Comments
 (0)