Skip to content

Commit 454fa1f

Browse files
authored
fix indentation to correct list numbering
1 parent 96dc5c6 commit 454fa1f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/hdinsight/hadoop/apache-hadoop-use-sqoop-dotnet-sdk.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ From SQL Server to Azure Storage. This example is dependent on the above export
114114
115115
1. Replace the code above in the `//sqoop start //sqoop end` block with the following code:
116116
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+
```
126126
127127
1. To run the program, select the **F5** key.
128128
@@ -139,4 +139,4 @@ Linux-based HDInsight presents the following limitations:
139139
Now you've learned how to use Sqoop. To learn more, see:
140140
141141
* [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.

0 commit comments

Comments
 (0)