IMPALA-14196: Enable Hadoop for Trino in Impala minicluster environment

Trino started to deprecate Hadoop:
https://trino.io/blog/2025/02/10/old-file-system.html

Now we need to explicitly enable Hadoop support in the dev environment.

Change-Id: I2a7e99fa2f906cb64861c50e14ef335f133d83d4
Reviewed-on: http://gerrit.cloudera.org:8080/23119
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Zoltan Borok-Nagy
2025-07-03 16:26:21 +02:00
committed by Impala Public Jenkins
parent 5d3de2fc6f
commit b201b81598
3 changed files with 3 additions and 0 deletions

View File

@@ -17,4 +17,5 @@
connector.name=hive
hive.metastore.uri=thrift://localhost:9083
fs.hadoop.enabled=true
hive.config.resources=/etc/hive-site.xml,/etc/hdfs-site.xml,/etc/core-site.xml

View File

@@ -18,4 +18,5 @@
connector.name=iceberg
iceberg.catalog.type=hive_metastore
hive.metastore.uri=thrift://localhost:9083
fs.hadoop.enabled=true
hive.config.resources=/etc/hive-site.xml,/etc/hdfs-site.xml,/etc/core-site.xml

View File

@@ -19,4 +19,5 @@ connector.name=iceberg
iceberg.catalog.type=rest
iceberg.rest-catalog.uri=http://localhost:9084
iceberg.rest-catalog.warehouse=hdfs://localhost:20500/test-warehouse/iceberg_test/hadoop_catalog
fs.hadoop.enabled=true
hive.config.resources=/etc/hive-site.xml,/etc/hdfs-site.xml,/etc/core-site.xml