CHANGES.txt 718 B

12345678910111213141516171819202122232425
  1. Hadoop Change Log
  2. Release 0.1.1 - 2006-04-08
  3. 1. Added CHANGES.txt, logging all significant changes to Hadoop. (cutting)
  4. 2. Fix MapReduceBase.close() to throw IOException, as declared in the
  5. Closeable interface. This permits subclasses which override this
  6. method to throw that exception. (cutting)
  7. 3. Fix HADOOP-117. Pathnames were mistakenly transposed in
  8. JobConf.getLocalFile() causing many mapred temporary files to not
  9. be removed. (Raghavendra Prabhu via cutting)
  10. 4. Fix HADOOP-116. Clean up job submission files when jobs complete.
  11. (cutting)
  12. 5. Fix HADOOP-125. Fix handling of absolute paths on Windows (cutting)
  13. Release 0.1.0 - 2006-04-01
  14. 1. The first release of Hadoop.