Skip to content

Commit 0f809f9

Browse files
committed
remove bullet level
Signed-off-by: owenowenisme <mses010108@gmail.com>
1 parent 8df00b1 commit 0f809f9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,12 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 27+.
6868
- `./gradlew build` - To build and run tests. Make sure Docker is running, as the integration tests depend on it.
6969
- `./gradlew assemble` - To skip tests.
7070
- `./gradlew test` - To run unit tests and integration tests.
71-
- `./gradlew run` - To run the Polaris server locally; the server is reachable at
72-
localhost:8181. This is also suitable for running regression tests, or for connecting with Spark.
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:
74-
- `POLARIS` is the realm
75-
- `root` is the CLIENT_ID
76-
- `secret` is the CLIENT_SECRET
77-
- If credentials are not set, it will use preset credentials `POLARIS,root,secret`
71+
- `./gradlew run` - To run the Polaris server locally; the server is reachable at
72+
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:
73+
- `POLARIS` is the realm
74+
- `root` is the CLIENT_ID
75+
- `secret` is the CLIENT_SECRET
76+
- If credentials are not set, it will use preset credentials `POLARIS,root,secret`
7877
- `./regtests/run_spark_sql.sh` - To connect from Spark SQL. Here are some example commands to run in the Spark SQL shell:
7978
```sql
8079
create database db1;

0 commit comments

Comments
 (0)