|
1 | 1 | ---
|
2 | 2 | title: Upload data for Apache Hadoop jobs in HDInsight
|
3 | 3 | 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 |
5 | 4 | author: hrasheed-msft
|
6 |
| -ms.reviewer: jasonh |
7 | 5 | ms.author: hrasheed
|
| 6 | +ms.reviewer: jasonh |
8 | 7 | ms.service: hdinsight
|
9 |
| -ms.custom: hdinsightactive,hdiseo17may2017 |
| 8 | +ms.custom:hdiseo17may2017 |
10 | 9 | ms.topic: conceptual
|
11 |
| -ms.date: 05/31/2019 |
| 10 | +ms.date: 06/03/2019 |
12 | 11 | ---
|
13 | 12 |
|
14 | 13 | # Upload data for Apache Hadoop jobs in HDInsight
|
@@ -59,11 +58,11 @@ For example, `hadoop fs -copyFromLocal data.txt /example/data/data.txt`
|
59 | 58 |
|
60 | 59 | 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:
|
61 | 60 |
|
62 |
| - wasb[s]:///example/data/data.txt |
| 61 | + wasbs:///example/data/data.txt |
63 | 62 |
|
64 | 63 | or
|
65 | 64 |
|
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 |
67 | 66 |
|
68 | 67 | 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)
|
69 | 68 |
|
@@ -164,4 +163,4 @@ Now that you understand how to get data into HDInsight, read the following artic
|
164 | 163 | * [Get started with Azure HDInsight](hadoop/apache-hadoop-linux-tutorial-get-started.md)
|
165 | 164 | * [Submit Apache Hadoop jobs programmatically](hadoop/submit-apache-hadoop-jobs-programmatically.md)
|
166 | 165 | * [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