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
#Customer intent: As a data analyst, I need to create a Hadoop cluster in Azure HDInsight using Azure portal and run a Hive job
10
10
---
11
11
@@ -66,13 +66,13 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
66
66
67
67
1. From the **Review + create** tab, verify the values you selected in the earlier steps.
68
68
69
-
:::image type="content" source="./media/apache-hadoop-linux-create-cluster-get-started-portal/azure-portal-cluster-review-create-hadoop.png" alt-text="HDInsight Linux get started cluster summary" border="true":::
69
+
:::image type="content" source="./media/apache-hadoop-linux-create-cluster-get-started-portal/azure-portal-cluster-review-create-hadoop.png" alt-text="Screenshot showing HDInsight Linux get started cluster summary." border="true":::
70
70
71
71
1. Select **Create**. It takes about 20 minutes to create a cluster.
72
72
73
73
Once the cluster is created, you see the cluster overview page in the Azure portal.
74
74
75
-
:::image type="content" source="./media/apache-hadoop-linux-create-cluster-get-started-portal/cluster-settings-overview.png" alt-text="HDInsight Linux get started cluster settings" border="true":::
75
+
:::image type="content" source="./media/apache-hadoop-linux-create-cluster-get-started-portal/cluster-settings-overview.png" alt-text="Screenshot showing HDInsight Linux get started cluster settings" border="true.":::
76
76
77
77
## Run Apache Hive queries
78
78
@@ -83,7 +83,7 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
83
83
84
84
1. To open Ambari, from the previous screenshot, select **Cluster Dashboard**. You can also browse to `https://ClusterName.azurehdinsight.net` where `ClusterName` is the cluster you created in the previous section.
85
85
86
-
:::image type="content" source="./media/apache-hadoop-linux-create-cluster-get-started-portal/hdinsight-linux-get-started-open-cluster-dashboard.png" alt-text="HDInsight Linux get started cluster dashboard" border="true":::
86
+
:::image type="content" source="./media/apache-hadoop-linux-create-cluster-get-started-portal/hdinsight-linux-get-started-open-cluster-dashboard.png" alt-text="Screenshot showing HDInsight Linux get started cluster dashboard." border="true":::
87
87
88
88
2. Enter the Hadoop username and password that you specified while creating the cluster. The default username is **admin**.
0 commit comments