GabrielBBaldez commented on PR #3515:
URL: https://github.com/apache/fluss/pull/3515#issuecomment-4805194931

   Ran it end-to-end locally on Docker — Fluss + the Flink tiering job against 
Polaris (REST) backed by an S3-compatible store (RustFS), with vended 
credentials. A `table.datalake.enabled` table tiered cleanly: Polaris committed 
the Iceberg snapshot, the Parquet data + manifests landed in the bucket, and a 
union read returned the rows.
   
   One fix the run surfaced: the Fluss servers need `datalake.iceberg.io-impl: 
org.apache.iceberg.aws.s3.S3FileIO` set explicitly — otherwise the default 
`ResolvingFileIO` pulls in `org.apache.hadoop.conf.Configurable` and the REST 
catalog fails to load server-side. Pushed it to both the cluster config and the 
tiering command (the JDBC-catalog quickstart sets the same property).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to