Skip to content

Commit

Permalink
Setting version in README.md to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin committed May 10, 2023
1 parent b4f0c3a commit 561dac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ You can download the latest JAR from [GitHub releases here](https://github.com/w
### Building the JAR yourself
To use in your own Spark job you will first need to build the fat jar of the package by running
`sbt assembly` which will create the artifact in
`./target/scala-2.12/spark-connector-assembly-1.2.4.jar
`./target/scala-2.12/spark-connector-assembly-1.2.5.jar

### Using the JAR in Spark
You can configure spark-shell or tools like spark-submit to use the JAR like this:
```shell
spark-shell --jars spark-connector-assembly-1.2.4.jar
spark-shell --jars spark-connector-assembly-1.2.5.jar
```

### Using the JAR in Databricks
Expand Down

0 comments on commit 561dac1

Please sign in to comment.