|
201 | 201 | description: |
|
202 | 202 | Apache Hive is a distributed, fault-tolerant data warehouse system that
|
203 | 203 | 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. |
205 | 206 |
|
206 | 207 | 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. |
208 | 212 | links:
|
209 | 213 | - urltext: Apache Hive
|
210 | 214 | url: https://hive.apache.org/
|
| 215 | + - urltext: Apache Hadoop |
| 216 | + url: https://hadoop.apache.org/ |
211 | 217 | - urltext: Hive connector documentation
|
212 | 218 | 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 |
213 | 223 | - urltext: What is Trino and the Hive connector from Trino Community
|
214 | 224 | Broadcast 29
|
215 | 225 | url: /episodes/29.html
|
|
0 commit comments