Skip to content

Commit 161562b

Browse files
Merge pull request #278753 from sreekzz/patch-52
Added a note
2 parents ac78f94 + 62ae4ff commit 161562b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Sharing one blob container as the default file system for multiple clusters isn'
3535
3636
## Access files from within cluster
3737

38-
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 TLS encrypted access (with *wasbs*). We recommend using *wasbs* wherever possible, even when accessing data that lives inside the same region in Azure.
38+
> [!NOTE]
39+
> Azure storage team has discontinued all active developments on WASB and recommend all customers to use the ABFS driver to interact with Blob and ADLS gen2. For more information, see [The Azure Blob Filesystem driver (ABFS): A dedicated Azure Storage driver for Hadoop](/azure/storage/blobs/data-lake-storage-abfs-driver)
3940
4041
* **Using the fully qualified name**. With this approach, you provide the full path to the file that you want to access.
4142

@@ -155,7 +156,7 @@ The default Blob container stores cluster-specific information such as job histo
155156
While creating an HDInsight cluster, you specify the Azure Storage account you want to associate with it. Also, 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).
156157

157158
> [!WARNING]
158-
> Using an additional storage account in a different location than the HDInsight cluster is not supported.
159+
> Using an additional storage account in a different location other than the HDInsight cluster is not supported.
159160
160161
## Next steps
161162

0 commit comments

Comments
 (0)