Skip to content

Commit 3e78174

Browse files
authored
Update interactive-query-tutorial-analyze-flight-data.md
1 parent 1db2be4 commit 3e78174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/interactive-query/interactive-query-tutorial-analyze-flight-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This tutorial covers the following tasks:
4747

4848
There are many ways to upload data to the storage associated with an HDInsight cluster. In this section, you use `scp` to upload data. To learn about other ways to upload data, see [Upload data to HDInsight](../hdinsight-upload-data.md).
4949

50-
1. Upload the .zip file to the HDInsight cluster head node. Edit the command below by replacing `FILENAME` with the name of the .zip file, and `CLUSTERNAME` with the name of the HDInsight cluster. Then open a command prompt, set your working directory to the file location, and then enter the command.
50+
1. Upload the .zip file to the HDInsight cluster head node. Edit the command below by replacing `FILENAME` with the name of the .zip file, and `CLUSTERNAME` with the name of the HDInsight cluster. Then open a command prompt, set your working directory to the file location, and then enter the command:
5151

5252
```cmd
5353
scp FILENAME.zip [email protected]:FILENAME.zip
@@ -199,7 +199,7 @@ There are many ways to connect to SQL Database and create a table. The following
199199
sudo apt-get --assume-yes install freetds-dev freetds-bin
200200
```
201201
202-
2. After the installation finishes, use the following command to connect to SQL Database.
202+
2. After the installation finishes, use the following command to connect to SQL Database:
203203
204204
```bash
205205
TDSVER=8.0 tsql -H $SQLSERVERNAME.database.windows.net -U $SQLUSER -p 1433 -D $DATABASE -P $SQLPASWORD

0 commit comments

Comments
 (0)