Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 394 Bytes

File metadata and controls

19 lines (12 loc) · 394 Bytes

Requirements

  • sbt
  • spark 2.3
  • java 6+

Run locally with IDE (checked on intellij idea)

  • checkout git branch ide-run
  • just run AppLauncher class

Run locally with spark

  • sbt assembly
  • spark-submit --master "local[*]" target/scala-2.11/spark-windows.jar

Remarks

  • Change configuration application.conf in order to run against some other dataset with same scheme