-
Notifications
You must be signed in to change notification settings - Fork 348
Added set credentials env instruction in README #1461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,6 +71,10 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 27+. | |
| - `./gradlew run` - To run the Polaris server locally; the server is reachable at | ||
| localhost:8181. This is also suitable for running regression tests, or for connecting with Spark. | ||
| - `./regtests/run_spark_sql.sh` - To connect from Spark SQL. Here are some example commands to run in the Spark SQL shell: | ||
| - Set your own credentials using the environment variable `export POLARIS_BOOTSTRAP_CREDENTIALS=POLARIS,root,s3cr3t` where: | ||
|
||
| - `POLARIS` is the realm | ||
| - `root` is the CLIENT_ID | ||
| - `s3cr3t` is the CLIENT_SECRET | ||
| ```sql | ||
| create database db1; | ||
| show databases; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.