GabrielBBaldez opened a new pull request, #3515: URL: https://github.com/apache/fluss/pull/3515
### Purpose Linked issue: close #3513 Adds a quick-start guide for Apache Polaris as an Iceberg REST catalog for Fluss lakehouse tiering. ### Brief change log New page `catalogs/polaris.md`: - Polaris as an Iceberg REST catalog — intro and how tiering commits through it - Prerequisites: running Polaris, creating a catalog + a principal (OAuth2 client credentials) - Fluss `server.yaml` config (`datalake.iceberg.type: rest`, `uri`, `warehouse`, `credential`, `scope`, vended-credentials header) and the tiering-service parameters - Hadoop dependency note + usage example (datalake-enabled table + union read) ### Tests Documentation-only. Built the Docusaurus site locally (`build_versioned_docs.sh` + `npm run build`) — no broken links. Also validated the OAuth2 + Iceberg REST flow described in the guide (token, `/v1/config`, namespace create/list) against a Polaris instance started from the official quickstart. ### Generative AI disclosure - [x] Yes Generated-by: Claude Code (Opus 4.8) following the guidelines -- 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]
