Changes for version 0.100060 - 2010-01-05
- Fixed failing tests on Solaris and FreeBSD, caused by differences in sort locale. Updated dist.ini
Modules
Simplify writing Hadoop Streaming jobs. Write a map() and reduce() function and let this role handle the Stream interface.
Simplify writing Hadoop Streaming jobs. Write a map() and reduce() function and let this role handle the Stream interface. The Reducer roll provides an iterator over the multiple values for a given key.