Skip to content

Commit

Permalink
Fix README "Run a Spark job" command (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Valerii Mironchenko <[email protected]>
  • Loading branch information
ValeriyWorld and Valerii Mironchenko authored Apr 3, 2024
1 parent a5ee8a8 commit 2144878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docker-compose -f docker/jdbc-databases.yaml up -d
9. Run a Spark job
```bash
docker exec -it spark /usr/local/spark-3.3.1-bin-hadoop3/bin/spark-submit \
--jars /odd-jar/odd-spark-adapter-local.jar
--jars /odd-jar/odd-spark-adapter-local.jar \
--conf "spark.odd.host.url=http://odd-platform:8080" \
--conf "spark.odd.oddrn.key=local" \
--packages org.postgresql:postgresql:42.2.22,mysql:mysql-connector-java:8.0.26 \
Expand Down

0 comments on commit 2144878

Please sign in to comment.