Skip to content

Commit c34396a

Browse files
committed
Improve Hive info
1 parent 24960f6 commit c34396a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

_data/tools.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,25 @@
201201
description: |
202202
Apache Hive is a distributed, fault-tolerant data warehouse system that
203203
enables analytics at a massive scale and facilitates reading, writing, and
204-
managing petabytes of data residing in distributed storage using SQL.
204+
managing petabytes of data residing in distributed storage using SQL. It is
205+
part of the larger Apache Hadoop project.
205206
206207
Use an Apache Hive data warehouse as a data source in Trino by configuring a
207-
catalog with the Hive connector.
208+
catalog with the Hive connector. Use the Hive metastore service as a
209+
metastore with the Delta Lake, Hive, Hudi, and Iceberg connectors. Use the
210+
Hadoop Distributed File System (HDFS) file system support as file system
211+
with the Delta Lake, Hive, Hudi, and Iceberg connectors.
208212
links:
209213
- urltext: Apache Hive
210214
url: https://hive.apache.org/
215+
- urltext: Apache Hadoop
216+
url: https://hadoop.apache.org/
211217
- urltext: Hive connector documentation
212218
url: /docs/current/connector/hive.html
219+
- urltext: Hive Thrift metastore documentation
220+
url: /docs/current/object-storage/metastores.html
221+
- urltext: HDFS file system support
222+
url: /docs/current/object-storage/file-system-hdfs.html
213223
- urltext: What is Trino and the Hive connector from Trino Community
214224
Broadcast 29
215225
url: /episodes/29.html

0 commit comments

Comments
 (0)