File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
articles/hdinsight/hadoop Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -114,15 +114,15 @@ From SQL Server to Azure Storage. This example is dependent on the above export
114
114
115
115
1. Replace the code above in the `//sqoop start //sqoop end` block with the following code:
116
116
117
- ```csharp
118
- var tableName = "mobiledata";
119
- var exportDir = "/tutorials/usesqoop/importeddata";
120
-
121
- var parameters = new SqoopJobSubmissionParameters
122
- {
123
- Command = "import --connect " + connectionString + " --table " + tableName + " --target-dir " + exportDir + " --fields-terminated-by \\t --lines-terminated-by \\n -m 1"
124
- };
125
- ```
117
+ ```csharp
118
+ var tableName = "mobiledata";
119
+ var exportDir = "/tutorials/usesqoop/importeddata";
120
+
121
+ var parameters = new SqoopJobSubmissionParameters
122
+ {
123
+ Command = "import --connect " + connectionString + " --table " + tableName + " --target-dir " + exportDir + " --fields-terminated-by \\t --lines-terminated-by \\n -m 1"
124
+ };
125
+ ```
126
126
127
127
1. To run the program, select the **F5** key.
128
128
@@ -139,4 +139,4 @@ Linux-based HDInsight presents the following limitations:
139
139
Now you've learned how to use Sqoop. To learn more, see:
140
140
141
141
* [Use Apache Oozie with HDInsight](../hdinsight-use-oozie-linux-mac.md): Use Sqoop action in an Oozie workflow.
142
- * [ Upload data to HDInsight] ( ../hdinsight-upload-data.md ) : Find other methods for uploading data to HDInsight or Azure Blob storage.
142
+ * [Upload data to HDInsight](../hdinsight-upload-data.md): Find other methods for uploading data to HDInsight or Azure Blob storage.
You can’t perform that action at this time.
0 commit comments