You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/interactive-query/interactive-query-tutorial-analyze-flight-data.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
title: 'Tutorial: ETL operations with Interactive Query - Azure HDInsight'
3
-
description: Tutorial - Learn how to extract data from a raw CSV dataset, transform it using Interactive Query on HDInsight, and then load the transformed data into Azure SQL database by using Apache Sqoop.
3
+
description: Tutorial - Learn how to extract data from a raw CSV dataset. Transform it using Interactive Query on HDInsight. Then load the transformed data into Azure SQL database by using Apache Sqoop.
4
4
author: hrasheed-msft
5
+
ms.author: hrasheed
5
6
ms.reviewer: jasonh
6
7
ms.service: hdinsight
7
8
ms.topic: tutorial
8
-
ms.date: 07/02/2019
9
-
ms.author: hrasheed
10
9
ms.custom: hdinsightactive,mvc
10
+
ms.date: 07/02/2019
11
11
#Customer intent: As a data analyst, I need to load some data using Interactive Query, transform, and then export it to an Azure SQL database
12
12
---
13
13
14
14
# Tutorial: Extract, transform, and load data using Interactive Query in Azure HDInsight
15
15
16
-
In this tutorial, you take a raw CSV data file of publicly available flight data, import it into HDInsight cluster storage, and then transform the data using Interactive Query in Azure HDInsight. Once the data is transformed, you load that data into an Azure SQL database using [Apache Sqoop](https://sqoop.apache.org/).
16
+
In this tutorial, you download a raw CSV data file of publicly available flight data. Import it into HDInsight cluster storage, and then transform the data using Interactive Query in Azure HDInsight. Once the data is transformed, you load that data into an Azure SQL database using [Apache Sqoop](https://sqoop.apache.org/).
17
17
18
18
This tutorial covers the following tasks:
19
19
@@ -42,7 +42,7 @@ This tutorial covers the following tasks:
If you are asked to enter yes or no to proceed, type yes at the command prompt and press enter. The text is not visible in the window as you type.
59
+
Enter yes or no to continue if prompted. The text isn't visible in the window as you type.
60
60
61
61
2. After the upload has finished, connect to the cluster by using SSH. Edit the command below by replacing `CLUSTERNAME` with the name of the HDInsight cluster. Then enter the following command:
62
62
@@ -280,13 +280,13 @@ In the previous sections, you copied the transformed data at `/tutorials/flightd
280
280
GO
281
281
```
282
282
283
-
You should see a listing of data in the table. The table includes the city name and the average flight delay time for that city.
283
+
You should see a listing of data in the table. The table includes the city name and the average flight delay time for that city.
284
284
285
285
Type `exit` to exit the tsql utility.
286
286
287
287
## Clean up resources
288
288
289
-
After you complete the tutorial, you may want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it is not in use. You are also charged for an HDInsight cluster, even when it is not in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they are not in use.
289
+
After you complete the tutorial, you may want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it isn't in use. You're also charged for an HDInsight cluster, even when it isn't in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they aren't in use.
290
290
291
291
To delete a cluster, see [Delete an HDInsight cluster using your browser, PowerShell, or the Azure CLI](../hdinsight-delete-cluster.md).
292
292
@@ -295,4 +295,4 @@ To delete a cluster, see [Delete an HDInsight cluster using your browser, PowerS
295
295
In this tutorial, you took a raw CSV data file, imported it into an HDInsight cluster storage, and then transformed the data using Interactive Query in Azure HDInsight. Advance to the next tutorial to learn about the Apache Hive Warehouse Connector.
296
296
297
297
> [!div class="nextstepaction"]
298
-
>[Integrate Apache Spark and Apache Hive with the Hive Warehouse Connector](./apache-hive-warehouse-connector.md)
298
+
>[Integrate Apache Spark and Apache Hive with the Hive Warehouse Connector](./apache-hive-warehouse-connector.md)
0 commit comments