Skip to content

Commit 8df00b1

Browse files
committed
update readme
Signed-off-by: owenowenisme <mses010108@gmail.com>
1 parent 919e59e commit 8df00b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 27+.
7070
- `./gradlew test` - To run unit tests and integration tests.
7171
- `./gradlew run` - To run the Polaris server locally; the server is reachable at
7272
localhost:8181. This is also suitable for running regression tests, or for connecting with Spark.
73-
- If you start Polaris as a direct java process via `./gradlew run`, you can set your own credentials using the environment variable `export POLARIS_BOOTSTRAP_CREDENTIALS=POLARIS,root,secret` where:
73+
- If you start Polaris via `./gradlew run`, you can set your own credentials by specifying system property `./gradlew run -Dpolaris.bootstrap.credentials=POLARIS,root,secret` where:
7474
- `POLARIS` is the realm
7575
- `root` is the CLIENT_ID
7676
- `secret` is the CLIENT_SECRET
77-
- If credentials are not set, it will use preset credentials `POLARIS,root,secret`
77+
- If credentials are not set, it will use preset credentials `POLARIS,root,secret`
7878
- `./regtests/run_spark_sql.sh` - To connect from Spark SQL. Here are some example commands to run in the Spark SQL shell:
7979
```sql
8080
create database db1;

0 commit comments

Comments
 (0)