Skip to content

Commit 97b6ec4

Browse files
authored
Merge pull request #109481 from ethanknights/ethanknights-HDInsight-patch1
Update HDInsight_Interactive_Query.md
2 parents 7923bec + 3e78174 commit 97b6ec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ This tutorial covers the following tasks:
4141
| Filter Period |January |
4242
| Fields |`Year, FlightDate, Reporting_Airline, DOT_ID_Reporting_Airline, Flight_Number_Reporting_Airline, OriginAirportID, Origin, OriginCityName, OriginState, DestAirportID, Dest, DestCityName, DestState, DepDelayMinutes, ArrDelay, ArrDelayMinutes, CarrierDelay, WeatherDelay, NASDelay, SecurityDelay, LateAircraftDelay`. |
4343

44-
3. Select **Download**. You get a .zip file with the data fields you selected.
44+
3. Select **Download**. A .zip file is downloaded with the data fields that you selected.
4545

4646
## Upload data to an HDInsight cluster
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)