Git Product home page Git Product logo

332project's Introduction

332project - Red Team(jyhong1, daehuikim, JeongHunP)

How to test?

  1. git clone [our repo]
  2. Go to our repo's directory(332project)
  3. To run master, type-> sbt "run master {number of workers}"
  4. To run worker, type-> sbt "run worker { masterIp:masterPort(Port initialized to 50051) } -I {path of input data} -O {output directory}
  • Ex) If input directory exists in 332project/data1/input, {path of input data} will be /data1/input/ .
  • Ex) master: sbt "run master 4" worker: sbt "run worker -I /data/input1/ /data/input2/ -O /data/output" You can add various input files such as /data1/input/ /data2/input/ .
  1. Result is sorted in {output directory} including several files.

Test list

  1. Test environment : vm servers (eg. 2.2.2.101:50051)
  2. Test with 10 lines, 1MB, 32MB blocks. Total size of blocks will be increased while test.
  3. Give input of one dir, severl dirs, and repeated dirs.
  4. Verify with valsort.

Milestones (*These might be changed)


General setup
- Input data generation
- gRPC communication server,client setup
- Implement Master, Worker class

Implement communication phase
- Implement basic message system
- Implement server, client class

Implement Sampling phase (Master)
- Decide sample size
- Decide how to set key range

Implement Sorting phase (Worker) (Distributed/Parallel phase)
- Decide how to sort blocks
- Decide hot to prevent collapse (parallel programming)

Implement Partitioning phase (Worker) (Distributed/Parallel phase)
- Decide partition size
- Decide hot to prevent collapse (parallel programming)

Implement Shuffle & Merge phase (Worker & Master)
- Decide shuffle algorithm
- Decide sorting(merging) algorithm


Weekly progress report

  1. Week1
  2. Week2
  3. Week3
  4. Week4
  5. Week5
  6. Week6
  7. Week7
  8. Week8

332project's People

Contributors

jeonghunp avatar jyhong1 avatar daehuikim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.