1. f20ffcd Merged r459:490 from hyracks_hadoop_compat_changes branch by vinayakb · 13 years ago
  2. 6118da3 External Hadoop client like Pig/Hive use intermediate output formats. Earlier the write operator used to open a FSDataOutputStream and push in the bytes. This works fine but not with some custom output formats that do not write into HDFS but to some local storage. In order to be compatible with such custom formats, we must get the writer from the custom format. This check in ensures the the writer writes in a manner similar to the custom output format by RamanGrover29 · 14 years ago
  3. 4418b99 Refactored hadoop operators out of dataflow-std by vinayakb · 14 years ago