Skip to content

Commit d337a70

Browse files
authored
Merge pull request #106030 from dagiro/freshness5
freshness5
2 parents 1bad6ac + 0da4b09 commit d337a70

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

articles/hdinsight/hdinsight-hadoop-use-blob-storage.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
9-
ms.date: 11/01/2019
9+
ms.date: 02/28/2020
1010
---
1111

1212
# Use Azure storage with Azure HDInsight clusters
@@ -33,7 +33,7 @@ Sharing one blob container as the default file system for multiple clusters isn'
3333
> [!NOTE]
3434
> The Archive access tier is an offline tier that has a several hour retrieval latency and isn't recommended for use with HDInsight. For more information, see [Archive access tier](../storage/blobs/storage-blob-storage-tiers.md#archive-access-tier).
3535
36-
## Access files from the cluster
36+
## Access files from within cluster
3737

3838
There are several ways you can access the files in Data Lake Storage from an HDInsight cluster. The URI scheme provides unencrypted access (with the *wasb:* prefix) and SSL encrypted access (with *wasbs*). We recommend using *wasbs* wherever possible, even when accessing data that lives inside the same region in Azure.
3939

@@ -117,6 +117,17 @@ LOCATION 'wasbs:///example/data/';
117117
LOCATION '/example/data/';
118118
```
119119

120+
## Access files from outside cluster
121+
122+
Microsoft provides the following tools to work with Azure Storage:
123+
124+
| Tool | Linux | OS X | Windows |
125+
| --- |:---:|:---:|:---:|
126+
| [Azure portal](../storage/blobs/storage-quickstart-blobs-portal.md) ||||
127+
| [Azure CLI](../storage/blobs/storage-quickstart-blobs-cli.md) ||||
128+
| [Azure PowerShell](../storage/blobs/storage-quickstart-blobs-powershell.md) | | ||
129+
| [AzCopy](../storage/common/storage-use-azcopy-v10.md) || ||
130+
120131
## Identify storage path from Ambari
121132

122133
* To identify the complete path to the configured default store, navigate to:
@@ -127,6 +138,8 @@ LOCATION '/example/data/';
127138

128139
**HDFS** > **Configs** and enter `blob.core.windows.net` in the filter input box.
129140

141+
To obtain the path using Ambari REST API, see [Get the default storage](./hdinsight-hadoop-manage-ambari-rest-api.md#get-the-default-storage).
142+
130143
## Blob containers
131144

132145
To use blobs, you first create an [Azure Storage account](../storage/common/storage-create-storage-account.md). As part of this, you specify an Azure region where the storage account is created. The cluster and the storage account must be hosted in the same region. The Hive metastore SQL Server database and Apache Oozie metastore SQL Server database must also be located in the same region.
@@ -137,17 +150,6 @@ The default Blob container stores cluster-specific information such as job histo
137150

138151
[!INCLUDE [secure-transfer-enabled-storage-account](../../includes/hdinsight-secure-transfer.md)]
139152

140-
## Interacting with Azure storage
141-
142-
Microsoft provides the following tools to work with Azure Storage:
143-
144-
| Tool | Linux | OS X | Windows |
145-
| --- |:---:|:---:|:---:|
146-
| [Azure portal](../storage/blobs/storage-quickstart-blobs-portal.md) ||||
147-
| [Azure CLI](../storage/blobs/storage-quickstart-blobs-cli.md) ||||
148-
| [Azure PowerShell](../storage/blobs/storage-quickstart-blobs-powershell.md) | | ||
149-
| [AzCopy](../storage/common/storage-use-azcopy-v10.md) || ||
150-
151153
## Use additional storage accounts
152154

153155
While creating an HDInsight cluster, you specify the Azure Storage account you want to associate with it. In addition to this storage account, you can add additional storage accounts from the same Azure subscription or different Azure subscriptions during the creation process or after a cluster has been created. For instructions about adding additional storage accounts, see [Create HDInsight clusters](hdinsight-hadoop-provision-linux-clusters.md).

0 commit comments

Comments
 (0)