Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 753 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 753 Bytes

Mandy - Simplified Hadoop distribution for Ruby code

Mandy hides the differences and complexities between running map/reduce tasks locally or distributed or in test environments.

It provides a simple DSL to define new jobs for distribution. See examples/word_count.rb for a demo of some functionality. Run the word count example locally with...

mandy-local examples/word_count.rb examples/alice.txt examples/output

Mandy more examples can be found at http://github.com/trafficbroker/mandy-lab

We are very light on documentation at the moment we are aware of the problem and are working hard to rectify it.

Mandy is licensed under the MIT Licence, please see LICENCE for further information.