This is an automated email from the ASF dual-hosted git repository.

yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new b3366e5ac Minor fix for README.md (#2558)
b3366e5ac is described below

commit b3366e5acd7ce622969526ac6e9b233fa18a75b0
Author: Yong Zheng <[email protected]>
AuthorDate: Sat Sep 13 16:06:05 2025 -0500

    Minor fix for README.md (#2558)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fa44717ab..0abadaf25 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 
27+.
 - `./gradlew build` - To build and run tests. Make sure Docker is running, as 
the integration tests depend on it.
 - `./gradlew assemble` - To skip tests.
 - `./gradlew check` - To run all checks, including unit tests and integration 
tests.
-- `./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. Set your own credentials by specifying system property 
`./gradlew run -Dpolaris.bootstrap.credentials=POLARIS,root,s3cr3t` where:
+- `./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. Set your own credentials by specifying system property 
`./gradlew run -Dpolaris.bootstrap.credentials=POLARIS,root,secret` where:
   - `POLARIS` is the realm
   - `root` is the CLIENT_ID
   - `secret` is the CLIENT_SECRET

Reply via email to