Skip to content

Commit ea7e88d

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into vnetregionmove
2 parents 4a93abd + c541807 commit ea7e88d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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

articles/logic-apps/logic-apps-gateway-install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ ms.date: 09/01/2019
1313

1414
# Install on-premises data gateway for Azure Logic Apps
1515

16-
Before you can [connect to on-premises data sources from Azure Logic Apps](../logic-apps/logic-apps-gateway-connection.md), download and install the on-premises data gateway on a local computer. The gateway works as a bridge that provides quick data transfer and encryption between data sources on premises and your logic apps. You can use the same gateway installation with other cloud services, such as Power BI, Microsoft Flow, PowerApps, and Azure Analysis Services. For information about how to use the gateway with these services, see these articles:
16+
Before you can [connect to on-premises data sources from Azure Logic Apps](../logic-apps/logic-apps-gateway-connection.md), download and install the [on-premises data gateway](https://aka.ms/on-premises-data-gateway-installer) on a local computer. The gateway works as a bridge that provides quick data transfer and encryption between data sources on premises and your logic apps. You can use the same gateway installation with other cloud services, such as Power BI, Microsoft Flow, PowerApps, and Azure Analysis Services. For information about how to use the gateway with these services, see these articles:
1717

1818
* [Microsoft Power BI on-premises data gateway](https://powerbi.microsoft.com/documentation/powerbi-gateway-onprem/)
1919
* [Microsoft PowerApps on-premises data gateway](https://powerapps.microsoft.com/tutorials/gateway-management/)
2020
* [Microsoft Flow on-premises data gateway](https://flow.microsoft.com/documentation/gateway-manage/)
2121
* [Azure Analysis Services on-premises data gateway](../analysis-services/analysis-services-gateway.md)
2222

23-
This article shows how to download, install, and set up your on-premises data gateway so that you can access on-premises data sources from Azure Logic Apps. You can also learn more about [how the data gateway works](#gateway-cloud-service) later in this topic.
23+
This article shows how to download, install, and set up your on-premises data gateway so that you can access on-premises data sources from Azure Logic Apps. You can also learn more about [how the data gateway works](#gateway-cloud-service) later in this topic. For more information about the gateway, see [What is an on-premises gateway](https://docs.microsoft.com/data-integration/gateway/service-gateway-onprem)?
2424

2525
<a name="requirements"></a>
2626

@@ -270,8 +270,8 @@ Here are ways that you can match your on-premises Active Directory accounts with
270270

271271
For more information, see these topics:
272272

273-
* [On-premises data gateway FAQ](https://docs.microsoft.com/data-integration/service-gateway-onprem-faq)
274-
* [Troubleshoot the on-premises data gateway](https://docs.microsoft.com/data-integration/gateway-service-gateway-tshoot)
273+
* [On-premises data gateway FAQ](https://docs.microsoft.com/data-integration/gateway/service-gateway-onprem-faq)
274+
* [Troubleshoot the on-premises data gateway](https://docs.microsoft.com/data-integration/gateway/gateway-service-gateway-tshoot)
275275
* [Monitor and optimize gateway performance](https://docs.microsoft.com/data-integration/gateway/service-gateway-performance)
276276

277277
## Next steps

0 commit comments

Comments
 (0)