Skip to content

Commit 6d6449d

Browse files
authored
Removing brackets on wasb protocol
1 parent 32cfbaf commit 6d6449d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/hdinsight/hdinsight-upload-data.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: Upload data for Apache Hadoop jobs in HDInsight
33
description: Learn how to upload and access data for Apache Hadoop jobs in HDInsight using the Azure classic CLI, Azure Storage Explorer, Azure PowerShell, the Hadoop command line, or Sqoop.
4-
keywords: etl hadoop, getting data into hadoop, hadoop load data
54
author: hrasheed-msft
6-
ms.reviewer: jasonh
75
ms.author: hrasheed
6+
ms.reviewer: jasonh
87
ms.service: hdinsight
9-
ms.custom: hdinsightactive,hdiseo17may2017
8+
ms.custom:hdiseo17may2017
109
ms.topic: conceptual
11-
ms.date: 05/31/2019
10+
ms.date: 06/03/2019
1211
---
1312

1413
# Upload data for Apache Hadoop jobs in HDInsight
@@ -59,11 +58,11 @@ For example, `hadoop fs -copyFromLocal data.txt /example/data/data.txt`
5958

6059
Because the default file system for HDInsight is in Azure Storage, /example/data.txt is actually in Azure Storage. You can also refer to the file as:
6160

62-
wasb[s]:///example/data/data.txt
61+
wasbs:///example/data/data.txt
6362

6463
or
6564

66-
wasb[s]://<ContainerName>@<StorageAccountName>.blob.core.windows.net/example/data/davinci.txt
65+
wasbs://<ContainerName>@<StorageAccountName>.blob.core.windows.net/example/data/davinci.txt
6766

6867
For a list of other Hadoop commands that work with files, see [https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html](https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html)
6968

@@ -164,4 +163,4 @@ Now that you understand how to get data into HDInsight, read the following artic
164163
* [Get started with Azure HDInsight](hadoop/apache-hadoop-linux-tutorial-get-started.md)
165164
* [Submit Apache Hadoop jobs programmatically](hadoop/submit-apache-hadoop-jobs-programmatically.md)
166165
* [Use Apache Hive with HDInsight](hadoop/hdinsight-use-hive.md)
167-
* [Use Apache Pig with HDInsight](hadoop/hdinsight-use-pig.md)
166+
* [Use Apache Pig with HDInsight](hadoop/hdinsight-use-pig.md)

0 commit comments

Comments
 (0)