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
Copy file name to clipboardExpand all lines: articles/hdinsight/interactive-query/hive-warehouse-connector-v2-apis.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ author: rishikeshmohanty
5
5
ms.author: mohantyr
6
6
ms.service: hdinsight
7
7
ms.topic: how-to
8
-
ms.date: 07/15/2022
8
+
ms.date: 12/09/2022
9
9
---
10
10
11
11
# Hive Warehouse Connector 2.0 APIs in Azure HDInsight
12
12
13
-
This article lists all the APIs supported by Hive warehouse connector 2.0. All the examples shown below are run using spark-shell and hive warehouse connector session.
13
+
This article lists all the APIs supported by Hive warehouse connector 2.0. All the examples shown are how to run using spark-shell and hive warehouse connector session.
14
14
15
15
How to create Hive warehouse connector session:
16
16
@@ -157,7 +157,7 @@ Complete the [Hive Warehouse Connector setup](./apache-hive-warehouse-connector.
157
157
158
158
-ExecuteHiveMerge query
159
159
160
-
ThisAPI creates a Hive merge query of below format
160
+
ThisAPI creates a Hive merge query in the format
161
161
162
162
```
163
163
MERGEINTO <current-db>.<target-table> AS <targetAlias> USING <source expression/table> AS <sourceAlias>
0 commit comments