Skip to content

Commit

Permalink
add assembly in sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
twoentartian authored Sep 12, 2024
1 parent 14c2b82 commit 41e63d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ object ExampleSpark {

We will not run this code, but submit it to a local Spark "cluster" (on your
machine). To do so, we require a JAR. You can build a JAR using the `package`
command in SBT. This JAR will be located in the
command (or `assembly` to include all dependencies) in SBT. This JAR will be located in the
`target/scala-version/project_name_version.jar`.

You can run the JAR via a `spark-submit` container (which will run on local
Expand Down

0 comments on commit 41e63d2

Please sign in to comment.