Skip to content

Commit 01686fc

Browse files
authored
Improved Acrolinx Score
Improved Acrolinx Score
1 parent 46ddc2f commit 01686fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/interactive-query/hive-warehouse-connector-v2-apis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ author: rishikeshmohanty
55
ms.author: mohantyr
66
ms.service: hdinsight
77
ms.topic: how-to
8-
ms.date: 07/15/2022
8+
ms.date: 12/09/2022
99
---
1010

1111
# Hive Warehouse Connector 2.0 APIs in Azure HDInsight
1212

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.
1414

1515
How to create Hive warehouse connector session:
1616

@@ -157,7 +157,7 @@ Complete the [Hive Warehouse Connector setup](./apache-hive-warehouse-connector.
157157

158158
- Execute Hive Merge query
159159

160-
This API creates a Hive merge query of below format
160+
This API creates a Hive merge query in the format
161161

162162
```
163163
MERGE INTO <current-db>.<target-table> AS <targetAlias> USING <source expression/table> AS <sourceAlias>

0 commit comments

Comments
 (0)