This is an automated email from the ASF dual-hosted git repository.

stigahuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit b201b81598e1aa9abc866b61b7282b8375bbd543
Author: Zoltan Borok-Nagy <borokna...@cloudera.com>
AuthorDate: Thu Jul 3 16:26:21 2025 +0200

    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-jenk...@cloudera.com>
    Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
---
 testdata/bin/minicluster_trino/hive.properties         | 1 +
 testdata/bin/minicluster_trino/iceberg.properties      | 1 +
 testdata/bin/minicluster_trino/iceberg_rest.properties | 1 +
 3 files changed, 3 insertions(+)

diff --git a/testdata/bin/minicluster_trino/hive.properties 
b/testdata/bin/minicluster_trino/hive.properties
index 4a442f019..08dae959d 100644
--- a/testdata/bin/minicluster_trino/hive.properties
+++ b/testdata/bin/minicluster_trino/hive.properties
@@ -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
diff --git a/testdata/bin/minicluster_trino/iceberg.properties 
b/testdata/bin/minicluster_trino/iceberg.properties
index bab71238d..b891c24fb 100644
--- a/testdata/bin/minicluster_trino/iceberg.properties
+++ b/testdata/bin/minicluster_trino/iceberg.properties
@@ -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
diff --git a/testdata/bin/minicluster_trino/iceberg_rest.properties 
b/testdata/bin/minicluster_trino/iceberg_rest.properties
index 8a1f4803c..caf5e851b 100644
--- a/testdata/bin/minicluster_trino/iceberg_rest.properties
+++ b/testdata/bin/minicluster_trino/iceberg_rest.properties
@@ -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

Reply via email to