Skip to content

Commit e681e16

Browse files
authored
Merge pull request #88794 from dagiro/cats105
cats105
2 parents ff7b0c4 + a84ce56 commit e681e16

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/hdinsight/hadoop/apache-hadoop-linux-create-cluster-get-started-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
3131

3232
1. From the Azure portal, go to **Create a resource** > **Analytics** > **HDInsight**.
3333

34-
![Databricks on Azure portal](./media/apache-hadoop-linux-create-cluster-get-started-portal/create-hdinsight-cluster.png "Databricks on Azure portal")
34+
![Create a resource HDInsight cluster](./media/apache-hadoop-linux-create-cluster-get-started-portal/create-hdinsight-cluster.png "Create a resource HDInsight cluster")
3535

3636
1. Under **HDInsight** > **Quick create** > **Basics**, enter or select the following values:
3737

@@ -98,21 +98,21 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
9898

9999
3. Open **Hive View** as shown in the following screenshot:
100100

101-
![Selecting Ambari views](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdi-select-hive-view.png "HDInsight Hive Viewer menu")
101+
![Selecting Hive View from Ambari](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdi-select-hive-view.png "HDInsight Hive Viewer menu")
102102

103103
4. In the **QUERY** tab, paste the following HiveQL statements into the worksheet:
104104

105105
```sql
106106
SHOW TABLES;
107107
```
108108

109-
![HDInsight Hive views](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdi-apache-hive-view1.png "HDInsight Hive View Query Editor")
109+
![HDInsight Hive View Query Editor](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdi-apache-hive-view1.png "HDInsight Hive View Query Editor")
110110

111111
5. Select **Execute**. A **RESULTS** tab appears beneath the **QUERY** tab and displays information about the job.
112112

113113
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.
114114

115-
![HDInsight Hive view results](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdinsight-hive-views.png "HDInsight Hive view results")
115+
![HDInsight Apache Hive view results](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdinsight-hive-views.png "HDInsight Apache Hive view results")
116116

117117
6. Repeat step 4 and step 5 to run the following query:
118118

@@ -122,7 +122,7 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
122122

123123
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.
124124

125-
![Save result of Hive query](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdinsight-linux-hive-view-save-results.png "Save result of Hive query")
125+
![Save result of Apache Hive query](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdinsight-linux-hive-view-save-results.png "Save result of Apache Hive query")
126126

127127
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).
128128

@@ -137,7 +137,7 @@ After you complete the quickstart, you may want to delete the cluster. With HDIn
137137

138138
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**.
139139

140-
![HDInsight delete cluster](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdinsight-delete-cluster.png "Delete HDInsight cluster")
140+
![Azure HDInsight delete cluster](./media/apache-hadoop-linux-create-cluster-get-started-portal/hdinsight-delete-cluster.png "Delete Azure HDInsight cluster")
141141

142142
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.
143143

articles/hdinsight/hadoop/apache-hadoop-linux-tutorial-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
2727

2828
1. Select the **Deploy to Azure** button below to sign in to Azure and open the Resource Manager template in the Azure portal.
2929

30-
<a href="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"><img src="./media/apache-hadoop-linux-tutorial-get-started/hdi-deploy-to-azure1.png" alt="Deploy to Azure"></a>
30+
<a href="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"><img src="./media/apache-hadoop-linux-tutorial-get-started/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
3131

3232
2. Enter or select the following values:
3333

@@ -66,7 +66,7 @@ After you complete the quickstart, you may want to delete the cluster. With HDIn
6666

6767
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**.
6868

69-
![HDInsight delete cluster](./media/apache-hadoop-linux-tutorial-get-started/hdinsight-delete-cluster.png "Delete HDInsight cluster")
69+
![HDInsight delete cluster from portal](./media/apache-hadoop-linux-tutorial-get-started/hdinsight-delete-cluster.png "HDInsight delete cluster from portal")
7070

7171
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.
7272

0 commit comments

Comments
 (0)