Skip to content

Commit 8cb3580

Browse files
authored
Merge pull request #88279 from dagiro/cats70
cats70
2 parents 275d411 + e0876e3 commit 8cb3580

12 files changed

+11
-11
lines changed

articles/hdinsight/hdinsight-operationalize-data-pipeline.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The example pipeline waits until a new time period's flight data arrives, then s
2727

2828
The following diagram illustrates the example pipeline.
2929

30-
![Flight Data Pipeline](./media/hdinsight-operationalize-data-pipeline/pipeline-overview.png)
30+
![Flight Data Pipeline](./media/hdinsight-operationalize-data-pipeline/flight-pipeline-overview.png)
3131

3232
## Apache Oozie solution overview
3333

@@ -49,19 +49,19 @@ This pipeline requires an Azure SQL Database and an HDInsight Hadoop cluster in
4949
2. Within the `oozie` resource group, provision an Azure SQL Server and Database. You do not need a database larger than the S1 Standard pricing tier.
5050
3. Using the Azure portal, navigate to the pane for your newly deployed SQL Database, and select **Tools**.
5151

52-
![Tools button](./media/hdinsight-operationalize-data-pipeline/sql-db-tools.png)
52+
![Tools button](./media/hdinsight-operationalize-data-pipeline/hdi-sql-db-tools-button.png)
5353

5454
4. Select **Query Editor**.
5555

56-
![Query Editor button](./media/hdinsight-operationalize-data-pipeline/sql-db-query-editor.png)
56+
![Query Editor button](./media/hdinsight-operationalize-data-pipeline/sql-db-query-editor1.png)
5757

5858
5. In the **Query Editor** pane, select **Login**.
5959

60-
![Login button](./media/hdinsight-operationalize-data-pipeline/sql-db-login1.png)
60+
![Login button](./media/hdinsight-operationalize-data-pipeline/sql-db-login-window1.png)
6161

6262
6. Enter your SQL Database credentials and select **OK**.
6363

64-
![Login form](./media/hdinsight-operationalize-data-pipeline/sql-db-login2.png)
64+
![Login form](./media/hdinsight-operationalize-data-pipeline/sql-db-login-window2.png)
6565

6666
7. In the Query Editor text area, enter the following SQL statements to create the `dailyflights` table that will store the summarized data from each run of the pipeline.
6767

@@ -84,7 +84,7 @@ This pipeline requires an Azure SQL Database and an HDInsight Hadoop cluster in
8484
8585
8. Select **Run** to execute the SQL statements.
8686
87-
![Run button](./media/hdinsight-operationalize-data-pipeline/sql-db-run.png)
87+
![Run button](./media/hdinsight-operationalize-data-pipeline/hdi-sql-db-run-button.png)
8888
8989
Your Azure SQL Database is now ready.
9090
@@ -94,24 +94,24 @@ Your Azure SQL Database is now ready.
9494
2. Select **Create**.
9595
3. On the Basics pane, provide a unique name for your cluster and choose your Azure Subscription.
9696
97-
![HDInsight cluster name and subscription](./media/hdinsight-operationalize-data-pipeline/hdi-name-sub.png)
97+
![HDInsight cluster name and subscription](./media/hdinsight-operationalize-data-pipeline/cluster-name-subscription.png)
9898
9999
4. In the **Cluster type** pane, select the **Hadoop** cluster type, **Linux** operating system, and the latest version of the HDInsight cluster. Leave the **Cluster tier** at **Standard**.
100100
101-
![HDInsight cluster type](./media/hdinsight-operationalize-data-pipeline/hdi-cluster-type.png)
101+
![HDInsight cluster type](./media/hdinsight-operationalize-data-pipeline/hdinsight-cluster-type.png)
102102
103103
5. Choose **Select** to apply your cluster type selection.
104104
6. Complete the **Basics** pane by providing a login password and selecting your `oozie` resource group from the list, then select **Next**.
105105
106-
![HDInsight Basics pane](./media/hdinsight-operationalize-data-pipeline/hdi-basics.png)
106+
![HDInsight Basics pane](./media/hdinsight-operationalize-data-pipeline/hdinsight-basics-pane.png)
107107
108108
7. In the **Storage** pane, leave the primary storage type set to **Azure Storage**, select **Create new**, and provide a name for the new account.
109109
110-
![HDInsight Storage Account Settings](./media/hdinsight-operationalize-data-pipeline/hdi-storage.png)
110+
![HDInsight Storage Account Settings](./media/hdinsight-operationalize-data-pipeline/storage-account-settings.png)
111111
112112
8. For the **Metastore Settings**, under **Select a SQL database for Hive**, choose the database you previously created.
113113
114-
![HDInsight Hive Metastore Settings](./media/hdinsight-operationalize-data-pipeline/hdi-metastore-hive.png)
114+
![HDInsight Hive Metastore Settings](./media/hdinsight-operationalize-data-pipeline/hive-metastore-settings.png)
115115
116116
9. Select **Authenticate SQL Database**.
117117

0 commit comments

Comments
 (0)