Skip to content

zhyg/mapred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapred

Local MapReduce Program

Usage

mapred [option] [INPUT]
option is :
 --mapper | -m the command to execute in shell
 --count  | -c the process num in background
 --help   | -h
 --version| -v

Dependency

  • libev(libev.a 4.15)

Example

nohup cat input.txt | ./mapred -m "php test.php" -c 5 > result.txt 2>err &

About

Local MapReduce Program

Resources

License

Stars

Watchers

Forks

Packages

No packages published