July 2018
Intermediate to advanced
334 pages
8h 20m
English
In the root folder of your SBT application, we want to generate an Uber JAR. We will run the following command:
sbt package
This command generates an Uber JAR file, which can then be easily deployed into [local] in standalone deploy mode:

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