1. eeeeec4 Made changes to support org.apache.hadoop.mapreduce library in addition to org.apache.hadoop.mapred library. The new library is used in Hadoop client community, notably in Pig and Mahout. To be compatible with hadoop, this change is mandatory by RamanGrover29 · 14 years ago
  2. 628bd6b Hadoop Operators currently do not support 'org.apache.hadoop.mapreduce.*' types and hence cannot run MR jobs referencing those types. In order to be compatible, we need to support them. by RamanGrover29 · 14 years ago
  3. 494cfa4 modified HadoopMapper operator to work in two modes : by RamanGrover29 · 14 years ago
  4. bc19b45 removed log messages by ramangrover29 · 14 years ago
  5. a475c31 removed Systemm.out messages by ramangrover29 · 14 years ago
  6. a9d6766 1) Resolved issue related to reduce operator closing correctly. by ramangrover29 · 14 years ago
  7. 02d44d9 1) All Hadoop* operators now work with an instance of JobConf instead of working with by ramangrover29 · 14 years ago
  8. 7c84bfb Fixed problem with closing writer by vinayakb · 14 years ago
  9. 08f5d76 Fixed final flush problem by vinayakb · 14 years ago
  10. c44aac4 Fixed Split instantiation by vinayakb · 14 years ago
  11. 31ac00b Optimized Hadoop File Reader by vinayakb · 14 years ago
  12. 1407463 1) Writing Splits: by ramangrover29 · 14 years ago
  13. 47d2471 Fixed erroneous retrieval of input record descriptor by vinayakb · 14 years ago
  14. 168d92f Added Binary Preclustered Group Operator. Preclustered and Hash based group operators now use the same aggregator interface. Added a Frame Writing Operator. by vinayakb · 14 years ago
  15. 5ba3708 Renamed Map* to DeserializedMap* by vinayakb · 14 years ago
  16. 4e27fdd Removed getRegistry() calls from CC by vinayakb · 14 years ago
  17. f93682a Refactored hadoop operators out of dataflow-std by vinayakb · 14 years ago