@@ -4,7 +4,7 @@ description: Apache Hive is a data warehouse system for Apache Hadoop. You can q
4
4
ms.service : hdinsight
5
5
ms.topic : how-to
6
6
ms.custom : hdinsightactive,hdiseo17may2017
7
- ms.date : 03/31 /2022
7
+ ms.date : 12/09 /2022
8
8
---
9
9
10
10
# 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
28
28
29
29
| ** Use this method** if you want... | ...** interactive** queries | ...** batch** processing | ...from this ** client operating system** |
30
30
| :--- | :---:| :---:| :--- | :--- |
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 |
32
32
| [ HDInsight tools for Visual Studio] ( ../hadoop/apache-hadoop-use-hive-visual-studio.md ) | ✔ | ✔ | Windows |
33
33
| [ 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 |
36
36
| [ Windows PowerShell] ( ../hadoop/apache-hadoop-use-hive-powershell.md ) |   ; | ✔ | Windows |
37
37
38
38
## HiveQL language reference
@@ -66,7 +66,7 @@ There are two types of tables that you can create with Hive:
66
66
67
67
* __ Internal__ : Data is stored in the Hive data warehouse. The data warehouse is located at ` /hive/warehouse/ ` on the default storage for the cluster.
68
68
69
- Use internal tables when one of the following conditions apply :
69
+ Use internal tables when one of the following conditions applies :
70
70
71
71
* Data is temporary.
72
72
* You want Hive to manage the lifecycle of the table and data.
0 commit comments