Skip to content

Commit 32cfbaf

Browse files
committed
freshness106
1 parent 6d6bc9f commit 32cfbaf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ HDInsight provides access to the distributed file system that is locally attache
131131

132132
Through HDInsight you can also access data in Azure Storage. The syntax is as follows:
133133

134-
wasb[s]://<containername>@<accountname>.blob.core.windows.net/<path>
134+
wasb://<containername>@<accountname>.blob.core.windows.net/<path>
135135

136136
Consider the following principles when using an Azure Storage account with HDInsight clusters:
137137

articles/hdinsight/hdinsight-hadoop-customize-cluster-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ A script action is Bash script that runs on the nodes in an HDInsight cluster. C
5454

5555
* For clusters with ESP:
5656

57-
* The wasb[s]:// or http[s]:// URIs are supported.
57+
* The wasb:// or http[s]:// URIs are supported.
5858

5959
* Can be restricted to run on only certain node types. Examples are head nodes or worker nodes.
6060

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ HDInsight provides access to the distributed file system that is locally attache
4848

4949
In addition, HDInsight allows you to access data that is stored in Azure Storage. The syntax is:
5050

51-
wasb[s]://<containername>@<accountname>.blob.core.windows.net/<path>
51+
wasb://<containername>@<accountname>.blob.core.windows.net/<path>
5252

5353
Here are some considerations when using Azure Storage account with HDInsight clusters.
5454

@@ -91,7 +91,7 @@ Certain MapReduce jobs and packages may create intermediate results that you don
9191
The URI scheme for accessing files in Azure storage from HDInsight is:
9292

9393
```config
94-
wasb[s]://<BlobStorageContainerName>@<StorageAccountName>.blob.core.windows.net/<path>
94+
wasb://<BlobStorageContainerName>@<StorageAccountName>.blob.core.windows.net/<path>
9595
```
9696

9797
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.

articles/hdinsight/spark/apache-spark-perf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When you create a new Spark cluster, you have the option to select Azure Blob St
5454

5555
| Store Type | File System | Speed | Transient | Use Cases |
5656
| --- | --- | --- | --- | --- |
57-
| Azure Blob Storage | **wasb[s]:**//url/ | **Standard** | Yes | Transient cluster |
57+
| Azure Blob Storage | **wasb:**//url/ | **Standard** | Yes | Transient cluster |
5858
| Azure Data Lake Storage Gen 2| **abfs[s]:**//url/ | **Faster** | Yes | Transient cluster |
5959
| Azure Data Lake Storage Gen 1| **adl:**//url/ | **Faster** | Yes | Transient cluster |
6060
| Local HDFS | **hdfs:**//url/ | **Fastest** | No | Interactive 24/7 cluster |

0 commit comments

Comments
 (0)