File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments