You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,12 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 27+.
68
68
-`./gradlew build` - To build and run tests. Make sure Docker is running, as the integration tests depend on it.
69
69
-`./gradlew assemble` - To skip tests.
70
70
-`./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`
78
77
-`./regtests/run_spark_sql.sh` - To connect from Spark SQL. Here are some example commands to run in the Spark SQL shell:
0 commit comments