July 2018
Intermediate to advanced
334 pages
8h 20m
English
In the root folder of your SBT application, run:
sbt package
When SBT is done packaging, the Uber JAR can be deployed into our cluster, using spark-submit, but since we are in standalone deploy mode, it will be deployed into [local]:

The package command created a JAR file that is available under the target folder. In the next section, we will deploy the application into Spark.
Read now
Unlock full access