Skip to content

amazingchow/photon-dance-mapreduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photon-dance-mapreduce

mapreduce

Get Started

Prerequisites

  • OS - debian/ubuntu linux release
  • Go - go1.15+ linux/amd64 or higher

Installation

Clone

Example Usage

# build the plugin
cd apps && make build

# build the binary
cd .. && make build

# start the master service
./mapreduce-master-service --conf=conf/master_conf.json --level=info

# start the worker-1 service
./mapreduce-worker-service --conf=conf/worker_1_conf.json --level=info
# start the worker-2 service
./mapreduce-worker-service --conf=conf/worker_2_conf.json --level=info
# start the worker-3 service
./mapreduce-worker-service --conf=conf/worker_3_conf.json --level=info

Documentation

Reference

Contributing

Step 1

  • 🍴 Fork this repo!

Step 2

  • 🔨 HACK AWAY!

Step 3

Support

License

  • This project is licensed under the MIT License - see the MIT license for details.

About

simple implementation of google mapreduce

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published