Skip to content

Commit 841bcc4

Browse files
committed
update readme
1 parent 1fb7ccd commit 841bcc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/spark/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ A shadowJar task is added to build a jar for the Polaris Spark plugin, the jar i
3838

3939
The result jar is located at plugins/spark/v3.5/build/<scala_version>/libs after the build.
4040

41+
The shadowJar task is also executed automatically when you run the `gradlew assemble` or `gradlew build`.
42+
4143
# Start Spark with Local Polaris Service using built Jar
4244
Once the jar is built, we can manually test it with Spark and a local Polaris service.
4345

4446
The following command starts a Polaris server for local testing, it runs on localhost:8181 with default
45-
realm `POLARIS` and root credentials `root:secret`:./gr
47+
realm `POLARIS` and root credentials `root:secret`:
4648
```shell
4749
./gradlew run
4850
```

0 commit comments

Comments
 (0)