Skip to content

seonghyun26/332project

Repository files navigation

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 commands below create worker.jar and master.jar.
sbt "worker/assembly"
sbt "master/assembly"
  1. Now run the scripts.

For master,

./master.sh <# of slaves> [rpc port to bind to]

For slave,

./slave.sh <master IP address>:<master rpc port> -I <input directory> [input directory...] -O <output directory> [-P <inter-slave rpc port>]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •