Skip to content

Commit

Permalink
Update Pramen version in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Dec 19, 2023
1 parent c284cd7 commit 8024a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ sbt -DSPARK_VERSION="3.4.1" -Dassembly.features="includeDelta" ++2.13.12 assembl

Then, run `spark-shell` or `spark-submit` adding the fat jar as the option.
```sh
$ spark-shell --jars pramen-runner_2.12-1.7.1-SNAPSHOT.jar
$ spark-shell --jars pramen-runner_2.12-1.7.4-SNAPSHOT.jar
```

# Creating a data pipeline
Expand Down

0 comments on commit 8024a1e

Please sign in to comment.