Skip to content

[doc/build] Fix iceberg quickstart to build on flink standard image#2555

Merged
MehulBatra merged 4 commits into
apache:mainfrom
MehulBatra:quickstart-iceberg
Feb 5, 2026
Merged

[doc/build] Fix iceberg quickstart to build on flink standard image#2555
MehulBatra merged 4 commits into
apache:mainfrom
MehulBatra:quickstart-iceberg

Conversation

@MehulBatra

@MehulBatra MehulBatra commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

Purpose

Linked issue: close #2543

Brief change log

To build on flink standard image, while tiering
Mkdirs failed error is coming while writing iceberg data. The core issue is that the standard Flink image drops privileges, and user: "flink:root" doesn't prevent that.

Custom images with pre-modified entrypoints. For the
Standard Flink image to work, we need to replicate that, so we added a docker file to create an image.

Tests

API and Format

Documentation

@MehulBatra MehulBatra changed the title fix iceberg quickstart [doc/build] Fix iceberg quickstart to build on flink standard image Feb 2, 2026

@luoyuxia luoyuxia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MehulBatra Hi, thanks for your update. I left minor comments. PTAL

Comment thread website/docs/quickstart/lakehouse.md Outdated
Comment thread website/docs/quickstart/lakehouse.md Outdated
Comment thread website/docs/quickstart/lakehouse.md Outdated
@@ -199,9 +222,8 @@ services:
datalake.iceberg.warehouse: /tmp/iceberg
volumes:
- shared-tmpfs:/tmp/iceberg

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from flink 0.9, we will also need mount /tmp/fluss:

shared-tmpfs:/tmp/fluss

Comment thread website/docs/quickstart/lakehouse.md
Comment thread website/docs/quickstart/lakehouse.md Outdated
Comment thread website/docs/quickstart/lakehouse.md
Comment thread website/docs/quickstart/lakehouse.md
@MehulBatra

MehulBatra commented Feb 3, 2026

Copy link
Copy Markdown
Contributor Author

Also, @luoyuxia, the Iceberg version bump is working for me 1.10.1, and can you also have a quick test, then we can close this one too #2415, can you help me with this.

@luoyuxia luoyuxia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MehulBatra Thanks for the update. Left minor comments. Otherwise, LGTM!

Comment thread website/docs/quickstart/lakehouse.md Outdated
Comment thread website/docs/quickstart/lakehouse.md Outdated
Comment thread website/docs/quickstart/lakehouse.md
Comment thread website/docs/quickstart/lakehouse.md
@MehulBatra MehulBatra requested a review from luoyuxia February 4, 2026 14:11

@luoyuxia luoyuxia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MehulBatra Thanks for update. LGTM!

@MehulBatra

Copy link
Copy Markdown
Contributor Author

@MehulBatra Thanks for update. LGTM!

Thank you @luoyuxia, for the review!

@MehulBatra MehulBatra merged commit f92fa2c into apache:main Feb 5, 2026
15 of 17 checks passed
Ugbot pushed a commit to Ugbot/fluss that referenced this pull request Apr 26, 2026
…pache#2555)

* fix iceberg quickstart

* address yuxia comments


---------

Co-authored-by: Mehul Batra <mehulbatra@Mehuls-MacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Update quickstart/building a streaming lake house for iceberg

2 participants