Skip to content

Latest commit

 

History

182 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages