Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
/ MapReduce Public archive

I guess it works..?

License

Notifications You must be signed in to change notification settings

Sascha8a/MapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapReduce

====

Usage

  1. Preparations
cd server && mkdir build && cd build
meson .. && ninja
cp -R ../example_data/* .
  1. Master
./master
  1. Node(s)
./node
  1. Job
./cli start --config job.json
  1. Status
./cli status --id 1
  1. Profit

About

I guess it works..?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published