/332project

CSED332 project (distributed sorting)

Primary LanguageScala

Welcome to CSED-332 Project

We are working on designing and implementing distributed sorting algorithm with Scala.

You can check out the design docs and weekly progress logs.

How to Run

  1. First build the project. The command belows make worker.jar, master.jar.
  chmod +x ./*.sh
  ./build.sh
  1. Now run the scripts.
  • For master,
  ./master.sh (\# of slaves)
  • For slave,
  ./slave (master IP):(master port) -I (input directories) -O (output directory)