Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

executable file
·
11 lines (8 loc) · 429 Bytes

ScalaAkkaMapReduce

Steps involved in running this example,

  • Download and install SBT on your machine
  • set the SBT/bin directory in the windows path
  • run "sbt eclipse" in the root folder of the codebase
  • import the "Existing project into workspace"
  • run "sbt test" to run ScalaTest

Refer to this blog for more details.