The GitHub Actions job "Sync docs to website" on texera.git/main has failed.
Run started by GitHub user github-merge-queue[bot] (triggered by 
github-merge-queue[bot]).

Head commit for run:
1073b22f8f69d0e44b643047b856efc5f758d665 / Meng Wang <[email protected]>
chore: remove obsolete bin/bootstrap-lakekeeper.sh (#6033)

### What changes were proposed in this PR?

`bin/bootstrap-lakekeeper.sh` ran Lakekeeper natively on the host, a
workaround from when Docker Lakekeeper wasn't reachable from host-native
Texera (the warehouse's S3 endpoint was registered as a Docker-internal
hostname the host couldn't resolve, and switching it to `localhost`
broke the Lakekeeper-container → MinIO link).

`bin/local-dev.sh` (#5961, merged) now runs Lakekeeper in Docker with
the S3 endpoint set to the host's LAN IP — reachable from both the
host-native Texera and the Lakekeeper container — so the
native-bootstrap path is redundant.

This PR removes:
- `bin/bootstrap-lakekeeper.sh` (the script)
- `docs/tutorials/guide-to-launch-lakekeeper.md` (its tutorial — every
step documented the now-removed native flow; nothing in it survives)
- the `bootstrap-lakekeeper.sh` row in `bin/README.md`

Documenting the `local-dev.sh` Lakekeeper flow, if wanted, is a separate
follow-up.

### Any related issues, documentation, discussions?

Closes #6032. Follows up #5961.

### How was this PR tested?

No code change — this removes a host-only bootstrap script and its
documentation, neither of which is invoked by CI, the build, containers,
or any other script (CI provisions Lakekeeper independently via `docker
run` / a native binary in `build.yml`). `grep -rn bootstrap-lakekeeper`
over the repo confirms no remaining references after the removal.

### Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Code (claude-opus-4-7)

Report URL: https://github.com/apache/texera/actions/runs/28467626580

With regards,
GitHub Actions via GitBox

Reply via email to