CHANGES.txt
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:325k
源码类别:

网格计算

开发平台:

Java

  1.  77. HADOOP-1515.  Add MultiFileInputFormat, which can pack multiple,
  2.      typically small, input files into each split.  (Enis Soztutar via cutting)
  3.  78. HADOOP-1514.  Make reducers report progress while waiting for map
  4.      outputs, so they're not killed.  (Vivek Ratan via cutting)
  5.  79. HADOOP-1508.  Add an Ant task for FsShell operations.  Also add
  6.      new FsShell commands "touchz", "test" and "stat".
  7.      (Chris Douglas via cutting)
  8.  80. HADOOP-1028.  Add log messages for server startup and shutdown.
  9.      (Tsz Wo Sze via cutting)
  10.  81. HADOOP-1485.  Add metrics for monitoring shuffle.
  11.      (Devaraj Das via cutting)
  12.  82. HADOOP-1536.  Remove file locks from libhdfs tests.
  13.      (Dhruba Borthakur via nigel)
  14.  83. HADOOP-1520.  Add appropriate synchronization to FSEditsLog.
  15.      (Dhruba Borthakur via nigel)
  16.  84. HADOOP-1513.  Fix a race condition in directory creation. 
  17.      (Devaraj via omalley)
  18.  85. HADOOP-1546.  Remove spurious column from HDFS web UI.
  19.      (Dhruba Borthakur via cutting)
  20.  86. HADOOP-1556.  Make LocalJobRunner delete working files at end of
  21.      job run.  (Devaraj Das via tomwhite)
  22.  87. HADOOP-1571.  Add contrib lib directories to root build.xml
  23.      javadoc classpath.  (Michael Stack via tomwhite)
  24.  88. HADOOP-1554.  Log killed tasks to the job history and display them on the
  25.      web/ui. (Devaraj Das via omalley)
  26.  89. HADOOP-1533.  Add persistent error logging for distcp. The logs are stored
  27.     into a specified hdfs directory. (Senthil Subramanian via omalley)
  28.  90. HADOOP-1286.  Add support to HDFS for distributed upgrades, which
  29.      permits coordinated upgrade of datanode data.
  30.      (Konstantin Shvachko via cutting)
  31.  91. HADOOP-1580.  Improve contrib/streaming so that subprocess exit
  32.      status is displayed for errors.  (John Heidemann via cutting)
  33.  92. HADOOP-1448.  In HDFS, randomize lists of non-local block
  34.      locations returned to client, so that load is better balanced.
  35.      (Hairong Kuang via cutting)
  36.  93. HADOOP-1578.  Fix datanode to send its storage id to namenode
  37.      during registration.  (Konstantin Shvachko via cutting)
  38.  94. HADOOP-1584.  Fix a bug in GenericWritable which limited it to
  39.      128 types instead of 256.  (Espen Amble Kolstad via cutting)
  40.  95. HADOOP-1473.  Make job ids unique across jobtracker restarts.
  41.      (omalley via cutting)
  42.  96. HADOOP-1582.  Fix hdfslib to return 0 instead of -1 at
  43.      end-of-file, per C conventions.  (Christian Kunz via cutting)
  44.  97. HADOOP-911.  Fix a multithreading bug in libhdfs.
  45.      (Christian Kunz)
  46.  98. HADOOP-1486.  Fix so that fatal exceptions in namenode cause it
  47.      to exit.  (Dhruba Borthakur via cutting)
  48.  99. HADOOP-1470.  Factor checksum generation and validation out of
  49.      ChecksumFileSystem so that it can be reused by FileSystem's with
  50.      built-in checksumming.  (Hairong Kuang via cutting)
  51. 100. HADOOP-1590.  Use relative urls in jobtracker jsp pages, so that
  52.      webapp can be used in non-root contexts.  (Thomas Friol via cutting)
  53. 101. HADOOP-1596.  Fix the parsing of taskids by streaming and improve the
  54.      error reporting. (omalley)
  55. 102. HADOOP-1535.  Fix the user-controlled grouping to the reduce function.
  56.      (Vivek Ratan via omalley)
  57. 103. HADOOP-1585.  Modify GenericWritable to declare the classes as subtypes
  58.      of Writable (Espen Amble Kolstad via omalley)
  59. 104. HADOOP-1576.  Fix errors in count of completed tasks when
  60.      speculative execution is enabled.  (Arun C Murthy via cutting)
  61. 105. HADOOP-1598.  Fix license headers: adding missing; updating old.
  62.      (Enis Soztutar via cutting)
  63. 106. HADOOP-1547.  Provide examples for aggregate library.
  64.      (Runping Qi via tomwhite)
  65. 107. HADOOP-1570.  Permit jobs to enable and disable the use of
  66.      hadoop's native library.  (Arun C Murthy via cutting)
  67. 108. HADOOP-1433.  Add job priority.  (Johan Oskarsson via tomwhite)
  68. 109. HADOOP-1597.  Add status reports and post-upgrade options to HDFS
  69.      distributed upgrade.  (Konstantin Shvachko via cutting)
  70. 110. HADOOP-1524.  Permit user task logs to appear as they're
  71.      created.  (Michael Bieniosek via cutting)
  72. 111. HADOOP-1599.  Fix distcp bug on Windows.  (Senthil Subramanian via cutting)
  73. 112. HADOOP-1562.  Add JVM metrics, including GC and logging stats.
  74.      (David Bowen via cutting)
  75. 113. HADOOP-1613.  Fix "DFS Health" page to display correct time of
  76.      last contact.  (Dhruba Borthakur via cutting)
  77. 114. HADOOP-1134.  Add optimized checksum support to HDFS.  Checksums
  78.      are now stored with each block, rather than as parallel files.
  79.      This reduces the namenode's memory requirements and increases
  80.      data integrity.  (Raghu Angadi via cutting)
  81. 115. HADOOP-1400.  Make JobClient retry requests, so that clients can
  82.      survive jobtracker problems.  (omalley via cutting)
  83. 116. HADOOP-1564.  Add unit tests for HDFS block-level checksums.
  84.      (Dhruba Borthakur via cutting)
  85. 117. HADOOP-1620.  Reduce the number of abstract FileSystem methods,
  86.      simplifying implementations.  (cutting)
  87. 118. HADOOP-1625.  Fix a "could not move files" exception in datanode.
  88.      (Raghu Angadi via cutting)
  89. 119. HADOOP-1624.  Fix an infinite loop in datanode. (Raghu Angadi via cutting)
  90. 120. HADOOP-1084.  Switch mapred file cache to use file modification
  91.      time instead of checksum to detect file changes, as checksums are
  92.      no longer easily accessed.  (Arun C Murthy via cutting)
  93. 130. HADOOP-1623.  Fix an infinite loop when copying directories.
  94.      (Dhruba Borthakur via cutting)
  95. 131. HADOOP-1603.  Fix a bug in namenode initialization where
  96.      default replication is sometimes reset to one on restart.
  97.      (Raghu Angadi via cutting)
  98. 132. HADOOP-1635.  Remove hardcoded keypair name and fix launch-hadoop-cluster
  99.      to support later versions of ec2-api-tools.  (Stu Hood via tomwhite)
  100. 133. HADOOP-1638.  Fix contrib EC2 scripts to support NAT addressing.
  101.      (Stu Hood via tomwhite) 
  102. 134. HADOOP-1632.  Fix an IllegalArgumentException in fsck.
  103.      (Hairong Kuang via cutting)
  104. 135. HADOOP-1619.  Fix FSInputChecker to not attempt to read past EOF.
  105.      (Hairong Kuang via cutting)
  106. 136. HADOOP-1640.  Fix TestDecommission on Windows.
  107.      (Dhruba Borthakur via cutting)
  108. 137. HADOOP-1587.  Fix TestSymLink to get required system properties.
  109.      (Devaraj Das via omalley)
  110. 138. HADOOP-1628.  Add block CRC protocol unit tests. (Raghu Angadi via omalley)
  111. 139. HADOOP-1653.  FSDirectory code-cleanups. FSDirectory.INode
  112.      becomes a static class.  (Christophe Taton via dhruba)
  113. 140. HADOOP-1066.  Restructure documentation to make more user
  114.      friendly.  (Connie Kleinjans and Jeff Hammerbacher via cutting)
  115. 141. HADOOP-1551.  libhdfs supports setting replication factor and
  116.      retrieving modification time of files.  (Sameer Paranjpye via dhruba)
  117. 141. HADOOP-1647.  FileSystem.getFileStatus returns valid values for "/".
  118.      (Dhruba Borthakur via dhruba)
  119. 142. HADOOP-1657.  Fix NNBench to ensure that the block size is a
  120.      multiple of bytes.per.checksum. (Raghu Angadi via dhruba)
  121. 143. HADOOP-1553.  Replace user task output and log capture code to use shell
  122.      redirection instead of copier threads in the TaskTracker. Capping the
  123.      size of the output is now done via tail in memory and thus should not be 
  124.      large. The output of the tasklog servlet is not forced into UTF8 and is
  125.      not buffered entirely in memory. (omalley)
  126.      Configuration changes to hadoop-default.xml:
  127.        remove mapred.userlog.num.splits
  128.        remove mapred.userlog.purge.splits
  129.        change default mapred.userlog.limit.kb to 0 (no limit)
  130.        change default mapred.userlog.retain.hours to 24
  131.      Configuration changes to log4j.properties:
  132.        remove log4j.appender.TLA.noKeepSplits
  133.        remove log4j.appender.TLA.purgeLogSplits
  134.        remove log4j.appender.TLA.logsRetainHours
  135.      URL changes:
  136.        http://<tasktracker>/tasklog.jsp -> http://<tasktracker>tasklog with
  137.          parameters limited to start and end, which may be positive (from
  138.          start) or negative (from end).
  139.      Environment:
  140.        require bash (v2 or later) and tail
  141. 144. HADOOP-1659.  Fix a job id/job name mixup. (Arun C. Murthy via omalley)
  142. 145. HADOOP-1665.  With HDFS Trash enabled and the same file was created
  143.      and deleted more than once, the suceeding deletions creates Trash item
  144.      names suffixed with a integer.  (Dhruba Borthakur via dhruba)
  145. 146. HADOOP-1666.  FsShell object can be used for multiple fs commands.
  146.      (Dhruba Borthakur via dhruba)
  147. 147. HADOOP-1654.  Remove performance regression introduced by Block CRC.
  148.      (Raghu Angadi via dhruba)
  149. 148. HADOOP-1680.  Improvements to Block CRC upgrade messages.
  150.      (Raghu Angadi via dhruba)
  151. 149. HADOOP-71.  Allow Text and SequenceFile Map/Reduce inputs from non-default 
  152.      filesystems. (omalley)
  153. 150. HADOOP-1568.  Expose HDFS as xml/http filesystem to provide cross-version
  154.      compatability. (Chris Douglas via omalley)
  155. 151. HADOOP-1668.  Added an INCOMPATIBILITY section to CHANGES.txt. (nigel)
  156. 152. HADOOP-1629.  Added a upgrade test for HADOOP-1134.
  157.      (Raghu Angadi via nigel)
  158. 153. HADOOP-1698.  Fix performance problems on map output sorting for jobs
  159.      with large numbers of reduces. (Devaraj Das via omalley)
  160. 154. HADOOP-1716.  Fix a Pipes wordcount example to remove the 'file:'
  161.      schema from its output path.  (omalley via cutting)
  162. 155. HADOOP-1714.  Fix TestDFSUpgradeFromImage to work on Windows.
  163.      (Raghu Angadi via nigel)
  164. 156. HADOOP-1663.  Return a non-zero exit code if streaming fails. (Lohit Renu
  165.      via omalley)
  166. 157. HADOOP-1712.  Fix an unhandled exception on datanode during block
  167.      CRC upgrade. (Raghu Angadi via cutting)
  168. 158. HADOOP-1717.  Fix TestDFSUpgradeFromImage to work on Solaris.
  169.      (nigel via cutting)
  170. 159. HADOOP-1437.  Add Eclipse plugin in contrib.
  171.      (Eugene Hung and Christophe Taton via cutting)
  172. Release 0.13.0 - 2007-06-08
  173.  1. HADOOP-1047.  Fix TestReplication to succeed more reliably.
  174.     (Hairong Kuang via cutting)
  175.  2. HADOOP-1063.  Fix a race condition in MiniDFSCluster test code.
  176.     (Hairong Kuang via cutting)
  177.  3. HADOOP-1101.  In web ui, split shuffle statistics from reduce
  178.     statistics, and add some task averages.  (Devaraj Das via cutting)
  179.  4. HADOOP-1071.  Improve handling of protocol version mismatch in
  180.     JobTracker.  (Tahir Hashmi via cutting)
  181.  5. HADOOP-1116.  Increase heap size used for contrib unit tests.
  182.     (Philippe Gassmann via cutting)
  183.  6. HADOOP-1120.  Add contrib/data_join, tools to simplify joining
  184.     data from multiple sources using MapReduce.  (Runping Qi via cutting)
  185.  7. HADOOP-1064.  Reduce log level of some DFSClient messages.
  186.     (Dhruba Borthakur via cutting)
  187.  8. HADOOP-1137.  Fix StatusHttpServer to work correctly when
  188.     resources are in a jar file.  (Benjamin Reed via cutting)
  189.  9. HADOOP-1094.  Optimize generated Writable implementations for
  190.     records to not allocate a new BinaryOutputArchive or
  191.     BinaryInputArchive per call.  (Milind Bhandarkar via cutting)
  192. 10. HADOOP-1068.  Improve error message for clusters with 0 datanodes.
  193.     (Dhruba Borthakur via tomwhite)
  194. 11. HADOOP-1122.  Fix divide-by-zero exception in FSNamesystem
  195.     chooseTarget method.  (Dhruba Borthakur via tomwhite)
  196. 12. HADOOP-1131.  Add a closeAll() static method to FileSystem.
  197.     (Philippe Gassmann via tomwhite)
  198. 13. HADOOP-1085.  Improve port selection in HDFS and MapReduce test
  199.     code.  Ports are now selected by the OS during testing rather than
  200.     by probing for free ports, improving test reliability.
  201.     (Arun C Murthy via cutting)
  202. 14. HADOOP-1153.  Fix HDFS daemons to correctly stop their threads.
  203.     (Konstantin Shvachko via cutting)
  204. 15. HADOOP-1146.  Add a counter for reduce input keys and rename the
  205.     "reduce input records" counter to be "reduce input groups".
  206.     (David Bowen via cutting)
  207. 16. HADOOP-1165.  In records, replace idential generated toString
  208.     methods with a method on the base class.  (Milind Bhandarkar via cutting)
  209. 17. HADOOP-1164.  Fix TestReplicationPolicy to specify port zero, so
  210.     that a free port is automatically selected.  (omalley via cutting)
  211. 18. HADOOP-1166.  Add a NullOutputFormat and use it in the
  212.     RandomWriter example.  (omalley via cutting)
  213. 19. HADOOP-1169.  Fix a cut/paste error in CopyFiles utility so that
  214.     S3-based source files are correctly copied.  (Michael Stack via cutting)
  215. 20. HADOOP-1167.  Remove extra synchronization in InMemoryFileSystem.
  216.     (omalley via cutting)
  217. 21. HADOOP-1110.  Fix an off-by-one error counting map inputs.
  218.     (David Bowen via cutting)
  219. 22. HADOOP-1178.  Fix a NullPointerException during namenode startup.
  220.     (Dhruba Borthakur via cutting)
  221. 23. HADOOP-1011.  Fix a ConcurrentModificationException when viewing
  222.     job history.  (Tahir Hashmi via cutting)
  223. 24. HADOOP-672.  Improve help for fs shell commands.
  224.     (Dhruba Borthakur via cutting)
  225. 25. HADOOP-1170.  Improve datanode performance by removing device
  226.     checks from common operations.  (Igor Bolotin via cutting)
  227. 26. HADOOP-1090.  Fix SortValidator's detection of whether the input 
  228.     file belongs to the sort-input or sort-output directory.
  229.     (Arun C Murthy via tomwhite)
  230. 27. HADOOP-1081.  Fix bin/hadoop on Darwin.  (Michael Bieniosek via cutting)
  231. 28. HADOOP-1045.  Add contrib/hbase, a BigTable-like online database.
  232.     (Jim Kellerman via cutting)
  233. 29. HADOOP-1156.  Fix a NullPointerException in MiniDFSCluster.
  234.     (Hairong Kuang via cutting)
  235. 30. HADOOP-702.  Add tools to help automate HDFS upgrades.
  236.     (Konstantin Shvachko via cutting)
  237. 31. HADOOP-1163.  Fix ganglia metrics to aggregate metrics from different
  238.     hosts properly.  (Michael Bieniosek via tomwhite)
  239. 32. HADOOP-1194.  Make compression style record level for map output
  240.     compression.  (Arun C Murthy via tomwhite)
  241. 33. HADOOP-1187.  Improve DFS Scalability: avoid scanning entire list of
  242.     datanodes in getAdditionalBlocks.  (Dhruba Borthakur via tomwhite)
  243. 34. HADOOP-1133.  Add tool to analyze and debug namenode on a production
  244.     cluster.  (Dhruba Borthakur via tomwhite)
  245. 35. HADOOP-1151.  Remove spurious printing to stderr in streaming 
  246.     PipeMapRed.  (Koji Noguchi via tomwhite)
  247. 36. HADOOP-988.  Change namenode to use a single map of blocks to metadata.
  248.     (Raghu Angadi via tomwhite)
  249. 37. HADOOP-1203.  Change UpgradeUtilities used by DFS tests to use
  250.     MiniDFSCluster to start and stop NameNode/DataNodes.
  251.     (Nigel Daley via tomwhite)
  252. 38. HADOOP-1217.  Add test.timeout property to build.xml, so that
  253.     long-running unit tests may be automatically terminated.
  254.     (Nigel Daley via cutting)
  255. 39. HADOOP-1149.  Improve DFS Scalability: make 
  256.     processOverReplicatedBlock() a no-op if blocks are not 
  257.     over-replicated.  (Raghu Angadi via tomwhite)
  258. 40. HADOOP-1149.  Improve DFS Scalability: optimize getDistance(), 
  259.     contains(), and isOnSameRack() in NetworkTopology.  
  260.     (Hairong Kuang via tomwhite)
  261. 41. HADOOP-1218.  Make synchronization on TaskTracker's RunningJob 
  262.     object consistent.  (Devaraj Das via tomwhite)
  263. 42. HADOOP-1219.  Ignore progress report once a task has reported as 
  264.     'done'.  (Devaraj Das via tomwhite)
  265. 43. HADOOP-1114.  Permit user to specify additional CLASSPATH elements
  266.     with a HADOOP_CLASSPATH environment variable. (cutting)
  267. 44. HADOOP-1198.  Remove ipc.client.timeout parameter override from 
  268.     unit test configuration.  Using the default is more robust and
  269.     has almost the same run time.  (Arun C Murthy via tomwhite)
  270. 45. HADOOP-1211.  Remove deprecated constructor and unused static 
  271.     members in DataNode class.  (Konstantin Shvachko via tomwhite)
  272. 46. HADOOP-1136.  Fix ArrayIndexOutOfBoundsException in 
  273.     FSNamesystem$UnderReplicatedBlocks add() method.  
  274.     (Hairong Kuang via tomwhite)
  275. 47. HADOOP-978.  Add the client name and the address of the node that
  276.     previously started to create the file to the description of 
  277.     AlreadyBeingCreatedException.  (Konstantin Shvachko via tomwhite)
  278. 48. HADOOP-1001.  Check the type of keys and values generated by the 
  279.     mapper against the types specified in JobConf.  
  280.     (Tahir Hashmi via tomwhite)
  281. 49. HADOOP-971.  Improve DFS Scalability: Improve name node performance
  282.     by adding a hostname to datanodes map.  (Hairong Kuang via tomwhite)
  283. 50. HADOOP-1189.  Fix 'No space left on device' exceptions on datanodes.
  284.     (Raghu Angadi via tomwhite)
  285. 51. HADOOP-819.  Change LineRecordWriter to not insert a tab between
  286.     key and value when either is null, and to print nothing when both
  287.     are null.  (Runping Qi via cutting)
  288. 52. HADOOP-1204.  Rename InputFormatBase to be FileInputFormat, and
  289.     deprecate InputFormatBase.  Also make LineRecordReader easier to
  290.     extend.  (Runping Qi via cutting)
  291. 53. HADOOP-1213.  Improve logging of errors by IPC server, to
  292.     consistently include the service name and the call.  (cutting)
  293. 54. HADOOP-1238.  Fix metrics reporting by TaskTracker to correctly
  294.     track maps_running and reduces_running.
  295.     (Michael Bieniosek via cutting)
  296. 55. HADOOP-1093.  Fix a race condition in HDFS where blocks were
  297.     sometimes erased before they were reported written.
  298.     (Dhruba Borthakur via cutting)
  299. 56. HADOOP-1239.  Add a package name to some testjar test classes.
  300.     (Jim Kellerman via cutting)
  301. 57. HADOOP-1241.  Fix NullPointerException in processReport when 
  302.     namenode is restarted.  (Dhruba Borthakur via tomwhite)
  303. 58. HADOOP-1244.  Fix stop-dfs.sh to no longer incorrectly specify 
  304.     slaves file for stopping datanode.  
  305.     (Michael Bieniosek via tomwhite)
  306. 59. HADOOP-1253.  Fix ConcurrentModificationException and 
  307.     NullPointerException in JobControl.  
  308.     (Johan Oskarson via tomwhite)
  309. 60. HADOOP-1256.  Fix NameNode so that multiple DataNodeDescriptors
  310.     can no longer be created on startup.  (Hairong Kuang via cutting)
  311. 61. HADOOP-1214.  Replace streaming classes with new counterparts 
  312.     from Hadoop core.  (Runping Qi via tomwhite)
  313. 62. HADOOP-1250.  Move a chmod utility from streaming to FileUtil.
  314.     (omalley via cutting)
  315. 63. HADOOP-1258.  Fix TestCheckpoint test case to wait for 
  316.     MiniDFSCluster to be active.  (Nigel Daley via tomwhite)
  317. 64. HADOOP-1148.  Re-indent all Java source code to consistently use
  318.     two spaces per indent level.  (cutting)
  319. 65. HADOOP-1251.  Add a method to Reporter to get the map InputSplit.
  320.     (omalley via cutting)
  321. 66. HADOOP-1224.  Fix "Browse the filesystem" link to no longer point 
  322.     to dead datanodes.  (Enis Soztutar via tomwhite)
  323. 67. HADOOP-1154.  Fail a streaming task if the threads reading from or 
  324.     writing to the streaming process fail.  (Koji Noguchi via tomwhite)
  325. 68. HADOOP-968.  Move shuffle and sort to run in reduce's child JVM,
  326.     rather than in TaskTracker.  (Devaraj Das via cutting)
  327. 69. HADOOP-1111.  Add support for client notification of job
  328.     completion. If the job configuration has a job.end.notification.url
  329.     property it will make a HTTP GET request to the specified URL.
  330.     The number of retries and the interval between retries is also
  331.     configurable. (Alejandro Abdelnur via tomwhite)
  332. 70. HADOOP-1275.  Fix misspelled job notification property in
  333.     hadoop-default.xml.  (Alejandro Abdelnur via tomwhite)
  334. 71. HADOOP-1152.  Fix race condition in MapOutputCopier.copyOutput file
  335.     rename causing possible reduce task hang.
  336.     (Tahir Hashmi via tomwhite)
  337. 72. HADOOP-1050.  Distinguish between failed and killed tasks so as to 
  338.     not count a lost tasktracker against the job.  
  339.     (Arun C Murthy via tomwhite)
  340. 73. HADOOP-1271.  Fix StreamBaseRecordReader to be able to log record 
  341.     data that's not UTF-8.  (Arun C Murthy via tomwhite)
  342. 74. HADOOP-1190.  Fix unchecked warnings in main Hadoop code.  
  343.     (tomwhite)
  344. 75. HADOOP-1127.  Fix AlreadyBeingCreatedException in namenode for 
  345.     jobs run with speculative execution.
  346.     (Arun C Murthy via tomwhite)
  347. 76. HADOOP-1282.  Omnibus HBase patch.  Improved tests & configuration.
  348.     (Jim Kellerman via cutting)
  349. 77. HADOOP-1262.  Make dfs client try to read from a different replica 
  350.     of the checksum file when a checksum error is detected.  
  351.     (Hairong Kuang via tomwhite)
  352. 78. HADOOP-1279.  Fix JobTracker to maintain list of recently
  353.     completed jobs by order of completion, not submission.
  354.     (Arun C Murthy via cutting)
  355. 79. HADOOP-1284.  In contrib/streaming, permit flexible specification
  356.     of field delimiter and fields for partitioning and sorting.
  357.     (Runping Qi via cutting)
  358. 80. HADOOP-1176.  Fix a bug where reduce would hang when a map had
  359.     more than 2GB of output for it.  (Arun C Murthy via cutting)
  360. 81. HADOOP-1293.  Fix contrib/streaming to print more than the first
  361.     twenty lines of standard error.  (Koji Noguchi via cutting)
  362. 82. HADOOP-1297.  Fix datanode so that requests to remove blocks that
  363.     do not exist no longer causes block reports to be re-sent every
  364.     second.  (Dhruba Borthakur via cutting)
  365. 83. HADOOP-1216.  Change MapReduce so that, when numReduceTasks is
  366.     zero, map outputs are written directly as final output, skipping
  367.     shuffle, sort and reduce.  Use this to implement reduce=NONE
  368.     option in contrib/streaming.  (Runping Qi via cutting)
  369. 84. HADOOP-1294.  Fix unchecked warnings in main Hadoop code under 
  370.     Java 6.  (tomwhite)
  371. 85. HADOOP-1299.  Fix so that RPC will restart after RPC.stopClient()
  372.     has been called.  (Michael Stack via cutting)
  373. 86. HADOOP-1278.  Improve blacklisting of TaskTrackers by JobTracker,
  374.     to reduce false positives.  (Arun C Murthy via cutting)
  375. 87. HADOOP-1290.  Move contrib/abacus into mapred/lib/aggregate.
  376.     (Runping Qi via cutting)
  377. 88. HADOOP-1272.  Extract inner classes from FSNamesystem into separate 
  378.     classes.  (Dhruba Borthakur via tomwhite)
  379. 89. HADOOP-1247.  Add support to contrib/streaming for aggregate
  380.     package, formerly called Abacus.  (Runping Qi via cutting)
  381. 90. HADOOP-1061.  Fix bug in listing files in the S3 filesystem.
  382.     NOTE: this change is not backwards compatible!  You should use the 
  383.     MigrationTool supplied to migrate existing S3 filesystem data to 
  384.     the new format.  Please backup your data first before upgrading 
  385.     (using 'hadoop distcp' for example).  (tomwhite)
  386. 91. HADOOP-1304.  Make configurable the maximum number of task
  387.     attempts before a job fails.  (Devaraj Das via cutting)
  388. 92. HADOOP-1308.  Use generics to restrict types when classes are
  389.     passed as parameters to JobConf methods. (Michael Bieniosek via cutting)
  390. 93. HADOOP-1312.  Fix a ConcurrentModificationException in NameNode
  391.     that killed the heartbeat monitoring thread.
  392.     (Dhruba Borthakur via cutting)
  393. 94. HADOOP-1315.  Clean up contrib/streaming, switching it to use core
  394.     classes more and removing unused code.  (Runping Qi via cutting)
  395. 95. HADOOP-485.  Allow a different comparator for grouping keys in
  396.     calls to reduce.  (Tahir Hashmi via cutting)
  397. 96. HADOOP-1322.  Fix TaskTracker blacklisting to work correctly in
  398.     one- and two-node clusters.  (Arun C Murthy via cutting)
  399. 97. HADOOP-1144.  Permit one to specify a maximum percentage of tasks
  400.     that can fail before a job is aborted.  The default is zero.
  401.     (Arun C Murthy via cutting)
  402. 98. HADOOP-1184.  Fix HDFS decomissioning to complete when the only
  403.     copy of a block is on a decommissioned node. (Dhruba Borthakur via cutting)
  404. 99. HADOOP-1263.  Change DFSClient to retry certain namenode calls
  405.     with a random, exponentially increasing backoff time, to avoid
  406.     overloading the namenode on, e.g., job start.  (Hairong Kuang via cutting)
  407. 100. HADOOP-1325.  First complete, functioning version of HBase.
  408.     (Jim Kellerman via cutting)
  409. 101. HADOOP-1276.  Make tasktracker expiry interval configurable.
  410.     (Arun C Murthy via cutting)
  411. 102. HADOOP-1326.  Change JobClient#RunJob() to return the job.
  412.     (omalley via cutting)
  413. 103. HADOOP-1270.  Randomize the fetch of map outputs, speeding the
  414.      shuffle.  (Arun C Murthy via cutting)
  415. 104. HADOOP-1200.  Restore disk checking lost in HADOOP-1170.
  416.      (Hairong Kuang via cutting)
  417. 105. HADOOP-1252.  Changed MapReduce's allocation of local files to
  418.      use round-robin among available devices, rather than a hashcode.
  419.      More care is also taken to not allocate files on full or offline
  420.      drives.  (Devaraj Das via cutting)
  421. 106. HADOOP-1324.  Change so that an FSError kills only the task that
  422.      generates it rather than the entire task tracker.
  423.      (Arun C Murthy via cutting)
  424. 107. HADOOP-1310.  Fix unchecked warnings in aggregate code.  (tomwhite)
  425. 108. HADOOP-1255.  Fix a bug where the namenode falls into an infinite
  426.      loop trying to remove a dead node.  (Hairong Kuang via cutting)
  427. 109. HADOOP-1160.  Fix DistributedFileSystem.close() to close the
  428.      underlying FileSystem, correctly aborting files being written.
  429.      (Hairong Kuang via cutting)
  430. 110. HADOOP-1341.  Fix intermittent failures in HBase unit tests
  431.      caused by deadlock.  (Jim Kellerman via cutting)
  432. 111. HADOOP-1350.  Fix shuffle performance problem caused by forcing
  433.      chunked encoding of map outputs.  (Devaraj Das via cutting)
  434. 112. HADOOP-1345.  Fix HDFS to correctly retry another replica when a
  435.      checksum error is encountered.  (Hairong Kuang via cutting)
  436. 113. HADOOP-1205.  Improve synchronization around HDFS block map.
  437.      (Hairong Kuang via cutting)
  438. 114. HADOOP-1353.  Fix a potential NullPointerException in namenode.
  439.      (Dhruba Borthakur via cutting)
  440. 115. HADOOP-1354.  Fix a potential NullPointerException in FsShell.
  441.      (Hairong Kuang via cutting)
  442. 116. HADOOP-1358.  Fix a potential bug when DFSClient calls skipBytes.
  443.      (Hairong Kuang via cutting)
  444. 117. HADOOP-1356.  Fix a bug in ValueHistogram.  (Runping Qi via cutting)
  445. 118. HADOOP-1363.  Fix locking bug in JobClient#waitForCompletion().
  446.      (omalley via cutting)
  447. 119. HADOOP-1368.  Fix inconsistent synchronization in JobInProgress.
  448.      (omalley via cutting)
  449. 120. HADOOP-1369.  Fix inconsistent synchronization in TaskTracker.
  450.      (omalley via cutting)
  451. 121. HADOOP-1361.  Fix various calls to skipBytes() to check return
  452.      value. (Hairong Kuang via cutting)
  453. 122. HADOOP-1388.  Fix a potential NullPointerException in web ui.
  454.      (Devaraj Das via cutting)
  455. 123. HADOOP-1385.  Fix MD5Hash#hashCode() to generally hash to more
  456.      than 256 values.  (omalley via cutting)
  457. 124. HADOOP-1386.  Fix Path to not permit the empty string as a
  458.      path, as this has lead to accidental file deletion.  Instead
  459.      force applications to use "." to name the default directory.
  460.      (Hairong Kuang via cutting)
  461. 125. HADOOP-1407.  Fix integer division bug in JobInProgress which
  462.      meant failed tasks didn't cause the job to fail.
  463.      (Arun C Murthy via tomwhite)
  464. 126. HADOOP-1427.  Fix a typo that caused GzipCodec to incorrectly use
  465.      a very small input buffer.  (Espen Amble Kolstad via cutting)
  466. 127. HADOOP-1435.  Fix globbing code to no longer use the empty string
  467.      to indicate the default directory, per HADOOP-1386.
  468.      (Hairong Kuang via cutting)
  469. 128. HADOOP-1411.  Make task retry framework handle 
  470.      AlreadyBeingCreatedException when wrapped as a RemoteException.
  471.      (Hairong Kuang via tomwhite)
  472. 129. HADOOP-1242.  Improve handling of DFS upgrades.
  473.      (Konstantin Shvachko via cutting)
  474. 130. HADOOP-1332.  Fix so that TaskTracker exits reliably during unit
  475.      tests on Windows.  (omalley via cutting)
  476. 131. HADOOP-1431.  Fix so that sort progress reporting during map runs
  477.      only while sorting, so that stuck maps are correctly terminated.
  478.      (Devaraj Das and Arun C Murthy via cutting)
  479. 132. HADOOP-1452.  Change TaskTracker.MapOutputServlet.doGet.totalRead
  480.      to a long, permitting map outputs to exceed 2^31 bytes.
  481.      (omalley via cutting)
  482. 133. HADOOP-1443.  Fix a bug opening zero-length files in HDFS.
  483.      (Konstantin Shvachko via cutting)
  484. Release 0.12.3 - 2007-04-06
  485.  1. HADOOP-1162.  Fix bug in record CSV and XML serialization of
  486.     binary values.  (Milind Bhandarkar via cutting)
  487.  2. HADOOP-1123.  Fix NullPointerException in LocalFileSystem when
  488.     trying to recover from a checksum error.
  489.     (Hairong Kuang & Nigel Daley via tomwhite)
  490.  3. HADOOP-1177.  Fix bug where IOException in MapOutputLocation.getFile
  491.     was not being logged.  (Devaraj Das via tomwhite)
  492.  4. HADOOP-1175.  Fix bugs in JSP for displaying a task's log messages.
  493.     (Arun C Murthy via cutting)
  494.  5. HADOOP-1191.  Fix map tasks to wait until sort progress thread has
  495.     stopped before reporting the task done.  (Devaraj Das via cutting)
  496.  6. HADOOP-1192.  Fix an integer overflow bug in FSShell's 'dus'
  497.     command and a performance problem in HDFS's implementation of it.
  498.     (Hairong Kuang via cutting)
  499.  7. HADOOP-1105. Fix reducers to make "progress" while iterating 
  500.     through values.  (Devaraj Das & Owen O'Malley via tomwhite)
  501.  8. HADOOP-1179. Make Task Tracker close index file as soon as the read 
  502.     is done when serving get-map-output requests.  
  503.     (Devaraj Das via tomwhite)
  504. Release 0.12.2 - 2007-23-17
  505.  1. HADOOP-1135.  Fix bug in block report processing which may cause
  506.     the namenode to delete blocks.  (Dhruba Borthakur via tomwhite)
  507.  2. HADOOP-1145.  Make XML serializer and deserializer classes public
  508.     in record package.  (Milind Bhandarkar via cutting)
  509.  3. HADOOP-1140.  Fix a deadlock in metrics. (David Bowen via cutting)
  510.  4. HADOOP-1150.  Fix streaming -reducer and -mapper to give them
  511.     defaults. (Owen O'Malley via tomwhite)
  512. Release 0.12.1 - 2007-03-17
  513.  1. HADOOP-1035.  Fix a StackOverflowError in FSDataSet.
  514.     (Raghu Angadi via cutting)
  515.  2. HADOOP-1053.  Fix VInt representation of negative values.  Also
  516.     remove references in generated record code to methods outside of
  517.     the record package and improve some record documentation.
  518.     (Milind Bhandarkar via cutting)
  519.  3. HADOOP-1067.  Compile fails if Checkstyle jar is present in lib
  520.     directory. Also remove dependency on a particular Checkstyle
  521.     version number. (tomwhite)
  522.  4. HADOOP-1060.  Fix an IndexOutOfBoundsException in the JobTracker
  523.     that could cause jobs to hang.  (Arun C Murthy via cutting)
  524.  5. HADOOP-1077.  Fix a race condition fetching map outputs that could
  525.     hang reduces.  (Devaraj Das via cutting)
  526.  6. HADOOP-1083.  Fix so that when a cluster restarts with a missing
  527.     datanode, its blocks are replicated.  (Hairong Kuang via cutting)
  528.  7. HADOOP-1082.  Fix a NullPointerException in ChecksumFileSystem.
  529.     (Hairong Kuang via cutting)
  530.  8. HADOOP-1088.  Fix record serialization of negative values.
  531.     (Milind Bhandarkar via cutting)
  532.  9. HADOOP-1080.  Fix bug in bin/hadoop on Windows when native
  533.     libraries are present.  (ab via cutting)
  534. 10. HADOOP-1091.  Fix a NullPointerException in MetricsRecord.
  535.     (David Bowen via tomwhite)
  536. 11. HADOOP-1092.  Fix a NullPointerException in HeartbeatMonitor
  537.     thread. (Hairong Kuang via tomwhite)
  538. 12. HADOOP-1112.  Fix a race condition in Hadoop metrics.
  539.     (David Bowen via tomwhite)
  540. 13. HADOOP-1108.  Checksummed file system should retry reading if a
  541.     different replica is found when handling ChecksumException.
  542.     (Hairong Kuang via tomwhite)
  543. 14. HADOOP-1070.  Fix a problem with number of racks and datanodes
  544.     temporarily doubling.  (Konstantin Shvachko via tomwhite)
  545. 15. HADOOP-1099.  Fix NullPointerException in JobInProgress.
  546.     (Gautam Kowshik via tomwhite)
  547. 16. HADOOP-1115.  Fix bug where FsShell copyToLocal doesn't
  548.     copy directories.  (Hairong Kuang via tomwhite)
  549. 17. HADOOP-1109.  Fix NullPointerException in StreamInputFormat.
  550.     (Koji Noguchi via tomwhite)
  551. 18. HADOOP-1117.  Fix DFS scalability: when the namenode is
  552.     restarted it consumes 80% CPU. (Dhruba Borthakur via
  553.     tomwhite)
  554. 19. HADOOP-1089.  Make the C++ version of write and read v-int
  555.     agree with the Java versions.  (Milind Bhandarkar via
  556.     tomwhite)
  557. 20. HADOOP-1096.  Rename InputArchive and OutputArchive and
  558.     make them public. (Milind Bhandarkar via tomwhite)
  559. 21. HADOOP-1128.  Fix missing progress information in map tasks.
  560.     (Espen Amble Kolstad, Andrzej Bialecki, and Owen O'Malley
  561.     via tomwhite)
  562. 22. HADOOP-1129.  Fix DFSClient to not hide IOExceptions in
  563.     flush method.  (Hairong Kuang via tomwhite)
  564. 23. HADOOP-1126.  Optimize CPU usage for under replicated blocks
  565.     when cluster restarts.  (Hairong Kuang via tomwhite)
  566. Release 0.12.0 - 2007-03-02
  567.  1. HADOOP-975.  Separate stdout and stderr from tasks.
  568.     (Arun C Murthy via cutting)
  569.  2. HADOOP-982.  Add some setters and a toString() method to
  570.     BytesWritable.  (omalley via cutting)
  571.  3. HADOOP-858.  Move contrib/smallJobsBenchmark to src/test, removing
  572.     obsolete bits. (Nigel Daley via cutting)
  573.  4. HADOOP-992.  Fix MiniMR unit tests to use MiniDFS when specified,
  574.     rather than the local FS.  (omalley via cutting)
  575.  5. HADOOP-954.  Change use of metrics to use callback mechanism.
  576.     Also rename utility class Metrics to MetricsUtil.
  577.     (David Bowen & Nigel Daley via cutting)
  578.  6. HADOOP-893.  Improve HDFS client's handling of dead datanodes.
  579.     The set is no longer reset with each block, but rather is now
  580.     maintained for the life of an open file.  (Raghu Angadi via cutting)
  581.  7. HADOOP-882.  Upgrade to jets3t version 0.5, used by the S3
  582.     FileSystem.  This version supports retries.  (Michael Stack via cutting)
  583.  8. HADOOP-977.  Send task's stdout and stderr to JobClient's stdout
  584.     and stderr respectively, with each line tagged by the task's name.
  585.     (Arun C Murthy via cutting)
  586.  9. HADOOP-761.  Change unit tests to not use /tmp.  (Nigel Daley via cutting)
  587. 10. HADOOP-1007. Make names of metrics used in Hadoop unique.
  588.     (Nigel Daley via cutting)
  589. 11. HADOOP-491.  Change mapred.task.timeout to be per-job, and make a
  590.     value of zero mean no timeout.  Also change contrib/streaming to
  591.     disable task timeouts.  (Arun C Murthy via cutting)
  592. 12. HADOOP-1010.  Add Reporter.NULL, a Reporter implementation that
  593.     does nothing.  (Runping Qi via cutting)
  594. 13. HADOOP-923.  In HDFS NameNode, move replication computation to a
  595.     separate thread, to improve heartbeat processing time.
  596.     (Dhruba Borthakur via cutting) 
  597. 14. HADOOP-476.  Rewrite contrib/streaming command-line processing,
  598.     improving parameter validation.  (Sanjay Dahiya via cutting)
  599. 15. HADOOP-973.  Improve error messages in Namenode.  This should help
  600.     to track down a problem that was appearing as a
  601.     NullPointerException.  (Dhruba Borthakur via cutting) 
  602. 16. HADOOP-649.  Fix so that jobs with no tasks are not lost.
  603.     (Thomas Friol via cutting)
  604. 17. HADOOP-803.  Reduce memory use by HDFS namenode, phase I.
  605.     (Raghu Angadi via cutting)
  606. 18. HADOOP-1021.  Fix MRCaching-based unit tests on Windows.
  607.     (Nigel Daley via cutting)
  608. 19. HADOOP-889.  Remove duplicate code from HDFS unit tests.
  609.     (Milind Bhandarkar via cutting)
  610. 20. HADOOP-943.  Improve HDFS's fsck command to display the filename
  611.     for under-replicated blocks.  (Dhruba Borthakur via cutting) 
  612. 21. HADOOP-333.  Add validator for sort benchmark output.
  613.     (Arun C Murthy via cutting)
  614. 22. HADOOP-947.  Improve performance of datanode decomissioning.
  615.     (Dhruba Borthakur via cutting)
  616. 23. HADOOP-442.  Permit one to specify hosts allowed to connect to
  617.     namenode and jobtracker with include and exclude files.  (Wendy
  618.     Chien via cutting)
  619. 24. HADOOP-1017.  Cache constructors, for improved performance.
  620.     (Ron Bodkin via cutting)
  621. 25. HADOOP-867.  Move split creation out of JobTracker to client.
  622.     Splits are now saved in a separate file, read by task processes
  623.     directly, so that user code is no longer required in the
  624.     JobTracker.  (omalley via cutting)
  625. 26. HADOOP-1006.  Remove obsolete '-local' option from test code.
  626.     (Gautam Kowshik via cutting)
  627. 27. HADOOP-952. Create a public (shared) Hadoop EC2 AMI.
  628.     The EC2 scripts now support launch of public AMIs.
  629.     (tomwhite)
  630.     
  631. 28. HADOOP-1025. Remove some obsolete code in ipc.Server.  (cutting)
  632. 29. HADOOP-997. Implement S3 retry mechanism for failed block
  633.     transfers. This includes a generic retry mechanism for use
  634.     elsewhere in Hadoop. (tomwhite)
  635. 30. HADOOP-990.  Improve HDFS support for full datanode volumes.
  636.     (Raghu Angadi via cutting)
  637. 31. HADOOP-564.  Replace uses of "dfs://" URIs with the more standard
  638.     "hdfs://".  (Wendy Chien via cutting)
  639. 32. HADOOP-1030.  In unit tests, unify setting of ipc.client.timeout.
  640.     Also increase the value used from one to two seconds, in hopes of
  641.     making tests complete more reliably.  (cutting)
  642. 33. HADOOP-654.  Stop assigning tasks to a tasktracker if it has
  643.     failed more than a specified number in the job.
  644.     (Arun C Murthy via cutting)
  645. 34. HADOOP-985.  Change HDFS to identify nodes by IP address rather
  646.     than by DNS hostname.  (Raghu Angadi via cutting)
  647. 35. HADOOP-248.  Optimize location of map outputs to not use random
  648.     probes.  (Devaraj Das via cutting)
  649. 36. HADOOP-1029.  Fix streaming's input format to correctly seek to
  650.     the start of splits.  (Arun C Murthy via cutting)
  651. 37. HADOOP-492.  Add per-job and per-task counters.  These are
  652.     incremented via the Reporter interface and available through the
  653.     web ui and the JobClient API.  The mapreduce framework maintains a
  654.     few basic counters, and applications may add their own.  Counters
  655.     are also passed to the metrics system.
  656.     (David Bowen via cutting)
  657. 38. HADOOP-1034.  Fix datanode to better log exceptions.
  658.     (Philippe Gassmann via cutting)
  659. 39. HADOOP-878.  In contrib/streaming, fix reducer=NONE to work with
  660.     multiple maps.  (Arun C Murthy via cutting)
  661. 40. HADOOP-1039.  In HDFS's TestCheckpoint, avoid restarting
  662.     MiniDFSCluster so often, speeding this test.  (Dhruba Borthakur via cutting)
  663. 41. HADOOP-1040.  Update RandomWriter example to use counters and
  664.     user-defined input and output formats.  (omalley via cutting)
  665. 42. HADOOP-1027.  Fix problems with in-memory merging during shuffle
  666.     and re-enable this optimization.  (Devaraj Das via cutting)
  667. 43. HADOOP-1036.  Fix exception handling in TaskTracker to keep tasks
  668.     from being lost.  (Arun C Murthy via cutting)
  669. 44. HADOOP-1042.  Improve the handling of failed map output fetches.
  670.     (Devaraj Das via cutting)
  671. 45. HADOOP-928.  Make checksums optional per FileSystem.
  672.     (Hairong Kuang via cutting)
  673. 46. HADOOP-1044.  Fix HDFS's TestDecommission to not spuriously fail.
  674.     (Wendy Chien via cutting)
  675. 47. HADOOP-972.  Optimize HDFS's rack-aware block placement algorithm.
  676.     (Hairong Kuang via cutting)
  677. 48. HADOOP-1043.  Optimize shuffle, increasing parallelism.
  678.     (Devaraj Das via cutting)
  679. 49. HADOOP-940.  Improve HDFS's replication scheduling.
  680.     (Dhruba Borthakur via cutting) 
  681. 50. HADOOP-1020.  Fix a bug in Path resolution, and a with unit tests
  682.     on Windows.  (cutting)
  683. 51. HADOOP-941.  Enhance record facility.
  684.     (Milind Bhandarkar via cutting)
  685. 52. HADOOP-1000.  Fix so that log messages in task subprocesses are
  686.     not written to a task's standard error.  (Arun C Murthy via cutting)
  687. 53. HADOOP-1037.  Fix bin/slaves.sh, which currently only works with
  688.     /bin/bash, to specify /bin/bash rather than /bin/sh.  (cutting)
  689. 54. HADOOP-1046. Clean up tmp from partially received stale block files. (ab)
  690. 55. HADOOP-1041.  Optimize mapred counter implementation.  Also group
  691.     counters by their declaring Enum.  (David Bowen via cutting)
  692. 56. HADOOP-1032.  Permit one to specify jars that will be cached
  693.     across multiple jobs.  (Gautam Kowshik via cutting)
  694. 57. HADOOP-1051.  Add optional checkstyle task to build.xml.  To use
  695.     this developers must download the (LGPL'd) checkstyle jar
  696.     themselves.  (tomwhite via cutting)
  697. 58. HADOOP-1049.  Fix a race condition in IPC client.
  698.     (Devaraj Das via cutting)
  699. 60. HADOOP-1056.  Check HDFS include/exclude node lists with both IP
  700.     address and hostname.  (Wendy Chien via cutting)
  701. 61. HADOOP-994.  In HDFS, limit the number of blocks invalidated at
  702.     once.  Large lists were causing datenodes to timeout.
  703.     (Dhruba Borthakur via cutting) 
  704. 62. HADOOP-432.  Add a trash feature, disabled by default.  When
  705.     enabled, the FSShell 'rm' command will move things to a trash
  706.     directory in the filesystem.  In HDFS, a thread periodically
  707.     checkpoints the trash and removes old checkpoints.  (cutting)
  708. Release 0.11.2 - 2007-02-16
  709.  1. HADOOP-1009.  Fix an infinite loop in the HDFS namenode.
  710.     (Dhruba Borthakur via cutting) 
  711.  2. HADOOP-1014.  Disable in-memory merging during shuffle, as this is
  712.     causing data corruption.  (Devaraj Das via cutting)
  713. Release 0.11.1 - 2007-02-09
  714.  1. HADOOP-976.  Make SequenceFile.Metadata public.  (Runping Qi via cutting)
  715.  2. HADOOP-917.  Fix a NullPointerException in SequenceFile's merger
  716.     with large map outputs.  (omalley via cutting)
  717.  3. HADOOP-984.  Fix a bug in shuffle error handling introduced by
  718.     HADOOP-331.  If a map output is unavailable, the job tracker is
  719.     once more informed.  (Arun C Murthy via cutting)
  720.  4. HADOOP-987.  Fix a problem in HDFS where blocks were not removed
  721.     from neededReplications after a replication target was selected.
  722.     (Hairong Kuang via cutting)
  723. Release 0.11.0 - 2007-02-02
  724.  1. HADOOP-781.  Remove methods deprecated in 0.10 that are no longer
  725.     widely used.  (cutting)
  726.  2. HADOOP-842.  Change HDFS protocol so that the open() method is
  727.     passed the client hostname, to permit the namenode to order block
  728.     locations on the basis of network topology.
  729.     (Hairong Kuang via cutting)
  730.  3. HADOOP-852.  Add an ant task to compile record definitions, and
  731.     use it to compile record unit tests.  (Milind Bhandarkar via cutting)
  732.  4. HADOOP-757.  Fix "Bad File Descriptor" exception in HDFS client
  733.     when an output file is closed twice.  (Raghu Angadi via cutting)
  734.  5. [ intentionally blank ]
  735.  6. HADOOP-890.  Replace dashes in metric names with underscores,
  736.     for better compatibility with some monitoring systems.
  737.     (Nigel Daley via cutting)
  738.  7. HADOOP-801.  Add to jobtracker a log of task completion events.
  739.     (Sanjay Dahiya via cutting)
  740.  8. HADOOP-855.  In HDFS, try to repair files with checksum errors.
  741.     An exception is still thrown, but corrupt blocks are now removed
  742.     when they have replicas.  (Wendy Chien via cutting)
  743.  9. HADOOP-886.  Reduce number of timer threads created by metrics API
  744.     by pooling contexts.  (Nigel Daley via cutting)
  745. 10. HADOOP-897.  Add a "javac.args" property to build.xml that permits
  746.     one to pass arbitrary options to javac. (Milind Bhandarkar via cutting)
  747. 11. HADOOP-899.  Update libhdfs for changes in HADOOP-871.
  748.     (Sameer Paranjpye via cutting)
  749. 12. HADOOP-905.  Remove some dead code from JobClient.  (cutting)
  750. 13. HADOOP-902.  Fix a NullPointerException in HDFS client when
  751.     closing output streams.  (Raghu Angadi via cutting)
  752. 14. HADOOP-735.  Switch generated record code to use BytesWritable to
  753.     represent fields of type 'buffer'. (Milind Bhandarkar via cutting)
  754. 15. HADOOP-830.  Improve mapreduce merge performance by buffering and
  755.     merging multiple map outputs as they arrive at reduce nodes before
  756.     they're written to disk.  (Devaraj Das via cutting)
  757. 16. HADOOP-908.  Add a new contrib package, Abacus, that simplifies
  758.     counting and aggregation, built on MapReduce.  (Runping Qi via cutting)
  759. 17. HADOOP-901.  Add support for recursive renaming to the S3 filesystem.
  760.     (Tom White via cutting)
  761. 18. HADOOP-912.  Fix a bug in TaskTracker.isIdle() that was
  762.     sporadically causing unit test failures.  (Arun C Murthy via cutting)
  763. 19. HADOOP-909.  Fix the 'du' command to correctly compute the size of
  764.     FileSystem directory trees.  (Hairong Kuang via cutting)
  765. 20. HADOOP-731.  When a checksum error is encountered on a file stored
  766.     in HDFS, try another replica of the data, if any.
  767.     (Wendy Chien via cutting)
  768. 21. HADOOP-732.  Add support to SequenceFile for arbitrary metadata,
  769.     as a set of attribute value pairs.  (Runping Qi via cutting)
  770. 22. HADOOP-929.  Fix PhasedFileSystem to pass configuration to
  771.     underlying FileSystem.  (Sanjay Dahiya via cutting)
  772. 23. HADOOP-935.  Fix contrib/abacus to not delete pre-existing output
  773.     files, but rather to fail in this case.  (Runping Qi via cutting)
  774. 24. HADOOP-936.  More metric renamings, as in HADOOP-890.
  775.     (Nigel Daley via cutting)
  776. 25. HADOOP-856.  Fix HDFS's fsck command to not report that
  777.     non-existent filesystems are healthy.  (Milind Bhandarkar via cutting)
  778. 26. HADOOP-602.  Remove the dependency on Lucene's PriorityQueue
  779.     utility, by copying it into Hadoop.  This facilitates using Hadoop
  780.     with different versions of Lucene without worrying about CLASSPATH
  781.     order.  (Milind Bhandarkar via cutting)
  782. 27. [ intentionally blank ]
  783. 28. HADOOP-227.  Add support for backup namenodes, which periodically
  784.     get snapshots of the namenode state.  (Dhruba Borthakur via cutting) 
  785. 29. HADOOP-884.  Add scripts in contrib/ec2 to facilitate running
  786.     Hadoop on an Amazon's EC2 cluster.  (Tom White via cutting)
  787. 30. HADOOP-937.  Change the namenode to request re-registration of
  788.     datanodes in more circumstances.  (Hairong Kuang via cutting)
  789. 31. HADOOP-922.  Optimize small forward seeks in HDFS.  If data is has
  790.     likely already in flight, skip ahead rather than re-opening the
  791.     block.  (Dhruba Borthakur via cutting)
  792. 32. HADOOP-961.  Add a 'job -events' sub-command that prints job
  793.     events, including task completions and failures.  (omalley via cutting)
  794. 33. HADOOP-959.  Fix namenode snapshot code added in HADOOP-227 to
  795.     work on Windows.  (Dhruba Borthakur via cutting)
  796. 34. HADOOP-934.  Fix TaskTracker to catch metrics exceptions that were
  797.     causing heartbeats to fail.  (Arun Murthy via cutting)
  798. 35. HADOOP-881.  Fix JobTracker web interface to display the correct
  799.     number of task failures.  (Sanjay Dahiya via cutting)
  800. 36. HADOOP-788.  Change contrib/streaming to subclass TextInputFormat,
  801.     permitting it to take advantage of native compression facilities.
  802.     (Sanjay Dahiya via cutting)
  803. 37. HADOOP-962.  In contrib/ec2: make scripts executable in tar file;
  804.     add a README; make the environment file use a template.
  805.     (Tom White via cutting)
  806. 38. HADOOP-549.  Fix a NullPointerException in TaskReport's
  807.     serialization.  (omalley via cutting)
  808. 39. HADOOP-963.  Fix remote exceptions to have the stack trace of the
  809.     caller thread, not the IPC listener thread.  (omalley via cutting)
  810. 40. HADOOP-967.  Change RPC clients to start sending a version header.
  811.     (omalley via cutting)
  812. 41. HADOOP-964.  Fix a bug introduced by HADOOP-830 where jobs failed
  813.     whose comparators and/or i/o types were in the job's jar.
  814.     (Dennis Kubes via cutting)
  815. 42. HADOOP-969.  Fix a deadlock in JobTracker.  (omalley via cutting)
  816. 43. HADOOP-862.  Add support for the S3 FileSystem to the CopyFiles
  817.     tool.  (Michael Stack via cutting)
  818. 44. HADOOP-965.  Fix IsolationRunner so that job's jar can be found.
  819.     (Dennis Kubes via cutting)
  820. 45. HADOOP-309.  Fix two NullPointerExceptions in StatusHttpServer.
  821.     (navychen via cutting)
  822. 46. HADOOP-692.  Add rack awareness to HDFS's placement of blocks.
  823.     (Hairong Kuang via cutting)
  824. Release 0.10.1 - 2007-01-10
  825.  1. HADOOP-857.  Fix S3 FileSystem implementation to permit its use
  826.     for MapReduce input and output.  (Tom White via cutting)
  827.  2. HADOOP-863.  Reduce logging verbosity introduced by HADOOP-813.
  828.     (Devaraj Das via cutting)
  829.  3. HADOOP-815.  Fix memory leaks in JobTracker. (Arun C Murthy via cutting)
  830.  4. HADOOP-600.  Fix a race condition in JobTracker.
  831.     (Arun C Murthy via cutting)
  832.  5. HADOOP-864.  Fix 'bin/hadoop -jar' to operate correctly when
  833.     hadoop.tmp.dir does not yet exist.  (omalley via cutting)
  834.  6. HADOOP-866.  Fix 'dfs -get' command to remove existing crc files,
  835.     if any.  (Milind Bhandarkar via cutting)
  836.  7. HADOOP-871.  Fix a bug in bin/hadoop setting JAVA_LIBRARY_PATH.
  837.     (Arun C Murthy via cutting)
  838.  8. HADOOP-868.  Decrease the number of open files during map,
  839.     respecting io.sort.fa ctor.  (Devaraj Das via cutting)
  840.  9. HADOOP-865.  Fix S3 FileSystem so that partially created files can
  841.     be deleted.  (Tom White via cutting)
  842. 10. HADOOP-873.  Pass java.library.path correctly to child processes.
  843.     (omalley via cutting)
  844. 11. HADOOP-851.  Add support for the LZO codec.  This is much faster
  845.     than the default, zlib-based compression, but it is only available
  846.     when the native library is built.  (Arun C Murthy via cutting)
  847. 12. HADOOP-880.  Fix S3 FileSystem to remove directories.
  848.     (Tom White via cutting)
  849. 13. HADOOP-879.  Fix InputFormatBase to handle output generated by
  850.     MapFileOutputFormat.  (cutting)
  851. 14. HADOOP-659.  In HDFS, prioritize replication of blocks based on
  852.     current replication level.  Blocks which are severely
  853.     under-replicated should be further replicated before blocks which
  854.     are less under-replicated.  (Hairong Kuang via cutting)
  855. 15. HADOOP-726.  Deprecate FileSystem locking methods.  They are not
  856.     currently usable.  Locking should eventually provided as an
  857.     independent service.  (Raghu Angadi via cutting)
  858. 16. HADOOP-758.  Fix exception handling during reduce so that root
  859.     exceptions are not masked by exceptions in cleanups.
  860.     (Raghu Angadi via cutting)
  861. Release 0.10.0 - 2007-01-05
  862.  1. HADOOP-763. Change DFS namenode benchmark to not use MapReduce.
  863.     (Nigel Daley via cutting)
  864.  2. HADOOP-777. Use fully-qualified hostnames for tasktrackers and
  865.     datanodes.  (Mahadev Konar via cutting)
  866.  3. HADOOP-621. Change 'dfs -cat' to exit sooner when output has been
  867.     closed.  (Dhruba Borthakur via cutting) 
  868.  4. HADOOP-752. Rationalize some synchronization in DFS namenode.
  869.     (Dhruba Borthakur via cutting) 
  870.  5. HADOOP-629. Fix RPC services to better check the protocol name and
  871.     version.  (omalley via cutting)
  872.  6. HADOOP-774. Limit the number of invalid blocks returned with
  873.     heartbeats by the namenode to datanodes.  Transmitting and
  874.     processing very large invalid block lists can tie up both the
  875.     namenode and datanode for too long.  (Dhruba Borthakur via cutting) 
  876.  7. HADOOP-738. Change 'dfs -get' command to not create CRC files by
  877.     default, adding a -crc option to force their creation.
  878.     (Milind Bhandarkar via cutting)
  879.  8. HADOOP-676. Improved exceptions and error messages for common job
  880.     input specification errors.  (Sanjay Dahiya via cutting)
  881.  9. [Included in 0.9.2 release]
  882. 10. HADOOP-756. Add new dfsadmin option to wait for filesystem to be
  883.     operational.  (Dhruba Borthakur via cutting)
  884. 11. HADOOP-770. Fix jobtracker web interface to display, on restart,
  885.     jobs that were running when it was last stopped.
  886.     (Sanjay Dahiya via cutting)
  887. 12. HADOOP-331. Write all map outputs to a single file with an index,
  888.     rather than to a separate file per reduce task.  This should both
  889.     speed the shuffle and make things more scalable.
  890.     (Devaraj Das via cutting)
  891. 13. HADOOP-818. Fix contrib unit tests to not depend on core unit
  892.     tests.  (omalley via cutting)
  893. 14. HADOOP-786. Log common exception at debug level.
  894.     (Sanjay Dahiya via cutting)
  895. 15. HADOOP-796. Provide more convenient access to failed task
  896.     information in the web interface.  (Sanjay Dahiya via cutting)
  897. 16. HADOOP-764. Reduce memory allocations in namenode some.
  898.     (Dhruba Borthakur via cutting) 
  899. 17. HADOOP-802. Update description of mapred.speculative.execution to
  900.     mention reduces.  (Nigel Daley via cutting)
  901. 18. HADOOP-806. Include link to datanodes on front page of namenode
  902.     web interface.  (Raghu Angadi via cutting)
  903. 19. HADOOP-618.  Make JobSubmissionProtocol public.
  904.     (Arun C Murthy via cutting)
  905. 20. HADOOP-782.  Fully remove killed tasks.  (Arun C Murthy via cutting)
  906. 21. HADOOP-792.  Fix 'dfs -mv' to return correct status.
  907.     (Dhruba Borthakur via cutting) 
  908. 22. HADOOP-673.  Give each task its own working directory again.
  909.     (Mahadev Konar via cutting)
  910. 23. HADOOP-571.  Extend the syntax of Path to be a URI; to be
  911.     optionally qualified with a scheme and authority.  The scheme
  912.     determines the FileSystem implementation, while the authority
  913.     determines the FileSystem instance.  New FileSystem
  914.     implementations may be provided by defining an fs.<scheme>.impl
  915.     property, naming the FileSystem implementation class.  This
  916.     permits easy integration of new FileSystem implementations.
  917.     (cutting)
  918. 24. HADOOP-720.  Add an HDFS white paper to website.
  919.     (Dhruba Borthakur via cutting) 
  920. 25. HADOOP-794.  Fix a divide-by-zero exception when a job specifies
  921.     zero map tasks.  (omalley via cutting)
  922. 26. HADOOP-454.  Add a 'dfs -dus' command that provides summary disk
  923.     usage.  (Hairong Kuang via cutting)
  924. 27. HADOOP-574.  Add an Amazon S3 implementation of FileSystem.  To
  925.     use this, one need only specify paths of the form
  926.     s3://id:secret@bucket/.  Alternately, the AWS access key id and
  927.     secret can be specified in your config, with the properties
  928.     fs.s3.awsAccessKeyId and fs.s3.awsSecretAccessKey.
  929.     (Tom White via cutting)
  930. 28. HADOOP-824.  Rename DFSShell to be FsShell, since it applies
  931.     generically to all FileSystem implementations.  (cutting)
  932. 29. HADOOP-813.  Fix map output sorting to report progress, so that
  933.     sorts which take longer than the task timeout do not fail.
  934.     (Devaraj Das via cutting)
  935. 30. HADOOP-825.  Fix HDFS daemons when configured with new URI syntax.
  936.     (omalley via cutting)
  937. 31. HADOOP-596.  Fix a bug in phase reporting during reduce.
  938.     (Sanjay Dahiya via cutting)
  939. 32. HADOOP-811.  Add a utility, MultithreadedMapRunner.
  940.     (Alejandro Abdelnur via cutting)
  941. 33. HADOOP-829.  Within HDFS, clearly separate three different
  942.     representations for datanodes: one for RPCs, one for
  943.     namenode-internal use, and one for namespace persistence.
  944.     (Dhruba Borthakur via cutting) 
  945. 34. HADOOP-823.  Fix problem starting datanode when not all configured
  946.     data directories exist.  (Bryan Pendleton via cutting)
  947. 35. HADOOP-451.  Add a Split interface.  CAUTION: This incompatibly
  948.     changes the InputFormat and RecordReader interfaces.  Not only is
  949.     FileSplit replaced with Split, but a FileSystem parameter is no
  950.     longer passed in several methods, input validation has changed,
  951.     etc.  (omalley via cutting)
  952. 36. HADOOP-814.  Optimize locking in namenode. (Dhruba Borthakur via cutting) 
  953. 37. HADOOP-738.  Change 'fs -put' and 'fs -get' commands to accept
  954.     standard input and output, respectively.  Standard i/o is
  955.     specified by a file named '-'.  (Wendy Chien via cutting)
  956. 38. HADOOP-835.  Fix a NullPointerException reading record-compressed
  957.     SequenceFiles.  (Hairong Kuang via cutting)
  958. 39. HADOOP-836.  Fix a MapReduce bug on Windows, where the wrong
  959.     FileSystem was used.  Also add a static FileSystem.getLocal()
  960.     method and better Path checking in HDFS, to help avoid such issues
  961.     in the future.  (omalley via cutting)
  962. 40. HADOOP-837.  Improve RunJar utility to unpack jar file
  963.     hadoop.tmp.dir, rather than the system temporary directory.
  964.     (Hairong Kuang via cutting)
  965. 41. HADOOP-841.  Fix native library to build 32-bit version even when
  966.     on a 64-bit host, if a 32-bit JVM is used.  (Arun C Murthy via cutting)
  967. 42. HADOOP-838.  Fix tasktracker to pass java.library.path to
  968.     sub-processes, so that libhadoop.a is found.
  969.     (Arun C Murthy via cutting)
  970. 43. HADOOP-844.  Send metrics messages on a fixed-delay schedule
  971.     instead of a fixed-rate schedule.  (David Bowen via cutting)
  972. 44. HADOOP-849.  Fix OutOfMemory exceptions in TaskTracker due to a
  973.     file handle leak in SequenceFile.  (Devaraj Das via cutting)
  974. 45. HADOOP-745.  Fix a synchronization bug in the HDFS namenode.
  975.     (Dhruba Borthakur via cutting)
  976. 46. HADOOP-850.  Add Writable implementations for variable-length
  977.     integers.  (ab via cutting)
  978. 47. HADOOP-525.  Add raw comparators to record types.  This greatly
  979.     improves record sort performance.  (Milind Bhandarkar via cutting)
  980. 48. HADOOP-628.  Fix a problem with 'fs -cat' command, where some
  981.     characters were replaced with question marks.  (Wendy Chien via cutting)
  982. 49. HADOOP-804.  Reduce verbosity of MapReduce logging.
  983.     (Sanjay Dahiya via cutting)
  984. 50. HADOOP-853.  Rename 'site' to 'docs', in preparation for inclusion
  985.     in releases.  (cutting)
  986. 51. HADOOP-371.  Include contrib jars and site documentation in
  987.     distributions.  Also add contrib and example documentation to
  988.     distributed javadoc, in separate sections.  (Nigel Daley via cutting)
  989. 52. HADOOP-846.  Report progress during entire map, as sorting of
  990.     intermediate outputs may happen at any time, potentially causing
  991.     task timeouts.  (Devaraj Das via cutting)
  992. 53. HADOOP-840.  In task tracker, queue task cleanups and perform them
  993.     in a separate thread.  (omalley & Mahadev Konar via cutting)
  994. 54. HADOOP-681.  Add to HDFS the ability to decommission nodes.  This
  995.     causes their blocks to be re-replicated on other nodes, so that
  996.     they may be removed from a cluster.  (Dhruba Borthakur via cutting)
  997. 55. HADOOP-470.  In HDFS web ui, list the datanodes containing each
  998.     copy of a block.  (Hairong Kuang via cutting)
  999. 56. HADOOP-700.  Change bin/hadoop to only include core jar file on
  1000.     classpath, not example, test, etc.  Also rename core jar to
  1001.     hadoop-${version}-core.jar so that it can be more easily
  1002.     identified.  (Nigel Daley via cutting)
  1003. 57. HADOOP-619.  Extend InputFormatBase to accept individual files and
  1004.     glob patterns as MapReduce inputs, not just directories.  Also
  1005.     change contrib/streaming to use this.  (Sanjay Dahia via cutting)
  1006. Release 0.9.2 - 2006-12-15
  1007.  1. HADOOP-639. Restructure InterTrackerProtocol to make task
  1008.     accounting more reliable.  (Arun C Murthy via cutting)
  1009.  2. HADOOP-827. Turn off speculative execution by default, since it's
  1010.     currently broken.  (omalley via cutting)
  1011.  3. HADOOP-791. Fix a deadlock in the task tracker.
  1012.     (Mahadev Konar via cutting)
  1013. Release 0.9.1 - 2006-12-06
  1014.  1. HADOOP-780. Use ReflectionUtils to instantiate key and value
  1015.     objects. (ab)
  1016.  2. HADOOP-779. Fix contrib/streaming to work correctly with gzipped
  1017.     input files.  (Hairong Kuang via cutting)
  1018. Release 0.9.0 - 2006-12-01
  1019.  1. HADOOP-655.  Remove most deprecated code.  A few deprecated things
  1020.     remain, notably UTF8 and some methods that are still required.
  1021.     Also cleaned up constructors for SequenceFile, MapFile, SetFile,
  1022.     and ArrayFile a bit.  (cutting)
  1023.  2. HADOOP-565.  Upgrade to Jetty version 6. (Sanjay Dahiya via cutting)
  1024.  3. HADOOP-682.  Fix DFS format command to work correctly when
  1025.     configured with a non-existent directory. (Sanjay Dahiya via cutting)
  1026.  4. HADOOP-645.  Fix a bug in contrib/streaming when -reducer is NONE.
  1027.     (Dhruba Borthakur via cutting) 
  1028.  5. HADOOP-687.  Fix a classpath bug in bin/hadoop that blocked the
  1029.     servers from starting. (Sameer Paranjpye via omalley)
  1030.  6. HADOOP-683.  Remove a script dependency on bash, so it works with
  1031.     dash, the new default for /bin/sh on Ubuntu.  (James Todd via cutting)
  1032.  7. HADOOP-382.  Extend unit tests to run multiple datanodes.
  1033.     (Milind Bhandarkar via cutting)
  1034.  8. HADOOP-604.  Fix some synchronization issues and a
  1035.     NullPointerException in DFS datanode.  (Raghu Angadi via cutting)
  1036.  9. HADOOP-459.  Fix memory leaks and a host of other issues with
  1037.     libhdfs.  (Sameer Paranjpye via cutting)
  1038. 10. HADOOP-694.  Fix a NullPointerException in jobtracker.
  1039.     (Mahadev Konar via cutting)
  1040. 11. HADOOP-637.  Fix a memory leak in the IPC server.  Direct buffers
  1041.     are not collected like normal buffers, and provided little
  1042.     advantage.  (Raghu Angadi via cutting)
  1043. 12. HADOOP-696.  Fix TestTextInputFormat unit test to not rely on the
  1044.     order of directory listings.  (Sameer Paranjpye via cutting)
  1045. 13. HADOOP-611.  Add support for iterator-based merging to
  1046.     SequenceFile.  (Devaraj Das via cutting)
  1047. 14. HADOOP-688.  Move DFS administrative commands to a separate
  1048.     command named 'dfsadmin'.  (Dhruba Borthakur via cutting) 
  1049. 15. HADOOP-708.  Fix test-libhdfs to return the correct status, so
  1050.     that failures will break the build.  (Nigel Daley via cutting)
  1051. 16. HADOOP-646.  Fix namenode to handle edits files larger than 2GB.
  1052.     (Milind Bhandarkar via cutting)
  1053. 17. HADOOP-705.  Fix a bug in the JobTracker when failed jobs were
  1054.     not completely cleaned up.  (Mahadev Konar via cutting)
  1055. 18. HADOOP-613.  Perform final merge while reducing.  This removes one
  1056.     sort pass over the data and should consequently significantly
  1057.     decrease overall processing time.  (Devaraj Das via cutting)
  1058. 19. HADOOP-661.  Make each job's configuration visible through the web
  1059.     ui.  (Arun C Murthy via cutting)
  1060. 20. HADOOP-489.  In MapReduce, separate user logs from system logs.
  1061.     Each task's log output is now available through the web ui.  (Arun
  1062.     C Murthy via cutting)
  1063. 21. HADOOP-712.  Fix record io's xml serialization to correctly handle
  1064.     control-characters.  (Milind Bhandarkar via cutting)
  1065. 22. HADOOP-668.  Improvements to the web-based DFS browser.
  1066.     (Hairong Kuang via cutting)
  1067. 23. HADOOP-715.  Fix build.xml so that test logs are written in build
  1068.     directory, rather than in CWD.  (Arun C Murthy via cutting)
  1069. 24. HADOOP-538.  Add support for building an optional native library,
  1070.     libhadoop.so, that improves the performance of zlib-based
  1071.     compression.  To build this, specify -Dcompile.native to Ant.
  1072.     (Arun C Murthy via cutting)
  1073. 25. HADOOP-610.  Fix an problem when the DFS block size is configured
  1074.     to be smaller than the buffer size, typically only when debugging.
  1075.     (Milind Bhandarkar via cutting)
  1076. 26. HADOOP-695.  Fix a NullPointerException in contrib/streaming.
  1077.     (Hairong Kuang via cutting)
  1078. 27. HADOOP-652.  In DFS, when a file is deleted, the block count is
  1079.     now decremented.  (Vladimir Krokhmalyov via cutting)
  1080. 28. HADOOP-725.  In DFS, optimize block placement algorithm,
  1081.     previously a performance bottleneck.  (Milind Bhandarkar via cutting)
  1082. 29. HADOOP-723.  In MapReduce, fix a race condition during the
  1083.     shuffle, which resulted in FileNotFoundExceptions.  (omalley via cutting)
  1084. 30. HADOOP-447.  In DFS, fix getBlockSize(Path) to work with relative
  1085.     paths.  (Raghu Angadi via cutting)
  1086. 31. HADOOP-733.  Make exit codes in DFShell consistent and add a unit
  1087.     test.  (Dhruba Borthakur via cutting)
  1088. 32. HADOOP-709.  Fix contrib/streaming to work with commands that
  1089.     contain control characters.  (Dhruba Borthakur via cutting)
  1090. 33. HADOOP-677.  In IPC, permit a version header to be transmitted
  1091.     when connections are established.  This will permit us to change
  1092.     the format of IPC requests back-compatibly in subsequent releases.
  1093.     (omalley via cutting)
  1094. 34. HADOOP-699.  Fix DFS web interface so that filesystem browsing
  1095.     works correctly, using the right port number.  Also add support
  1096.     for sorting datanode list by various columns.
  1097.     (Raghu Angadi via cutting)
  1098. 35. HADOOP-76.  Implement speculative reduce.  Now when a job is
  1099.     configured for speculative execution, both maps and reduces will
  1100.     execute speculatively.  Reduce outputs are written to temporary
  1101.     location and moved to the final location when reduce is complete.
  1102.     (Sanjay Dahiya via cutting)
  1103. 36. HADOOP-736.  Roll back to Jetty 5.1.4, due to performance problems
  1104.     with Jetty 6.0.1.
  1105. 37. HADOOP-739.  Fix TestIPC to use different port number, making it
  1106.     more reliable.  (Nigel Daley via cutting)
  1107. 38. HADOOP-749.  Fix a NullPointerException in jobfailures.jsp.
  1108.     (omalley via cutting)
  1109. 39. HADOOP-747.  Fix record serialization to work correctly when
  1110.     records are embedded in Maps.  (Milind Bhandarkar via cutting)
  1111. 40. HADOOP-698.  Fix HDFS client not to retry the same datanode on
  1112.     read failures.  (Milind Bhandarkar via cutting)
  1113. 41. HADOOP-689. Add GenericWritable, to facilitate polymorphism in
  1114.     MapReduce, SequenceFile, etc. (Feng Jiang via cutting)
  1115. 42. HADOOP-430.  Stop datanode's HTTP server when registration with
  1116.     namenode fails.  (Wendy Chien via cutting)
  1117. 43. HADOOP-750.  Fix a potential race condition during mapreduce
  1118.     shuffle.  (omalley via cutting)
  1119. 44. HADOOP-728.  Fix contrib/streaming-related issues, including
  1120.     '-reducer NONE'.  (Sanjay Dahiya via cutting)
  1121. Release 0.8.0 - 2006-11-03
  1122.  1. HADOOP-477.  Extend contrib/streaming to scan the PATH environment
  1123.     variables when resolving executable program names.
  1124.     (Dhruba Borthakur via cutting) 
  1125.  2. HADOOP-583.  In DFSClient, reduce the log level of re-connect
  1126.     attempts from 'info' to 'debug', so they are not normally shown.
  1127.     (Konstantin Shvachko via cutting)
  1128.  3. HADOOP-498.  Re-implement DFS integrity checker to run server-side,
  1129.     for much improved performance.  (Milind Bhandarkar via cutting)
  1130.  4. HADOOP-586.  Use the jar name for otherwise un-named jobs.
  1131.     (Sanjay Dahiya via cutting)
  1132.  5. HADOOP-514.  Make DFS heartbeat interval configurable.
  1133.     (Milind Bhandarkar via cutting)
  1134.  6. HADOOP-588.  Fix logging and accounting of failed tasks.
  1135.     (Sanjay Dahiya via cutting)
  1136.  7. HADOOP-462.  Improve command line parsing in DFSShell, so that
  1137.     incorrect numbers of arguments result in informative errors rather
  1138.     than ArrayOutOfBoundsException.  (Dhruba Borthakur via cutting) 
  1139.  8. HADOOP-561.  Fix DFS so that one replica of each block is written
  1140.     locally, if possible.  This was the intent, but there as a bug.
  1141.     (Dhruba Borthakur via cutting) 
  1142.  9. HADOOP-610.  Fix TaskTracker to survive more exceptions, keeping
  1143.     tasks from becoming lost.  (omalley via cutting)
  1144. 10. HADOOP-625.  Add a servlet to all http daemons that displays a
  1145.     stack dump, useful for debugging.  (omalley via cutting)
  1146. 11. HADOOP-554.  Fix DFSShell to return -1 for errors.
  1147.     (Dhruba Borthakur via cutting) 
  1148. 12. HADOOP-626.  Correct the documentation in the NNBench example
  1149.     code, and also remove a mistaken call there.
  1150.     (Nigel Daley via cutting)
  1151. 13. HADOOP-634.  Add missing license to many files.
  1152.     (Nigel Daley via cutting)
  1153. 14. HADOOP-627.  Fix some synchronization problems in MiniMRCluster
  1154.     that sometimes caused unit tests to fail.  (Nigel Daley via cutting)
  1155. 15. HADOOP-563.  Improve the NameNode's lease policy so that leases
  1156.     are held for one hour without renewal (instead of one minute).
  1157.     However another attempt to create the same file will still succeed
  1158.     if the lease has not been renewed within a minute.  This prevents
  1159.     communication or scheduling problems from causing a write to fail
  1160.     for up to an hour, barring some other process trying to create the
  1161.     same file.  (Dhruba Borthakur via cutting)
  1162. 16. HADOOP-635.  In DFSShell, permit specification of multiple files
  1163.     as the source for file copy and move commands.
  1164.     (Dhruba Borthakur via cutting)
  1165. 17. HADOOP-641.  Change NameNode to request a fresh block report from
  1166.     a re-discovered DataNode, so that no-longer-needed replications
  1167.     are stopped promptly.  (Konstantin Shvachko via cutting)
  1168. 18. HADOOP-642.  Change IPC client to specify an explicit connect
  1169.     timeout.  (Konstantin Shvachko via cutting)
  1170. 19. HADOOP-638.  Fix an unsynchronized access to TaskTracker's
  1171.     internal state.  (Nigel Daley via cutting)
  1172. 20. HADOOP-624.  Fix servlet path to stop a Jetty warning on startup.
  1173.     (omalley via cutting)
  1174. 21. HADOOP-578.  Failed tasks are no longer placed at the end of the
  1175.     task queue.  This was originally done to work around other
  1176.     problems that have now been fixed.  Re-executing failed tasks
  1177.     sooner causes buggy jobs to fail faster.  (Sanjay Dahiya via cutting)
  1178. 22. HADOOP-658.  Update source file headers per Apache policy.  (cutting)
  1179. 23. HADOOP-636.  Add MapFile & ArrayFile constructors which accept a
  1180.     Progressable, and pass it down to SequenceFile.  This permits
  1181.     reduce tasks which use MapFile to still report progress while
  1182.     writing blocks to the filesystem.  (cutting)
  1183. 24. HADOOP-576.  Enable contrib/streaming to use the file cache.  Also
  1184.     extend the cache to permit symbolic links to cached items, rather
  1185.     than local file copies.  (Mahadev Konar via cutting)
  1186. 25. HADOOP-482.  Fix unit tests to work when a cluster is running on
  1187.     the same machine, removing port conflicts.  (Wendy Chien via cutting)
  1188. 26. HADOOP-90.  Permit dfs.name.dir to list multiple directories,
  1189.     where namenode data is to be replicated. (Milind Bhandarkar via cutting)
  1190. 27. HADOOP-651.  Fix DFSCk to correctly pass parameters to the servlet
  1191.     on the namenode.  (Milind Bhandarkar via cutting)
  1192. 28. HADOOP-553.  Change main() routines of DataNode and NameNode to
  1193.     log exceptions rather than letting the JVM print them to standard
  1194.     error.  Also, change the hadoop-daemon.sh script to rotate
  1195.     standard i/o log files.  (Raghu Angadi via cutting)
  1196. 29. HADOOP-399.  Fix javadoc warnings.  (Nigel Daley via cutting)
  1197. 30. HADOOP-599.  Fix web ui and command line to correctly report DFS
  1198.     filesystem size statistics.  Also improve web layout.
  1199.     (Raghu Angadi via cutting)
  1200. 31. HADOOP-660.  Permit specification of junit test output format.
  1201.     (Nigel Daley via cutting)
  1202. 32. HADOOP-663.  Fix a few unit test issues.  (Mahadev Konar via cutting)
  1203. 33. HADOOP-664.  Cause entire build to fail if libhdfs tests fail.
  1204.     (Nigel Daley via cutting)
  1205. 34. HADOOP-633.  Keep jobtracker from dying when job initialization
  1206.     throws exceptions.  Also improve exception handling in a few other
  1207.     places and add more informative thread names.
  1208.     (omalley via cutting)
  1209. 35. HADOOP-669.  Fix a problem introduced by HADOOP-90 that can cause
  1210.     DFS to lose files.  (Milind Bhandarkar via cutting)
  1211. 36. HADOOP-373.  Consistently check the value returned by
  1212.     FileSystem.mkdirs().  (Wendy Chien via cutting)
  1213. 37. HADOOP-670.  Code cleanups in some DFS internals: use generic
  1214.     types, replace Vector with ArrayList, etc.
  1215.     (Konstantin Shvachko via cutting)
  1216. 38. HADOOP-647.  Permit map outputs to use a different compression
  1217.     type than the job output.  (omalley via cutting)
  1218. 39. HADOOP-671.  Fix file cache to check for pre-existence before
  1219.     creating .  (Mahadev Konar via cutting)
  1220. 40. HADOOP-665.  Extend many DFSShell commands to accept multiple
  1221.     arguments.  Now commands like "ls", "rm", etc. will operate on
  1222.     multiple files.  (Dhruba Borthakur via cutting)
  1223. Release 0.7.2 - 2006-10-18
  1224.  1. HADOOP-607.  Fix a bug where classes included in job jars were not
  1225.     found by tasks.  (Mahadev Konar via cutting)
  1226.  2. HADOOP-609.  Add a unit test that checks that classes in job jars
  1227.     can be found by tasks.  Also modify unit tests to specify multiple
  1228.     local directories.  (Mahadev Konar via cutting)
  1229. Release 0.7.1 - 2006-10-11
  1230.  1. HADOOP-593.  Fix a NullPointerException in the JobTracker.
  1231.     (omalley via cutting)
  1232.  2. HADOOP-592.  Fix a NullPointerException in the IPC Server.  Also
  1233.     consistently log when stale calls are discarded.  (omalley via cutting)
  1234.  3. HADOOP-594.  Increase the DFS safe-mode threshold from .95 to
  1235.     .999, so that nearly all blocks must be reported before filesystem
  1236.     modifications are permitted.  (Konstantin Shvachko via cutting)
  1237.  4. HADOOP-598.  Fix tasks to retry when reporting completion, so that
  1238.     a single RPC timeout won't fail a task.  (omalley via cutting)
  1239.  5. HADOOP-597.  Fix TaskTracker to not discard map outputs for errors
  1240.     in transmitting them to reduce nodes.  (omalley via cutting)
  1241. Release 0.7.0 - 2006-10-06
  1242.  1. HADOOP-243.  Fix rounding in the display of task and job progress
  1243.     so that things are not shown to be 100% complete until they are in
  1244.     fact finished.  (omalley via cutting) 
  1245.  2. HADOOP-438.  Limit the length of absolute paths in DFS, since the
  1246.     file format used to store pathnames has some limitations.
  1247.     (Wendy Chien via cutting)
  1248.  3. HADOOP-530.  Improve error messages in SequenceFile when keys or
  1249.     values are of the wrong type.  (Hairong Kuang via cutting)
  1250.  4. HADOOP-288.  Add a file caching system and use it in MapReduce to
  1251.     cache job jar files on slave nodes.  (Mahadev Konar via cutting)
  1252.  5. HADOOP-533.  Fix unit test to not modify conf directory.
  1253.    (Hairong Kuang via cutting)
  1254.  6. HADOOP-527.  Permit specification of the local address that various
  1255.     Hadoop daemons should bind to.  (Philippe Gassmann via cutting)
  1256.  7. HADOOP-542.  Updates to contrib/streaming: reformatted source code,
  1257.     on-the-fly merge sort, a fix for HADOOP-540, etc.
  1258.     (Michel Tourn via cutting)
  1259.  8. HADOOP-545.  Remove an unused config file parameter.
  1260.     (Philippe Gassmann via cutting)
  1261.  9. HADOOP-548.  Add an Ant property "test.output" to build.xml that
  1262.     causes test output to be logged to the console.  (omalley via cutting)
  1263. 10. HADOOP-261.  Record an error message when map output is lost.
  1264.     (omalley via cutting)
  1265. 11. HADOOP-293.  Report the full list of task error messages in the
  1266.     web ui, not just the most recent.  (omalley via cutting)
  1267. 12. HADOOP-551.  Restore JobClient's console printouts to only include
  1268.     a maximum of one update per one percent of progress.
  1269.     (omalley via cutting)
  1270. 13. HADOOP-306.  Add a "safe" mode to DFS.  The name node enters this
  1271.     when less than a specified percentage of file data is complete.
  1272.     Currently safe mode is only used on startup, but eventually it
  1273.     will also be entered when datanodes disconnect and file data
  1274.     becomes incomplete.  While in safe mode no filesystem
  1275.     modifications are permitted and block replication is inhibited.
  1276.     (Konstantin Shvachko via cutting)
  1277. 14. HADOOP-431.  Change 'dfs -rm' to not operate recursively and add a
  1278.     new command, 'dfs -rmr' which operates recursively.
  1279.     (Sameer Paranjpye via cutting)
  1280. 15. HADOOP-263.  Include timestamps for job transitions.  The web
  1281.     interface now displays the start and end times of tasks and the
  1282.     start times of sorting and reducing for reduce tasks.  Also,
  1283.     extend ObjectWritable to handle enums, so that they can be passed
  1284.     as RPC parameters.  (Sanjay Dahiya via cutting)
  1285. 16. HADOOP-556.  Contrib/streaming: send keep-alive reports to task
  1286.     tracker every 10 seconds rather than every 100 records, to avoid
  1287.     task timeouts.  (Michel Tourn via cutting)
  1288. 17. HADOOP-547.  Fix reduce tasks to ping tasktracker while copying
  1289.     data, rather than only between copies, avoiding task timeouts.
  1290.     (Sanjay Dahiya via cutting)
  1291. 18. HADOOP-537.  Fix src/c++/libhdfs build process to create files in
  1292.     build/, no longer modifying the source tree.
  1293.     (Arun C Murthy via cutting)
  1294. 19. HADOOP-487.  Throw a more informative exception for unknown RPC
  1295.     hosts.  (Sameer Paranjpye via cutting)
  1296. 20. HADOOP-559.  Add file name globbing (pattern matching) support to
  1297.     the FileSystem API, and use it in DFSShell ('bin/hadoop dfs')
  1298.     commands.  (Hairong Kuang via cutting)
  1299. 21. HADOOP-508.  Fix a bug in FSDataInputStream.  Incorrect data was
  1300.     returned after seeking to a random location.
  1301.     (Milind Bhandarkar via cutting)
  1302. 22. HADOOP-560.  Add a "killed" task state.  This can be used to
  1303.     distinguish kills from other failures.  Task state has also been
  1304.     converted to use an enum type instead of an int, uncovering a bug
  1305.     elsewhere.  The web interface is also updated to display killed
  1306.     tasks.  (omalley via cutting)
  1307. 23. HADOOP-423.  Normalize Paths containing directories named "." and
  1308.     "..", using the standard, unix interpretation.  Also add checks in
  1309.     DFS, prohibiting the use of "." or ".." as directory or file
  1310.     names.  (Wendy Chien via cutting)
  1311. 24. HADOOP-513.  Replace map output handling with a servlet, rather
  1312.     than a JSP page.  This fixes an issue where
  1313.     IllegalStateException's were logged, sets content-length
  1314.     correctly, and better handles some errors.  (omalley via cutting)
  1315. 25. HADOOP-552.  Improved error checking when copying map output files
  1316.     to reduce nodes.  (omalley via cutting)
  1317. 26. HADOOP-566.  Fix scripts to work correctly when accessed through
  1318.     relative symbolic links.  (Lee Faris via cutting)
  1319. 27. HADOOP-519.  Add positioned read methods to FSInputStream.  These
  1320.     permit one to read from a stream without moving its position, and
  1321.     can hence be performed by multiple threads at once on a single
  1322.     stream. Implement an optimized version for DFS and local FS.
  1323.     (Milind Bhandarkar via cutting)
  1324. 28. HADOOP-522. Permit block compression with MapFile and SetFile.
  1325.     Since these formats are always sorted, block compression can
  1326.     provide a big advantage.  (cutting)
  1327. 29. HADOOP-567. Record version and revision information in builds.  A
  1328.     package manifest is added to the generated jar file containing
  1329.     version information, and a VersionInfo utility is added that
  1330.     includes further information, including the build date and user,
  1331.     and the subversion revision and repository.  A 'bin/hadoop
  1332.     version' comand is added to show this information, and it is also
  1333.     added to various web interfaces.  (omalley via cutting)
  1334. 30. HADOOP-568.  Fix so that errors while initializing tasks on a
  1335.     tasktracker correctly report the task as failed to the jobtracker,
  1336.     so that it will be rescheduled.  (omalley via cutting)
  1337. 31. HADOOP-550.  Disable automatic UTF-8 validation in Text.  This
  1338.     permits, e.g., TextInputFormat to again operate on non-UTF-8 data.
  1339.     (Hairong and Mahadev via cutting)
  1340. 32. HADOOP-343.  Fix mapred copying so that a failed tasktracker
  1341.     doesn't cause other copies to slow.  (Sameer Paranjpye via cutting)
  1342. 33. HADOOP-239.  Add a persistent job history mechanism, so that basic
  1343.     job statistics are not lost after 24 hours and/or when the
  1344.     jobtracker is restarted.  (Sanjay Dahiya via cutting)
  1345. 34. HADOOP-506.  Ignore heartbeats from stale task trackers.
  1346.    (Sanjay Dahiya via cutting)
  1347. 35. HADOOP-255.  Discard stale, queued IPC calls.  Do not process
  1348.     calls whose clients will likely time out before they receive a
  1349.     response.  When the queue is full, new calls are now received and
  1350.     queued, and the oldest calls are discarded, so that, when servers
  1351.     get bogged down, they no longer develop a backlog on the socket.
  1352.     This should improve some DFS namenode failure modes.
  1353.     (omalley via cutting)
  1354. 36. HADOOP-581.  Fix datanode to not reset itself on communications
  1355.     errors with the namenode.  If a request to the namenode fails, the
  1356.     datanode should retry, not restart.  This reduces the load on the
  1357.     namenode, since restarts cause a resend of the block report.
  1358.     (omalley via cutting)
  1359. Release 0.6.2 - 2006-09-18
  1360. 1. HADOOP-532.  Fix a bug reading value-compressed sequence files,
  1361.    where an exception was thrown reporting that the full value had not
  1362.    been read.  (omalley via cutting)
  1363. 2. HADOOP-534.  Change the default value class in JobConf to be Text
  1364.    instead of the now-deprecated UTF8.  This fixes the Grep example
  1365.    program, which was updated to use Text, but relies on this
  1366.    default.  (Hairong Kuang via cutting)
  1367. Release 0.6.1 - 2006-09-13
  1368.  1. HADOOP-520.  Fix a bug in libhdfs, where write failures were not
  1369.     correctly returning error codes.  (Arun C Murthy via cutting)
  1370.  2. HADOOP-523.  Fix a NullPointerException when TextInputFormat is
  1371.     explicitly specified.  Also add a test case for this.
  1372.     (omalley via cutting)
  1373.  3. HADOOP-521.  Fix another NullPointerException finding the
  1374.     ClassLoader when using libhdfs.  (omalley via cutting)
  1375.  4. HADOOP-526.  Fix a NullPointerException when attempting to start
  1376.     two datanodes in the same directory.  (Milind Bhandarkar via cutting)
  1377.  5. HADOOP-529.  Fix a NullPointerException when opening
  1378.     value-compressed sequence files generated by pre-0.6.0 Hadoop.
  1379.     (omalley via cutting)
  1380. Release 0.6.0 - 2006-09-08
  1381.  1. HADOOP-427.  Replace some uses of DatanodeDescriptor in the DFS
  1382.     web UI code with DatanodeInfo, the preferred public class.
  1383.     (Devaraj Das via cutting)
  1384.  2. HADOOP-426.  Fix streaming contrib module to work correctly on
  1385.     Solaris.  This was causing nightly builds to fail.
  1386.     (Michel Tourn via cutting)
  1387.  3. HADOOP-400.  Improvements to task assignment.  Tasks are no longer
  1388.     re-run on nodes where they have failed (unless no other node is
  1389.     available).  Also, tasks are better load-balanced among nodes.
  1390.     (omalley via cutting)
  1391.  4. HADOOP-324.  Fix datanode to not exit when a disk is full, but
  1392.     rather simply to fail writes.  (Wendy Chien via cutting)
  1393.  5. HADOOP-434.  Change smallJobsBenchmark to use standard Hadoop
  1394.     scripts.  (Sanjay Dahiya via cutting)
  1395.  6. HADOOP-453.  Fix a bug in Text.setCapacity().  (siren via cutting)
  1396.  7. HADOOP-450.  Change so that input types are determined by the
  1397.     RecordReader rather than specified directly in the JobConf.  This
  1398.     facilitates jobs with a variety of input types.
  1399.     WARNING: This contains incompatible API changes!  The RecordReader
  1400.     interface has two new methods that all user-defined InputFormats
  1401.     must now define.  Also, the values returned by TextInputFormat are
  1402.     no longer of class UTF8, but now of class Text.
  1403.  8. HADOOP-436.  Fix an error-handling bug in the web ui.
  1404.     (Devaraj Das via cutting)
  1405.  9. HADOOP-455.  Fix a bug in Text, where DEL was not permitted.
  1406.     (Hairong Kuang via cutting)
  1407. 10. HADOOP-456.  Change the DFS namenode to keep a persistent record
  1408.     of the set of known datanodes.  This will be used to implement a
  1409.     "safe mode" where filesystem changes are prohibited when a
  1410.     critical percentage of the datanodes are unavailable.
  1411.     (Konstantin Shvachko via cutting)
  1412. 11. HADOOP-322.  Add a job control utility.  This permits one to
  1413.     specify job interdependencies.  Each job is submitted only after
  1414.     the jobs it depends on have successfully completed.
  1415.     (Runping Qi via cutting)
  1416. 12. HADOOP-176.  Fix a bug in IntWritable.Comparator.
  1417.     (Dick King via cutting)
  1418. 13. HADOOP-421.  Replace uses of String in recordio package with Text
  1419.     class, for improved handling of UTF-8 data.
  1420.     (Milind Bhandarkar via cutting)
  1421. 14. HADOOP-464.  Improved error message when job jar not found.
  1422.     (Michel Tourn via cutting)
  1423. 15. HADOOP-469.  Fix /bin/bash specifics that have crept into our
  1424.     /bin/sh scripts since HADOOP-352.
  1425.     (Jean-Baptiste Quenot via cutting)
  1426. 16. HADOOP-468.  Add HADOOP_NICENESS environment variable to set
  1427.     scheduling priority for daemons.  (Vetle Roeim via cutting)
  1428. 17. HADOOP-473.  Fix TextInputFormat to correctly handle more EOL
  1429.     formats.  Things now work correctly with CR, LF or CRLF.
  1430.     (Dennis Kubes & James White via cutting)
  1431. 18. HADOOP-461.  Make Java 1.5 an explicit requirement.  (cutting)
  1432. 19. HADOOP-54.  Add block compression to SequenceFile.  One may now
  1433.     specify that blocks of keys and values are compressed together,
  1434.     improving compression for small keys and values.
  1435.     SequenceFile.Writer's constructor is now deprecated and replaced
  1436.     with a factory method.  (Arun C Murthy via cutting)
  1437. 20. HADOOP-281.  Prohibit DFS files that are also directories.
  1438.     (Wendy Chien via cutting)
  1439. 21. HADOOP-486.  Add the job username to JobStatus instances returned
  1440.     by JobClient.  (Mahadev Konar via cutting)
  1441. 22. HADOOP-437.  contrib/streaming: Add support for gzipped inputs.
  1442.     (Michel Tourn via cutting)
  1443. 23. HADOOP-463.  Add variable expansion to config files.
  1444.     Configuration property values may now contain variable
  1445.     expressions.  A variable is referenced with the syntax
  1446.     '${variable}'.  Variables values are found first in the
  1447.     configuration, and then in Java system properties.  The default
  1448.     configuration is modified so that temporary directories are now
  1449.     under ${hadoop.tmp.dir}, which is, by default,
  1450.     /tmp/hadoop-${user.name}.  (Michel Tourn via cutting)
  1451. 24. HADOOP-419. Fix a NullPointerException finding the ClassLoader
  1452.     when using libhdfs.  (omalley via cutting)
  1453. 25. HADOOP-460. Fix contrib/smallJobsBenchmark to use Text instead of
  1454.     UTF8.  (Sanjay Dahiya via cutting)
  1455. 26. HADOOP-196.  Fix Configuration(Configuration) constructor to work
  1456.     correctly.  (Sami Siren via cutting)
  1457. 27. HADOOP-501.  Fix Configuration.toString() to handle URL resources.
  1458.     (Thomas Friol via cutting)
  1459. 28. HADOOP-499.  Reduce the use of Strings in contrib/streaming,
  1460.     replacing them with Text for better performance.
  1461.     (Hairong Kuang via cutting)
  1462. 29. HADOOP-64.  Manage multiple volumes with a single DataNode.
  1463.     Previously DataNode would create a separate daemon per configured
  1464.     volume, each with its own connection to the NameNode.  Now all
  1465.     volumes are handled by a single DataNode daemon, reducing the load
  1466.     on the NameNode.  (Milind Bhandarkar via cutting)
  1467. 30. HADOOP-424.  Fix MapReduce so that jobs which generate zero splits
  1468.     do not fail.  (Fr??d??ric Bertin via cutting)
  1469. 31. HADOOP-408.  Adjust some timeouts and remove some others so that
  1470.     unit tests run faster.  (cutting)
  1471. 32. HADOOP-507.  Fix an IllegalAccessException in DFS.
  1472.     (omalley via cutting)
  1473. 33. HADOOP-320.  Fix so that checksum files are correctly copied when
  1474.     the destination of a file copy is a directory.
  1475.     (Hairong Kuang via cutting)
  1476. 34. HADOOP-286.  In DFSClient, avoid pinging the NameNode with
  1477.     renewLease() calls when no files are being written.
  1478.     (Konstantin Shvachko via cutting)
  1479. 35. HADOOP-312.  Close idle IPC connections.  All IPC connections were
  1480.     cached forever.  Now, after a connection has been idle for more
  1481.     than a configurable amount of time (one second by default), the
  1482.     connection is closed, conserving resources on both client and
  1483.     server. (Devaraj Das via cutting)
  1484. 36. HADOOP-497.  Permit the specification of the network interface and
  1485.     nameserver to be used when determining the local hostname
  1486.     advertised by datanodes and tasktrackers.
  1487.     (Lorenzo Thione via cutting)
  1488. 37. HADOOP-441.  Add a compression codec API and extend SequenceFile
  1489.     to use it.  This will permit the use of alternate compression
  1490.     codecs in SequenceFile.  (Arun C Murthy via cutting)
  1491. 38. HADOOP-483. Improvements to libhdfs build and documentation.
  1492.     (Arun C Murthy via cutting)
  1493. 39. HADOOP-458.  Fix a memory corruption bug in libhdfs.
  1494.     (Arun C Murthy via cutting)
  1495. 40. HADOOP-517.  Fix a contrib/streaming bug in end-of-line detection.
  1496.     (Hairong Kuang via cutting)
  1497. 41. HADOOP-474.  Add CompressionCodecFactory, and use it in
  1498.     TextInputFormat and TextOutputFormat.  Compressed input files are
  1499.     automatically decompressed when they have the correct extension.
  1500.     Output files will, when output compression is specified, be
  1501.     generated with an approprate extension.  Also add a gzip codec and
  1502.     fix problems with UTF8 text inputs.  (omalley via cutting)
  1503. Release 0.5.0 - 2006-08-04
  1504.  1. HADOOP-352.  Fix shell scripts to use /bin/sh instead of
  1505.     /bin/bash, for better portability.
  1506.     (Jean-Baptiste Quenot via cutting)
  1507.  2. HADOOP-313.  Permit task state to be saved so that single tasks
  1508.     may be manually re-executed when debugging.  (omalley via cutting)
  1509.  3. HADOOP-339.  Add method to JobClient API listing jobs that are
  1510.     not yet complete, i.e., that are queued or running.
  1511.     (Mahadev Konar via cutting)
  1512.  4. HADOOP-355.  Updates to the streaming contrib module, including
  1513.     API fixes, making reduce optional, and adding an input type for
  1514.     StreamSequenceRecordReader.  (Michel Tourn via cutting)
  1515.  5. HADOOP-358.  Fix a NPE bug in Path.equals().
  1516.     (Fr??d??ric Bertin via cutting)
  1517.  6. HADOOP-327.  Fix ToolBase to not call System.exit() when
  1518.     exceptions are thrown.  (Hairong Kuang via cutting)
  1519.  7. HADOOP-359.  Permit map output to be compressed.
  1520.     (omalley via cutting)
  1521.  8. HADOOP-341.  Permit input URI to CopyFiles to use the HTTP
  1522.     protocol.  This lets one, e.g., more easily copy log files into
  1523.     DFS.  (Arun C Murthy via cutting)
  1524.  9. HADOOP-361.  Remove unix dependencies from streaming contrib
  1525.     module tests, making them pure java. (Michel Tourn via cutting)
  1526. 10. HADOOP-354.  Make public methods to stop DFS daemons.
  1527.     (Barry Kaplan via cutting)
  1528. 11. HADOOP-252.  Add versioning to RPC protocols.
  1529.     (Milind Bhandarkar via cutting)
  1530. 12. HADOOP-356.  Add contrib to "compile" and "test" build targets, so
  1531.     that this code is better maintained. (Michel Tourn via cutting)
  1532. 13. HADOOP-307.  Add smallJobsBenchmark contrib module.  This runs
  1533.     lots of small jobs, in order to determine per-task overheads.
  1534.     (Sanjay Dahiya via cutting)
  1535. 14. HADOOP-342.  Add a tool for log analysis: Logalyzer.
  1536.     (Arun C Murthy via cutting)
  1537. 15. HADOOP-347.  Add web-based browsing of DFS content.  The namenode
  1538.     redirects browsing requests to datanodes.  Content requests are
  1539.     redirected to datanodes where the data is local when possible.
  1540.     (Devaraj Das via cutting)
  1541. 16. HADOOP-351.  Make Hadoop IPC kernel independent of Jetty.
  1542.     (Devaraj Das via cutting)
  1543. 17. HADOOP-237.  Add metric reporting to DFS and MapReduce.  With only
  1544.     minor configuration changes, one can now monitor many Hadoop
  1545.     system statistics using Ganglia or other monitoring systems.
  1546.     (Milind Bhandarkar via cutting)
  1547. 18. HADOOP-376.  Fix datanode's HTTP server to scan for a free port.
  1548.     (omalley via cutting)
  1549. 19. HADOOP-260.  Add --config option to shell scripts, specifying an
  1550.     alternate configuration directory. (Milind Bhandarkar via cutting)
  1551. 20. HADOOP-381.  Permit developers to save the temporary files for
  1552.     tasks whose names match a regular expression, to facilliate
  1553.     debugging.  (omalley via cutting)
  1554. 21. HADOOP-344.  Fix some Windows-related problems with DF.
  1555.     (Konstantin Shvachko via cutting)
  1556. 22. HADOOP-380.  Fix reduce tasks to poll less frequently for map
  1557.     outputs. (Mahadev Konar via cutting)
  1558. 23. HADOOP-321.  Refactor DatanodeInfo, in preparation for
  1559.     HADOOP-306.  (Konstantin Shvachko & omalley via cutting)
  1560. 24. HADOOP-385.  Fix some bugs in record io code generation.
  1561.     (Milind Bhandarkar via cutting)
  1562. 25. HADOOP-302.  Add new Text class to replace UTF8, removing
  1563.     limitations of that class.  Also refactor utility methods for
  1564.     writing zero-compressed integers (VInts and VLongs).
  1565.     (Hairong Kuang via cutting)
  1566. 26. HADOOP-335.  Refactor DFS namespace/transaction logging in
  1567.     namenode.   (Konstantin Shvachko via cutting)
  1568. 27. HADOOP-375.  Fix handling of the datanode HTTP daemon's port so
  1569.     that multiple datanode's can be run on a single host.
  1570.     (Devaraj Das via cutting)
  1571. 28. HADOOP-386.  When removing excess DFS block replicas, remove those
  1572.     on nodes with the least free space first.
  1573.     (Johan Oskarson via cutting)
  1574. 29. HADOOP-389.  Fix intermittent failures of mapreduce unit tests.
  1575.     Also fix some build dependencies.
  1576.     (Mahadev & Konstantin via cutting)
  1577. 30. HADOOP-362.  Fix a problem where jobs hang when status messages
  1578.     are recieved out-of-order.  (omalley via cutting)
  1579. 31. HADOOP-394.  Change order of DFS shutdown in unit tests to
  1580.     minimize errors logged.  (Konstantin Shvachko via cutting)
  1581. 32. HADOOP-396.  Make DatanodeID implement Writable.
  1582.     (Konstantin Shvachko via cutting)
  1583. 33. HADOOP-377.  Permit one to add URL resources to a Configuration.
  1584.     (Jean-Baptiste Quenot via cutting)
  1585. 34. HADOOP-345.  Permit iteration over Configuration key/value pairs.
  1586.     (Michel Tourn via cutting)
  1587. 35. HADOOP-409.  Streaming contrib module: make configuration
  1588.     properties available to commands as environment variables.
  1589.     (Michel Tourn via cutting)
  1590. 36. HADOOP-369.  Add -getmerge option to dfs command that appends all
  1591.     files in a directory into a single local file.
  1592.     (Johan Oskarson via cutting)
  1593. 37. HADOOP-410.  Replace some TreeMaps with HashMaps in DFS, for
  1594.     a 17% performance improvement. (Milind Bhandarkar via cutting)
  1595. 38. HADOOP-411.  Add unit tests for command line parser.
  1596.     (Hairong Kuang via cutting)
  1597. 39. HADOOP-412.  Add MapReduce input formats that support filtering
  1598.     of SequenceFile data, including sampling and regex matching.
  1599.     Also, move JobConf.newInstance() to a new utility class.
  1600.     (Hairong Kuang via cutting)
  1601. 40. HADOOP-226.  Fix fsck command to properly consider replication
  1602.     counts, now that these can vary per file.  (Bryan Pendleton via cutting)
  1603. 41. HADOOP-425.  Add a Python MapReduce example, using Jython.
  1604.     (omalley via cutting)
  1605. Release 0.4.0 - 2006-06-28
  1606.  1. HADOOP-298.  Improved progress reports for CopyFiles utility, the
  1607.     distributed file copier.  (omalley via cutting)
  1608.  2. HADOOP-299.  Fix the task tracker, permitting multiple jobs to
  1609.     more easily execute at the same time.  (omalley via cutting)
  1610.  3. HADOOP-250.  Add an HTTP user interface to the namenode, running
  1611.     on port 50070. (Devaraj Das via cutting)
  1612.  4. HADOOP-123.  Add MapReduce unit tests that run a jobtracker and
  1613.     tasktracker, greatly increasing code coverage.
  1614.     (Milind Bhandarkar via cutting)
  1615.  5. HADOOP-271.  Add links from jobtracker's web ui to tasktracker's
  1616.     web ui.  Also attempt to log a thread dump of child processes
  1617.     before they're killed.  (omalley via cutting)
  1618.  6. HADOOP-210.  Change RPC server to use a selector instead of a
  1619.     thread per connection.  This should make it easier to scale to
  1620.     larger clusters.  Note that this incompatibly changes the RPC
  1621.     protocol: clients and servers must both be upgraded to the new
  1622.     version to ensure correct operation.  (Devaraj Das via cutting)
  1623.  7. HADOOP-311.  Change DFS client to retry failed reads, so that a
  1624.     single read failure will not alone cause failure of a task.
  1625.     (omalley via cutting)
  1626.  8. HADOOP-314.  Remove the "append" phase when reducing.  Map output
  1627.     files are now directly passed to the sorter, without first
  1628.     appending them into a single file.  Now, the first third of reduce
  1629.     progress is "copy" (transferring map output to reduce nodes), the
  1630.     middle third is "sort" (sorting map output) and the last third is
  1631.     "reduce" (generating output).  Long-term, the "sort" phase will
  1632.     also be removed.  (omalley via cutting)
  1633.  9. HADOOP-316.  Fix a potential deadlock in the jobtracker.
  1634.     (omalley via cutting)
  1635. 10. HADOOP-319.  Fix FileSystem.close() to remove the FileSystem
  1636.     instance from the cache.  (Hairong Kuang via cutting)
  1637. 11. HADOOP-135.  Fix potential deadlock in JobTracker by acquiring
  1638.     locks in a consistent order.  (omalley via cutting)
  1639. 12. HADOOP-278.  Check for existence of input directories before
  1640.     starting MapReduce jobs, making it easier to debug this common
  1641.     error.  (omalley via cutting)
  1642. 13. HADOOP-304.  Improve error message for
  1643.     UnregisterdDatanodeException to include expected node name.
  1644.    (Konstantin Shvachko via cutting)
  1645. 14. HADOOP-305.  Fix TaskTracker to ask for new tasks as soon as a
  1646.     task is finished, rather than waiting for the next heartbeat.
  1647.     This improves performance when tasks are short.
  1648.     (Mahadev Konar via cutting)
  1649. 15. HADOOP-59.  Add support for generic command line options.  One may
  1650.     now specify the filesystem (-fs), the MapReduce jobtracker (-jt),
  1651.     a config file (-conf) or any configuration property (-D).  The
  1652.     "dfs", "fsck", "job", and "distcp" commands currently support
  1653.     this, with more to be added.  (Hairong Kuang via cutting)
  1654. 16. HADOOP-296.  Permit specification of the amount of reserved space
  1655.     on a DFS datanode.  One may specify both the percentage free and
  1656.     the number of bytes.  (Johan Oskarson via cutting)
  1657. 17. HADOOP-325.  Fix a problem initializing RPC parameter classes, and
  1658.     remove the workaround used to initialize classes.
  1659.     (omalley via cutting)
  1660. 18. HADOOP-328.  Add an option to the "distcp" command to ignore read
  1661.     errors while copying.  (omalley via cutting)
  1662. 19. HADOOP-27.  Don't allocate tasks to trackers whose local free
  1663.     space is too low.  (Johan Oskarson via cutting)
  1664. 20. HADOOP-318.  Keep slow DFS output from causing task timeouts.
  1665.     This incompatibly changes some public interfaces, adding a
  1666.     parameter to OutputFormat.getRecordWriter() and the new method
  1667.     Reporter.progress(), but it makes lots of tasks succeed that were
  1668.     previously failing.  (Milind Bhandarkar via cutting)
  1669. Release 0.3.2 - 2006-06-09
  1670.  1. HADOOP-275.  Update the streaming contrib module to use log4j for
  1671.     its logging.  (Michel Tourn via cutting)
  1672.  2. HADOOP-279.  Provide defaults for log4j logging parameters, so
  1673.     that things still work reasonably when Hadoop-specific system
  1674.     properties are not provided.  (omalley via cutting)
  1675.  3. HADOOP-280.  Fix a typo in AllTestDriver which caused the wrong
  1676.     test to be run when "DistributedFSCheck" was specified.
  1677.    (Konstantin Shvachko via cutting)
  1678.  4. HADOOP-240.  DFS's mkdirs() implementation no longer logs a warning
  1679.     when the directory already exists. (Hairong Kuang via cutting)
  1680.  5. HADOOP-285.  Fix DFS datanodes to be able to re-join the cluster
  1681.     after the connection to the namenode is lost.  (omalley via cutting)
  1682.  6. HADOOP-277.  Fix a race condition when creating directories.
  1683.    (Sameer Paranjpye via cutting)
  1684.  7. HADOOP-289.  Improved exception handling in DFS datanode.
  1685.     (Konstantin Shvachko via cutting)
  1686.  8. HADOOP-292.  Fix client-side logging to go to standard error
  1687.     rather than standard output, so that it can be distinguished from
  1688.     application output.  (omalley via cutting)
  1689.  9. HADOOP-294.  Fixed bug where conditions for retrying after errors
  1690.     in the DFS client were reversed.  (omalley via cutting)
  1691. Release 0.3.1 - 2006-06-05
  1692.  1. HADOOP-272.  Fix a bug in bin/hadoop setting log
  1693.     parameters. (omalley & cutting)
  1694.  2. HADOOP-274.  Change applications to log to standard output rather
  1695.     than to a rolling log file like daemons.  (omalley via cutting)
  1696.  3. HADOOP-262.  Fix reduce tasks to report progress while they're
  1697.     waiting for map outputs, so that they do not time out.
  1698.     (Mahadev Konar via cutting)
  1699.  4. HADOOP-245 and HADOOP-246.  Improvements to record io package.  
  1700.     (Mahadev Konar via cutting)
  1701.  5. HADOOP-276.  Add logging config files to jar file so that they're
  1702.     always found.  (omalley via cutting)
  1703. Release 0.3.0 - 2006-06-02
  1704.  1. HADOOP-208.  Enhance MapReduce web interface, adding new pages
  1705.     for failed tasks, and tasktrackers.  (omalley via cutting)
  1706.  2. HADOOP-204.  Tweaks to metrics package.  (David Bowen via cutting)
  1707.  3. HADOOP-209.  Add a MapReduce-based file copier.  This will
  1708.     copy files within or between file systems in parallel.
  1709.     (Milind Bhandarkar via cutting)
  1710.  4. HADOOP-146.  Fix DFS to check when randomly generating a new block
  1711.     id that no existing blocks already have that id.
  1712.     (Milind Bhandarkar via cutting)
  1713.  5. HADOOP-180. Make a daemon thread that does the actual task clean ups, so
  1714.     that the main offerService thread in the taskTracker doesn't get stuck
  1715.     and miss his heartbeat window. This was killing many task trackers as
  1716.     big jobs finished (300+ tasks / node). (omalley via cutting)
  1717.  6. HADOOP-200. Avoid transmitting entire list of map task names to
  1718.     reduce tasks.  Instead just transmit the number of map tasks and
  1719.     henceforth refer to them by number when collecting map output.
  1720.     (omalley via cutting)
  1721.  7. HADOOP-219. Fix a NullPointerException when handling a checksum
  1722.     exception under SequenceFile.Sorter.sort().  (cutting & stack)
  1723.  8. HADOOP-212. Permit alteration of the file block size in DFS.  The
  1724.     default block size for new files may now be specified in the
  1725.     configuration with the dfs.block.size property.  The block size
  1726.     may also be specified when files are opened.
  1727.     (omalley via cutting)
  1728.  9. HADOOP-218. Avoid accessing configuration while looping through
  1729.     tasks in JobTracker.  (Mahadev Konar via cutting)
  1730. 10. HADOOP-161. Add hashCode() method to DFS's Block.
  1731.     (Milind Bhandarkar via cutting)
  1732. 11. HADOOP-115. Map output types may now be specified.  These are also
  1733.     used as reduce input types, thus permitting reduce input types to
  1734.     differ from reduce output types.  (Runping Qi via cutting)
  1735. 12. HADOOP-216. Add task progress to task status page.
  1736.     (Bryan Pendelton via cutting)
  1737. 13. HADOOP-233.  Add web server to task tracker that shows running
  1738.     tasks and logs.  Also add log access to job tracker web interface.
  1739.     (omalley via cutting)
  1740. 14. HADOOP-205.  Incorporate pending tasks into tasktracker load
  1741.     calculations.  (Mahadev Konar via cutting)
  1742. 15. HADOOP-247.  Fix sort progress to better handle exceptions.
  1743.     (Mahadev Konar via cutting)
  1744. 16. HADOOP-195.  Improve performance of the transfer of map outputs to
  1745.     reduce nodes by performing multiple transfers in parallel, each on
  1746.     a separate socket.  (Sameer Paranjpye via cutting)
  1747. 17. HADOOP-251.  Fix task processes to be tolerant of failed progress
  1748.     reports to their parent process.  (omalley via cutting)
  1749. 18. HADOOP-325.  Improve the FileNotFound exceptions thrown by
  1750.     LocalFileSystem to include the name of the file.
  1751.     (Benjamin Reed via cutting)
  1752. 19. HADOOP-254.  Use HTTP to transfer map output data to reduce
  1753.     nodes.  This, together with HADOOP-195, greatly improves the
  1754.     performance of these transfers.  (omalley via cutting)
  1755. 20. HADOOP-163.  Cause datanodes that are unable to either read or
  1756.     write data to exit, so that the namenode will no longer target
  1757.     them for new blocks and will replicate their data on other nodes.
  1758.     (Hairong Kuang via cutting)
  1759. 21. HADOOP-222.  Add a -setrep option to the dfs commands that alters
  1760.     file replication levels.  (Johan Oskarson via cutting)
  1761. 22. HADOOP-75.  In DFS, only check for a complete file when the file
  1762.     is closed, rather than as each block is written.
  1763.     (Milind Bhandarkar via cutting)
  1764. 23. HADOOP-124. Change DFS so that datanodes are identified by a
  1765.     persistent ID rather than by host and port.  This solves a number
  1766.     of filesystem integrity problems, when, e.g., datanodes are
  1767.     restarted.  (Konstantin Shvachko via cutting)
  1768. 24. HADOOP-256.  Add a C API for DFS.  (Arun C Murthy via cutting)
  1769. 25. HADOOP-211.  Switch to use the Jakarta Commons logging internally,
  1770.     configured to use log4j by default.  (Arun C Murthy and cutting)
  1771. 26. HADOOP-265.  Tasktracker now fails to start if it does not have a
  1772.     writable local directory for temporary files.  In this case, it
  1773.     logs a message to the JobTracker and exits. (Hairong Kuang via cutting)
  1774. 27. HADOOP-270.  Fix potential deadlock in datanode shutdown.
  1775.     (Hairong Kuang via cutting)
  1776. Release 0.2.1 - 2006-05-12
  1777.  1. HADOOP-199.  Fix reduce progress (broken by HADOOP-182).
  1778.     (omalley via cutting)
  1779.  2. HADOOP-201.  Fix 'bin/hadoop dfs -report'.  (cutting)
  1780.  3. HADOOP-207.  Fix JDK 1.4 incompatibility introduced by HADOOP-96.
  1781.     System.getenv() does not work in JDK 1.4.  (Hairong Kuang via cutting)
  1782. Release 0.2.0 - 2006-05-05
  1783.  1. Fix HADOOP-126. 'bin/hadoop dfs -cp' now correctly copies .crc
  1784.     files.  (Konstantin Shvachko via cutting)
  1785.  2. Fix HADOOP-51. Change DFS to support per-file replication counts.
  1786.     (Konstantin Shvachko via cutting)
  1787.  3. Fix HADOOP-131.  Add scripts to start/stop dfs and mapred daemons.
  1788.     Use these in start/stop-all scripts.  (Chris Mattmann via cutting)
  1789.  4. Stop using ssh options by default that are not yet in widely used
  1790.     versions of ssh.  Folks can still enable their use by uncommenting
  1791.     a line in conf/hadoop-env.sh. (cutting)
  1792.  5. Fix HADOOP-92.  Show information about all attempts to run each
  1793.     task in the web ui.  (Mahadev konar via cutting)
  1794.  6. Fix HADOOP-128.  Improved DFS error handling. (Owen O'Malley via cutting)
  1795.  7. Fix HADOOP-129.  Replace uses of java.io.File with new class named
  1796.     Path.  This fixes bugs where java.io.File methods were called
  1797.     directly when FileSystem methods were desired, and reduces the
  1798.     likelihood of such bugs in the future.  It also makes the handling
  1799.     of pathnames more consistent between local and dfs FileSystems and
  1800.     between Windows and Unix. java.io.File-based methods are still
  1801.     available for back-compatibility, but are deprecated and will be
  1802.     removed once 0.2 is released. (cutting)
  1803.  8. Change dfs.data.dir and mapred.local.dir to be comma-separated
  1804.     lists of directories, no longer be space-separated. This fixes
  1805.     several bugs on Windows. (cutting)
  1806.  9. Fix HADOOP-144.  Use mapred task id for dfs client id, to
  1807.     facilitate debugging.  (omalley via cutting)
  1808. 10. Fix HADOOP-143.  Do not line-wrap stack-traces in web ui.
  1809.     (omalley via cutting)
  1810. 11. Fix HADOOP-118.  In DFS, improve clean up of abandoned file
  1811.     creations.  (omalley via cutting)
  1812. 12. Fix HADOOP-138.  Stop multiple tasks in a single heartbeat, rather
  1813.     than one per heartbeat.  (Stefan via cutting)
  1814. 13. Fix HADOOP-139.  Remove a potential deadlock in
  1815.     LocalFileSystem.lock().  (Igor Bolotin via cutting)
  1816. 14. Fix HADOOP-134.  Don't hang jobs when the tasktracker is
  1817.     misconfigured to use an un-writable local directory.  (omalley via cutting)
  1818. 15. Fix HADOOP-115.  Correct an error message.  (Stack via cutting)
  1819. 16. Fix HADOOP-133.  Retry pings from child to parent, in case of
  1820.     (local) communcation problems.  Also log exit status, so that one
  1821.     can distinguish patricide from other deaths.  (omalley via cutting)
  1822. 17. Fix HADOOP-142.  Avoid re-running a task on a host where it has
  1823.     previously failed.  (omalley via cutting)
  1824. 18. Fix HADOOP-148.  Maintain a task failure count for each
  1825.     tasktracker and display it in the web ui.  (omalley via cutting)
  1826. 19. Fix HADOOP-151.  Close a potential socket leak, where new IPC
  1827.     connection pools were created per configuration instance that RPCs
  1828.     use.  Now a global RPC connection pool is used again, as
  1829.     originally intended.  (cutting)
  1830. 20. Fix HADOOP-69.  Don't throw a NullPointerException when getting
  1831.     hints for non-existing file split.  (Bryan Pendelton via cutting)
  1832. 21. Fix HADOOP-157.  When a task that writes dfs files (e.g., a reduce
  1833.     task) failed and was retried, it would fail again and again,
  1834.     eventually failing the job.  The problem was that dfs did not yet
  1835.     know that the failed task had abandoned the files, and would not
  1836.     yet let another task create files with the same names.  Dfs now
  1837.     retries when creating a file long enough for locks on abandoned
  1838.     files to expire.  (omalley via cutting)
  1839. 22. Fix HADOOP-150.  Improved task names that include job
  1840.     names. (omalley via cutting)
  1841. 23. Fix HADOOP-162.  Fix ConcurrentModificationException when
  1842.     releasing file locks. (omalley via cutting)
  1843. 24. Fix HADOOP-132.  Initial check-in of new Metrics API, including 
  1844.     implementations for writing metric data to a file and for sending
  1845.     it to Ganglia.  (David Bowen via cutting)
  1846. 25. Fix HADOOP-160.  Remove some uneeded synchronization around
  1847.     time-consuming operations in the TaskTracker.  (omalley via cutting)
  1848. 26. Fix HADOOP-166.  RPCs failed when passed subclasses of a declared
  1849.     parameter type.  This is fixed by changing ObjectWritable to store
  1850.     both the declared type and the instance type for Writables.  Note
  1851.     that this incompatibly changes the format of ObjectWritable and
  1852.     will render unreadable any ObjectWritables stored in files.
  1853.     Nutch only uses ObjectWritable in intermediate files, so this
  1854.     should not be a problem for Nutch.  (Stefan & cutting)
  1855. 27. Fix HADOOP-168.  MapReduce RPC protocol methods should all declare
  1856.     IOException, so that timeouts are handled appropriately.
  1857.     (omalley via cutting)
  1858. 28. Fix HADOOP-169.  Don't fail a reduce task if a call to the
  1859.     jobtracker to locate map outputs fails.  (omalley via cutting)
  1860. 29. Fix HADOOP-170.  Permit FileSystem clients to examine and modify
  1861.     the replication count of individual files.  Also fix a few
  1862.     replication-related bugs. (Konstantin Shvachko via cutting)
  1863. 30. Permit specification of a higher replication levels for job
  1864.     submission files (job.xml and job.jar).  This helps with large
  1865.     clusters, since these files are read by every node.  (cutting)
  1866. 31. HADOOP-173.  Optimize allocation of tasks with local data.  (cutting)
  1867. 32. HADOOP-167.  Reduce number of Configurations and JobConf's
  1868.     created.  (omalley via cutting)
  1869. 33. NUTCH-256.  Change FileSystem#createNewFile() to create a .crc
  1870.     file.  The lack of a .crc file was causing warnings.  (cutting)
  1871. 34. HADOOP-174.  Change JobClient to not abort job until it has failed
  1872.     to contact the job tracker for five attempts, not just one as
  1873.     before.  (omalley via cutting)
  1874. 35. HADOOP-177.  Change MapReduce web interface to page through tasks.
  1875.     Previously, when jobs had more than a few thousand tasks they
  1876.     could crash web browsers.  (Mahadev Konar via cutting)
  1877. 36. HADOOP-178.  In DFS, piggyback blockwork requests from datanodes
  1878.     on heartbeat responses from namenode.  This reduces the volume of
  1879.     RPC traffic.  Also move startup delay in blockwork from datanode
  1880.     to namenode.  This fixes a problem where restarting the namenode
  1881.     triggered a lot of uneeded replication. (Hairong Kuang via cutting)
  1882. 37. HADOOP-183.  If the DFS namenode is restarted with different
  1883.     minimum and/or maximum replication counts, existing files'
  1884.     replication counts are now automatically adjusted to be within the
  1885.     newly configured bounds. (Hairong Kuang via cutting)
  1886. 38. HADOOP-186.  Better error handling in TaskTracker's top-level
  1887.     loop.  Also improve calculation of time to send next heartbeat.
  1888.     (omalley via cutting)
  1889. 39. HADOOP-187.  Add two MapReduce examples/benchmarks.  One creates
  1890.     files containing random data.  The second sorts the output of the
  1891.     first.  (omalley via cutting)
  1892. 40. HADOOP-185.  Fix so that, when a task tracker times out making the
  1893.     RPC asking for a new task to run, the job tracker does not think
  1894.     that it is actually running the task returned.  (omalley via cutting)
  1895. 41. HADOOP-190.  If a child process hangs after it has reported
  1896.     completion, its output should not be lost.  (Stack via cutting)
  1897. 42. HADOOP-184. Re-structure some test code to better support testing
  1898.     on a cluster.  (Mahadev Konar via cutting)
  1899. 43. HADOOP-191  Add streaming package, Hadoop's first contrib module.
  1900.     This permits folks to easily submit MapReduce jobs whose map and
  1901.     reduce functions are implemented by shell commands.  Use
  1902.     'bin/hadoop jar build/hadoop-streaming.jar' to get details.
  1903.     (Michel Tourn via cutting)
  1904. 44. HADOOP-189.  Fix MapReduce in standalone configuration to
  1905.     correctly handle job jar files that contain a lib directory with
  1906.     nested jar files.  (cutting)
  1907. 45. HADOOP-65.  Initial version of record I/O framework that enables
  1908.     the specification of record types and generates marshalling code
  1909.     in both Java and C++.  Generated Java code implements
  1910.     WritableComparable, but is not yet otherwise used by
  1911.     Hadoop. (Milind Bhandarkar via cutting)
  1912. 46. HADOOP-193.  Add a MapReduce-based FileSystem benchmark.
  1913.     (Konstantin Shvachko via cutting)
  1914. 47. HADOOP-194.  Add a MapReduce-based FileSystem checker.  This reads
  1915.     every block in every file in the filesystem.  (Konstantin Shvachko
  1916.     via cutting)
  1917. 48. HADOOP-182.  Fix so that lost task trackers to not change the
  1918.     status of reduce tasks or completed jobs.  Also fixes the progress
  1919.     meter so that failed tasks are subtracted. (omalley via cutting)
  1920. 49. HADOOP-96.  Logging improvements.  Log files are now separate from
  1921.     standard output and standard error files.  Logs are now rolled.
  1922.     Logging of all DFS state changes can be enabled, to facilitate
  1923.     debugging.  (Hairong Kuang via cutting)
  1924. Release 0.1.1 - 2006-04-08
  1925.  1. Added CHANGES.txt, logging all significant changes to Hadoop.  (cutting)
  1926.  2. Fix MapReduceBase.close() to throw IOException, as declared in the
  1927.     Closeable interface.  This permits subclasses which override this
  1928.     method to throw that exception. (cutting)
  1929.  3. Fix HADOOP-117.  Pathnames were mistakenly transposed in
  1930.     JobConf.getLocalFile() causing many mapred temporary files to not
  1931.     be removed.  (Raghavendra Prabhu via cutting)
  1932.  
  1933.  4. Fix HADOOP-116. Clean up job submission files when jobs complete.
  1934.     (cutting)
  1935.  5. Fix HADOOP-125. Fix handling of absolute paths on Windows (cutting)
  1936. Release 0.1.0 - 2006-04-01
  1937.  1. The first release of Hadoop.