[
https://issues.apache.org/jira/browse/IMPALA-12750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ZhuMinghui updated IMPALA-12750:
--------------------------------
Issue Type: Bug (was: New Feature)
> Support multiple file system for Iceberg Table
> ----------------------------------------------
>
> Key: IMPALA-12750
> URL: https://issues.apache.org/jira/browse/IMPALA-12750
> Project: IMPALA
> Issue Type: Bug
> Reporter: ZhuMinghui
> Assignee: ZhuMinghui
> Priority: Major
> Attachments: image-2024-02-28-17-29-45-867.png
>
>
> When I create a table with the following sql:
> {code:java}
> CREATE EXTERNAL TABLE tbl (a INT NULL,b STRING NULL) PARTITIONED BY SPEC (a)
> STORED AS ICEBERG LOCATION 'hdfs://localhost:20500/testdata/tbl'
> TBLPROPERTIES ('OBJCAPABILITIES'='EXTREAD,EXTWRITE',
> 'engine.hive.enabled'='true', 'iceberg.catalog'='hadoop.tables',
> 'write.data.path'='file:///opt/impala/testdata/tbl',
> 'write.format.default'='parquet'); {code}
> The manifest path list has two file systems, which are hdfs and local file.
> Then I saw exception in catalogd log when queries the table:
> !image-2024-02-28-17-29-45-867.png!
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]