Skip to content

Commit b53b096

Browse files
committed
fix
Signed-off-by: owenowenisme <mses010108@gmail.com>
1 parent ed72596 commit b53b096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 27+.
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.
7373
- `./regtests/run_spark_sql.sh` - To connect from Spark SQL. Here are some example commands to run in the Spark SQL shell:
74-
- Set your own credentials using the environment variable `POLARIS_BOOTSTRAP_CREDENTIALS=POLARIS,root,s3cr3t` where:
74+
- Set your own credentials using the environment variable `export POLARIS_BOOTSTRAP_CREDENTIALS=POLARIS,root,s3cr3t` where:
7575
- `POLARIS` is the realm
7676
- `root` is the CLIENT_ID
7777
- `s3cr3t` is the CLIENT_SECRET

0 commit comments

Comments
 (0)