Install spark from here
sbt is a build tool for Spark applications Install it from here
sbt package
Get the dataset from here Dataset name: ks-projects-201801.csv
spark-submit --class "KickStarter" <jar file> <input dataset> <prediction-output location> <metrics-output location>