Skip to content

Commit

Permalink
Merge pull request #22 from rohithvangapalli/spark-3.2
Browse files Browse the repository at this point in the history
Modified ReadMe.md file
  • Loading branch information
badrinathpatchikolla authored Oct 27, 2022
2 parents 138d517 + a0a3e9d commit 1dcf1ae
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@ To run in spark-shell:
spark-shell --master "local[*]" --packages "com.github.music-of-the-ainur:almaren-framework_2.12:0.9.8-3.2,com.github.music-of-the-ainur:bigquery-almaren_2.12:0.0.7-3.2"
```

### Connector Usage
BigQuery Connector is available in [Maven Central](https://mvnrepository.com/artifact/com.github.music-of-the-ainur)
repository.

#### Maven / Ivy Package Usage
The connector is also available from the
[Maven Central](https://mvnrepository.com/artifact/com.github.music-of-the-ainur)
repository. It can be used using the `--packages` option or the
`spark.jars.packages` configuration property. Use the following value

| version | Connector Artifact |
| versions | Connector Artifact |
|----------------------------|-----------------------------------------------------------------|
| Spark 3.3.x and scala 2.13 | `com.github.music-of-the-ainur:bigquery-almaren_2.13:0.0.7-3.3` |
| Spark 3.3.x and scala 2.12 | `com.github.music-of-the-ainur:bigquery-almaren_2.12:0.0.7-3.3` |
Expand Down

0 comments on commit 1dcf1ae

Please sign in to comment.