adnanhemani opened a new pull request, #4627:
URL: https://github.com/apache/polaris/pull/4627
## Summary
- **binary-distribution.md**: Add note about root credentials on first run
(`POLARIS_BOOTSTRAP_CREDENTIALS` env var) and CLI install section (`pip install
apache-polaris`)
- **using-polaris/_index.md**: Fix broken `#defining-a-catalog` anchor →
link to Creating a Catalog page
- **docker-compose.yml**: Rename Spark catalog from `polaris` to
`quickstart_catalog` so `USE quickstart_catalog;` matches the guide's sample
commands; add `extra_hosts: ["polaris:host-gateway"]` to spark-sql and trino
for binary distribution compatibility
- **setup-tools.md**: Add `--client-id ${CLIENT_ID} --client-secret
${CLIENT_SECRET}` to `polaris setup export` and `polaris setup apply` commands
- **cockroachdb/index.md, jdbc/index.md**: Update SQL commands to use
`quickstart_catalog` (matching renamed Spark catalog)
## Test plan
- [x] Docker quickstart: health, OAuth, CLI (principals/roles/privileges),
Spark SQL, Trino, PyIceberg, REST APIs
- [x] Binary distribution: pip install, CLI commands, Spark/Trino via Docker
with host-gateway
- [x] Setup tools: export, apply --dry-run, apply (actual)
- [x] All engines verified after setup apply (Spark, Trino, PyIceberg, REST)
- [x] Verified no regressions in other guides using this docker-compose
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
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]