Skip to content

Commit 2ed278b

Browse files
authored
Merge pull request #88800 from dagiro/cats106
cats106
2 parents d6509f7 + c83aea9 commit 2ed278b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/hdinsight/hadoop/apache-hadoop-use-hive-ambari-view.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Learn how to run Hive queries by using Apache Ambari Hive View. The Hive View al
3030

3131
3. From the list of views, select __Hive View__.
3232

33-
![The Hive view selected](./media/apache-hadoop-use-hive-ambari-view/select-apache-hive-view.png)
33+
![Apache Ambari select Apache Hive view](./media/apache-hadoop-use-hive-ambari-view/select-apache-hive-view.png)
3434

3535
The Hive view page is similar to the following image:
3636

@@ -94,25 +94,25 @@ The **Visual Explain** view of the query can be helpful in understanding the flo
9494
To display the Tez UI for the query, select the **Tez UI** tab below the worksheet.
9595
9696
> [!IMPORTANT]
97-
> Tez is not used to resolve all queries. You can resolve many queries without using Tez.
97+
> Tez is not used to resolve all queries. You can resolve many queries without using Tez.
9898
9999
## View job history
100100
101101
The __Jobs__ tab displays a history of Hive queries.
102102
103-
![Image of the job history](./media/apache-hadoop-use-hive-ambari-view/apache-hive-job-history.png)
103+
![Apache Hive view jobs tab history](./media/apache-hadoop-use-hive-ambari-view/apache-hive-job-history.png)
104104
105105
## Database tables
106106
107107
You can use the __Tables__ tab to work with tables within a Hive database.
108108
109-
![Image of the tables tab](./media/apache-hadoop-use-hive-ambari-view/hdinsight-tables-tab.png)
109+
![Image of the Apache Hive tables tab](./media/apache-hadoop-use-hive-ambari-view/hdinsight-tables-tab.png)
110110
111111
## Saved queries
112112
113113
From the **Query** tab, you can optionally save queries. After you save a query, you can reuse it from the __Saved Queries__ tab.
114114
115-
![Image of saved queries tab](./media/apache-hadoop-use-hive-ambari-view/ambari-saved-queries.png)
115+
![Apache Hive view saved queries tab](./media/apache-hadoop-use-hive-ambari-view/ambari-saved-queries.png)
116116
117117
> [!TIP]
118118
> Saved queries are stored in the default cluster storage. You can find the saved queries under the path `/user/<username>/hive/scripts`. These are stored as plain-text `.hql` files.
@@ -125,7 +125,7 @@ You can extend Hive through user-defined functions (UDF). Use a UDF to implement
125125
126126
Declare and save a set of UDFs by using the **UDF** tab at the top of the Hive View. These UDFs can be used with the **Query Editor**.
127127
128-
![Image of UDF tab](./media/apache-hadoop-use-hive-ambari-view/user-defined-functions.png)
128+
![Apache Hive view UDFs tab display](./media/apache-hadoop-use-hive-ambari-view/user-defined-functions.png)
129129
130130
After you've added a UDF to the Hive View, an **Insert udfs** button appears at the bottom of the **Query Editor**. Selecting this entry displays a drop-down list of the UDFs defined in the Hive View. Selecting a UDF adds HiveQL statements to your query to enable the UDF.
131131

0 commit comments

Comments
 (0)