mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
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:
committed by
Impala Public Jenkins
parent
5d3de2fc6f
commit
b201b81598
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user