Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 266 Bytes

build.md

File metadata and controls

27 lines (17 loc) · 266 Bytes

Readme

Requirements

Building Tool: SBT

Coding Style Check

sbt scalastyle

build and package

Build thin jar

# cd to project root dir

sbt package

Build fat jar(with all dependencies) for Spark Application

sbt clean assembly