Skip to content

Commit

Permalink
Merge branch 'master' into spark-3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
badrinathpatchikolla authored Sep 21, 2023
2 parents 2a35b77 + 412ea4e commit 8d1fd57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ To add JDBC connector dependency to your sbt build:

```
libraryDependencies += "com.github.music-of-the-ainur" %% "jdbc-almaren" % "0.0.6-3.4"
```
To run in spark-shell:

Expand All @@ -18,6 +19,7 @@ spark-shell --master "local[*]" --packages "com.github.music-of-the-ainur:almare
For scala-version(2.13):
```
spark-shell --master "local[*]" --packages "com.github.music-of-the-ainur:almaren-framework_2.13:0.9.10-3.4,com.github.music-of-the-ainur:jdbc-almaren_2.13:0.0.6-3.4"
```

### Connector Usage
Expand Down

0 comments on commit 8d1fd57

Please sign in to comment.