Skip to content

Does iceberg.catalog.warehouse support HDSF NameNode HA #26730

@zhangrainpeng

Description

@zhangrainpeng

presto version is 0.291

[tmc@node4 catalog]$ cat iceberg_hadoop.properties

connector.name=iceberg

iceberg.catalog.type=hadoop

iceberg.catalog.warehouse=hdfs://datacluster/user/iceberg/warehouse

iceberg.hadoop.config.resources=/opt/soft/hadoop-3.4.0/etc/hadoop/core-site.xml,/opt/soft/hadoop-3.4.0/etc/hadoop/hdfs-site.xml

namenode is HA

fs.defaultFS

hdfs://datacluster

CREATE SCHEMA iceberg_hadoop.test_db

[2025-12-02 15:42:41] completed in 101 ms

CREATE TABLE iceberg_hadoop.test_db.players (

id int,

name varchar,

team varchar

)

[2025-12-02 15:43:49] completed in 354 ms

error:

INSERT INTO iceberg_hadoop.test_db.players VALUES(1, 'zrp', 'cmdi')

[2025-12-02 15:44:47] java.net.UnknownHostException: datacluster

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    🆕 Unprioritized

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions