A distributed, fault-tolerant MapReduce framework powered by Bamboo DHT.
- Caleb Perkins
- Alex Slover
Run ant compile
followed by ant test
.
ant client -Dhost=localhost:PORT -Djob=demos.WordCount -Din=words.json -Dout=/tmp/results.json
To run a node without job, ant server -Dhost=locahost:PORT
Start at least one node with hostname localhost:3200
to serve as the gateway.