Skip to content

Commit 7daf1d4

Browse files
authored
Improved Acrolinx Score
Improved Acrolinx Score
1 parent f9e7e42 commit 7daf1d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/hdinsight/hadoop/hdinsight-use-hive.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Apache Hive is a data warehouse system for Apache Hadoop. You can q
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive,hdiseo17may2017
7-
ms.date: 03/31/2022
7+
ms.date: 12/09/2022
88
---
99

1010
# What is Apache Hive and HiveQL on Azure HDInsight?
@@ -28,11 +28,11 @@ Use the following table to discover the different ways to use Hive with HDInsigh
2828

2929
| **Use this method** if you want... | ...**interactive** queries | ...**batch** processing | ...from this **client operating system** |
3030
|:--- |:---:|:---:|:--- |:--- |
31-
| [HDInsight tools for Visual Studio Code](../hdinsight-for-vscode.md) ||| Linux, Unix, Mac OS X, or Windows |
31+
| [HDInsight tools for Visual Studio Code](../hdinsight-for-vscode.md) ||| Linux, Unix, MacOS X, or Windows |
3232
| [HDInsight tools for Visual Studio](../hadoop/apache-hadoop-use-hive-visual-studio.md) |||Windows |
3333
| [Hive View](../hadoop/apache-hadoop-use-hive-ambari-view.md) |||Any (browser based) |
34-
| [Beeline client](../hadoop/apache-hadoop-use-hive-beeline.md) |||Linux, Unix, Mac OS X, or Windows |
35-
| [REST API](../hadoop/apache-hadoop-use-hive-curl.md) |  ||Linux, Unix, Mac OS X, or Windows |
34+
| [Beeline client](../hadoop/apache-hadoop-use-hive-beeline.md) |||Linux, Unix, MacOS X, or Windows |
35+
| [REST API](../hadoop/apache-hadoop-use-hive-curl.md) |  ||Linux, Unix, MacOS X, or Windows |
3636
| [Windows PowerShell](../hadoop/apache-hadoop-use-hive-powershell.md) |  ||Windows |
3737

3838
## HiveQL language reference
@@ -66,7 +66,7 @@ There are two types of tables that you can create with Hive:
6666

6767
* __Internal__: Data is stored in the Hive data warehouse. The data warehouse is located at `/hive/warehouse/` on the default storage for the cluster.
6868

69-
Use internal tables when one of the following conditions apply:
69+
Use internal tables when one of the following conditions applies:
7070

7171
* Data is temporary.
7272
* You want Hive to manage the lifecycle of the table and data.

0 commit comments

Comments
 (0)