Skip to content

hdaikoku/rdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDD++

A C++ implementation of RDD (Resilient Distributed Datasets).

Requirements

Operators Currently Available

  • MapReduce

How to Build

$ mkdir build
$ cd build
$ cmake ..
$ make

Usage

  1. Start worker(s)

    $ ./bin/RDDWorker [job_port]
    
  2. Start your master application (e.g. WordCount)

    $ ./bin/WordCount [path_to_workers.conf] [path_to_text_file] [path_to_Mapper.so] [path_to_Reducer.so]
    

About

yet another MapReduce implementation - inspired by RDD (Resilient Distributed Datasets)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published