Skip to content

Commit

Permalink
README: add instructions for ./mvnw JAR generation
Browse files Browse the repository at this point in the history
  • Loading branch information
odeke-em committed Aug 3, 2023
1 parent ec6096c commit 02fc710
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
Please run the [Cloud Spanner Emulator](https://cloud.google.com/spanner/docs/emulator) locally.

Before running `mvn`, please set the variable `SPANNER_EMULATOR_HOST=localhost:9090`

## Compiling the JAR
To compile it against Spark 3.1, Please run
```shell
./mvnw install -P3.1
```

0 comments on commit 02fc710

Please sign in to comment.