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/hadoop/apache-hadoop-linux-create-cluster-get-started-portal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
31
31
32
32
1. From the Azure portal, go to **Create a resource** > **Analytics** > **HDInsight**.
33
33
34
-

34
+

35
35
36
36
1. Under **HDInsight** > **Quick create** > **Basics**, enter or select the following values:
37
37
@@ -98,21 +98,21 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
98
98
99
99
3. Open **Hive View** as shown in the following screenshot:
5. Select**Execute**. A **RESULTS** tab appears beneath the **QUERY** tab and displays information about the job.
112
112
113
113
Once the query has finished, the **QUERY** tab displays the results of the operation. You shall see one table called **hivesampletable**. This sample Hive table comes with all the HDInsight clusters.
6. Repeat step 4and step 5 to run the following query:
118
118
@@ -122,7 +122,7 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
122
122
123
123
7. You can also save the results of the query. Select the menu button on the right, and specify whether you want to download the results as a CSV file or store it to the storage account associated with the cluster.
124
124
125
-

125
+

126
126
127
127
After you have completed a Hive job, you can [export the results to Azure SQL database or SQL Server database](apache-hadoop-use-sqoop-mac-linux.md), you can also [visualize the results using Excel](apache-hadoop-connect-excel-power-query.md). For more information about using Hive in HDInsight, see [Use Apache Hive and HiveQL with Apache Hadoop in HDInsight to analyze a sample Apache log4j file](hdinsight-use-hive.md).
128
128
@@ -137,7 +137,7 @@ After you complete the quickstart, you may want to delete the cluster. With HDIn
137
137
138
138
1. Go back to the browser tab where you have the Azure portal. You shall be on the cluster overview page. If you only want to delete the cluster but retain the default storage account, select**Delete**.
2. If you want to delete the cluster as well as the default storage account, select the resource group name (highlighted in the previous screenshot) to open the resource group page.
Copy file name to clipboardExpand all lines: articles/hdinsight/hadoop/apache-hadoop-linux-tutorial-get-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
27
27
28
28
1. Select the **Deploy to Azure** button below to sign in to Azure and open the Resource Manager template in the Azure portal.
29
29
30
-
<ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-hdinsight-linux-ssh-password%2Fazuredeploy.json"target="_blank"><imgsrc="./media/apache-hadoop-linux-tutorial-get-started/hdi-deploy-to-azure1.png"alt="Deploy to Azure"></a>
30
+
<ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-hdinsight-linux-ssh-password%2Fazuredeploy.json"target="_blank"><imgsrc="./media/apache-hadoop-linux-tutorial-get-started/hdi-deploy-to-azure1.png"alt="Deploy to Azure button for new cluster"></a>
31
31
32
32
2. Enter or select the following values:
33
33
@@ -66,7 +66,7 @@ After you complete the quickstart, you may want to delete the cluster. With HDIn
66
66
67
67
1. Go back to the browser tab where you have the Azure portal. You shall be on the cluster overview page. If you only want to delete the cluster but retain the default storage account, select **Delete**.

70
70
71
71
2. If you want to delete the cluster as well as the default storage account, select the resource group name (highlighted in the previous screenshot) to open the resource group page.
0 commit comments