CHANGES.txt 67 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663
  1. Hadoop Change Log
  2. Trunk (unreleased changes)
  3. 1. HADOOP-781. Remove methods deprecated in 0.10 that are no longer
  4. widely used. (cutting)
  5. 2. HADOOP-842. Change HDFS protocol so that the open() method is
  6. passed the client hostname, to permit the namenode to order block
  7. locations on the basis of network topology.
  8. (Hairong Kuang via cutting)
  9. 3. HADOOP-852. Add an ant task to compile record definitions, and
  10. use it to compile record unit tests. (Milind Bhandarkar via cutting)
  11. 4. HADOOP-757. Fix "Bad File Descriptor" exception in HDFS client
  12. when an output file is closed twice. (Raghu Angadi via cutting)
  13. 5. [ intentionally blank ]
  14. 6. HADOOP-890. Replace dashes in metric names with underscores,
  15. for better compatibility with some monitoring systems.
  16. (Nigel Daley via cutting)
  17. 7. HADOOP-801. Add to jobtracker a log of task completion events.
  18. (Sanjay Dahiya via cutting)
  19. 8. HADOOP-855. In HDFS, try to repair files with checksum errors.
  20. An exception is still thrown, but corrupt blocks are now removed
  21. when they have replicas. (Wendy Chien via cutting)
  22. 9. HADOOP-886. Reduce number of timer threads created by metrics API
  23. by pooling contexts. (Nigel Daley via cutting)
  24. 10. HADOOP-897. Add a "javac.args" property to build.xml that permits
  25. one to pass arbitrary options to javac. (Milind Bhandarkar via cutting)
  26. 11. HADOOP-899. Update libhdfs for changes in HADOOP-871.
  27. (Sameer Paranjpye via cutting)
  28. 12. HADOOP-905. Remove some dead code from JobClient. (cutting)
  29. 13. HADOOP-902. Fix a NullPointerException in HDFS client when
  30. closing output streams. (Raghu Angadi via cutting)
  31. 14. HADOOP-735. Switch generated record code to use BytesWritable to
  32. represent fields of type 'buffer'. (Milind Bhandarkar via cutting)
  33. 15. HADOOP-830. Improve mapreduce merge performance by buffering and
  34. merging multiple map outputs as they arrive at reduce nodes before
  35. they're written to disk. (Devaraj Das via cutting)
  36. 16. HADOOP-908. Add a new contrib package, Abacus, that simplifies
  37. counting and aggregation, built on MapReduce. (Runping Qi via cutting)
  38. 17. HADOOP-901. Add support for recursive renaming to the S3 filesystem.
  39. (Tom White via cutting)
  40. 18. HADOOP-912. Fix a bug in TaskTracker.isIdle() that was
  41. sporadically causing unit test failures. (Arun C Murthy via cutting)
  42. 19. HADOOP-909. Fix the 'du' command to correctly compute the size of
  43. FileSystem directory trees. (Hairong Kuang via cutting)
  44. 20. HADOOP-731. When a checksum error is encountered on a file stored
  45. in HDFS, try another replica of the data, if any.
  46. (Wendy Chien via cutting)
  47. 21. HADOOP-732. Add support to SequenceFile for arbitrary metadata,
  48. as a set of attribute value pairs. (Runping Qi via cutting)
  49. 22. HADOOP-929. Fix PhasedFileSystem to pass configuration to
  50. underlying FileSystem. (Sanjay Dahiya via cutting)
  51. 23. HADOOP-935. Fix contrib/abacus to not delete pre-existing output
  52. files, but rather to fail in this case. (Runping Qi via cutting)
  53. 24. HADOOP-936. More metric renamings, as in HADOOP-890.
  54. (Nigel Daley via cutting)
  55. 25. HADOOP-856. Fix HDFS's fsck command to not report that
  56. non-existent filesystems are healthy. (Milind Bhandarkar via cutting)
  57. 26. HADOOP-602. Remove the dependency on Lucene's PriorityQueue
  58. utility, by copying it into Hadoop. This facilitates using Hadoop
  59. with different versions of Lucene without worrying about CLASSPATH
  60. order. (Milind Bhandarkar via cutting)
  61. 27. HADOOP-248. Optimize location of map outputs to no longer use
  62. random probes. (Devaraj Das via cutting)
  63. 28. HADOOP-227. Add support for backup namenodes, which periodically
  64. get snapshots of the namenode state. (Dhruba Borthakur via cutting)
  65. Release 0.10.1 - 2007-01-10
  66. 1. HADOOP-857. Fix S3 FileSystem implementation to permit its use
  67. for MapReduce input and output. (Tom White via cutting)
  68. 2. HADOOP-863. Reduce logging verbosity introduced by HADOOP-813.
  69. (Devaraj Das via cutting)
  70. 3. HADOOP-815. Fix memory leaks in JobTracker. (Arun C Murthy via cutting)
  71. 4. HADOOP-600. Fix a race condition in JobTracker.
  72. (Arun C Murthy via cutting)
  73. 5. HADOOP-864. Fix 'bin/hadoop -jar' to operate correctly when
  74. hadoop.tmp.dir does not yet exist. (omalley via cutting)
  75. 6. HADOOP-866. Fix 'dfs -get' command to remove existing crc files,
  76. if any. (Milind Bhandarkar via cutting)
  77. 7. HADOOP-871. Fix a bug in bin/hadoop setting JAVA_LIBRARY_PATH.
  78. (Arun C Murthy via cutting)
  79. 8. HADOOP-868. Decrease the number of open files during map,
  80. respecting io.sort.fa ctor. (Devaraj Das via cutting)
  81. 9. HADOOP-865. Fix S3 FileSystem so that partially created files can
  82. be deleted. (Tom White via cutting)
  83. 10. HADOOP-873. Pass java.library.path correctly to child processes.
  84. (omalley via cutting)
  85. 11. HADOOP-851. Add support for the LZO codec. This is much faster
  86. than the default, zlib-based compression, but it is only available
  87. when the native library is built. (Arun C Murthy via cutting)
  88. 12. HADOOP-880. Fix S3 FileSystem to remove directories.
  89. (Tom White via cutting)
  90. 13. HADOOP-879. Fix InputFormatBase to handle output generated by
  91. MapFileOutputFormat. (cutting)
  92. 14. HADOOP-659. In HDFS, prioritize replication of blocks based on
  93. current replication level. Blocks which are severely
  94. under-replicated should be further replicated before blocks which
  95. are less under-replicated. (Hairong Kuang via cutting)
  96. 15. HADOOP-726. Deprecate FileSystem locking methods. They are not
  97. currently usable. Locking should eventually provided as an
  98. independent service. (Raghu Angadi via cutting)
  99. 16. HADOOP-758. Fix exception handling during reduce so that root
  100. exceptions are not masked by exceptions in cleanups.
  101. (Raghu Angadi via cutting)
  102. Release 0.10.0 - 2007-01-05
  103. 1. HADOOP-763. Change DFS namenode benchmark to not use MapReduce.
  104. (Nigel Daley via cutting)
  105. 2. HADOOP-777. Use fully-qualified hostnames for tasktrackers and
  106. datanodes. (Mahadev Konar via cutting)
  107. 3. HADOOP-621. Change 'dfs -cat' to exit sooner when output has been
  108. closed. (Dhruba Borthakur via cutting)
  109. 4. HADOOP-752. Rationalize some synchronization in DFS namenode.
  110. (Dhruba Borthakur via cutting)
  111. 5. HADOOP-629. Fix RPC services to better check the protocol name and
  112. version. (omalley via cutting)
  113. 6. HADOOP-774. Limit the number of invalid blocks returned with
  114. heartbeats by the namenode to datanodes. Transmitting and
  115. processing very large invalid block lists can tie up both the
  116. namenode and datanode for too long. (Dhruba Borthakur via cutting)
  117. 7. HADOOP-738. Change 'dfs -get' command to not create CRC files by
  118. default, adding a -crc option to force their creation.
  119. (Milind Bhandarkar via cutting)
  120. 8. HADOOP-676. Improved exceptions and error messages for common job
  121. input specification errors. (Sanjay Dahiya via cutting)
  122. 9. [Included in 0.9.2 release]
  123. 10. HADOOP-756. Add new dfsadmin option to wait for filesystem to be
  124. operational. (Dhruba Borthakur via cutting)
  125. 11. HADOOP-770. Fix jobtracker web interface to display, on restart,
  126. jobs that were running when it was last stopped.
  127. (Sanjay Dahiya via cutting)
  128. 12. HADOOP-331. Write all map outputs to a single file with an index,
  129. rather than to a separate file per reduce task. This should both
  130. speed the shuffle and make things more scalable.
  131. (Devaraj Das via cutting)
  132. 13. HADOOP-818. Fix contrib unit tests to not depend on core unit
  133. tests. (omalley via cutting)
  134. 14. HADOOP-786. Log common exception at debug level.
  135. (Sanjay Dahiya via cutting)
  136. 15. HADOOP-796. Provide more convenient access to failed task
  137. information in the web interface. (Sanjay Dahiya via cutting)
  138. 16. HADOOP-764. Reduce memory allocations in namenode some.
  139. (Dhruba Borthakur via cutting)
  140. 17. HADOOP-802. Update description of mapred.speculative.execution to
  141. mention reduces. (Nigel Daley via cutting)
  142. 18. HADOOP-806. Include link to datanodes on front page of namenode
  143. web interface. (Raghu Angadi via cutting)
  144. 19. HADOOP-618. Make JobSubmissionProtocol public.
  145. (Arun C Murthy via cutting)
  146. 20. HADOOP-782. Fully remove killed tasks. (Arun C Murthy via cutting)
  147. 21. HADOOP-792. Fix 'dfs -mv' to return correct status.
  148. (Dhruba Borthakur via cutting)
  149. 22. HADOOP-673. Give each task its own working directory again.
  150. (Mahadev Konar via cutting)
  151. 23. HADOOP-571. Extend the syntax of Path to be a URI; to be
  152. optionally qualified with a scheme and authority. The scheme
  153. determines the FileSystem implementation, while the authority
  154. determines the FileSystem instance. New FileSystem
  155. implementations may be provided by defining an fs.<scheme>.impl
  156. property, naming the FileSystem implementation class. This
  157. permits easy integration of new FileSystem implementations.
  158. (cutting)
  159. 24. HADOOP-720. Add an HDFS white paper to website.
  160. (Dhruba Borthakur via cutting)
  161. 25. HADOOP-794. Fix a divide-by-zero exception when a job specifies
  162. zero map tasks. (omalley via cutting)
  163. 26. HADOOP-454. Add a 'dfs -dus' command that provides summary disk
  164. usage. (Hairong Kuang via cutting)
  165. 27. HADOOP-574. Add an Amazon S3 implementation of FileSystem. To
  166. use this, one need only specify paths of the form
  167. s3://id:secret@bucket/. Alternately, the AWS access key id and
  168. secret can be specified in your config, with the properties
  169. fs.s3.awsAccessKeyId and fs.s3.awsSecretAccessKey.
  170. (Tom White via cutting)
  171. 28. HADOOP-824. Rename DFSShell to be FsShell, since it applies
  172. generically to all FileSystem implementations. (cutting)
  173. 29. HADOOP-813. Fix map output sorting to report progress, so that
  174. sorts which take longer than the task timeout do not fail.
  175. (Devaraj Das via cutting)
  176. 30. HADOOP-825. Fix HDFS daemons when configured with new URI syntax.
  177. (omalley via cutting)
  178. 31. HADOOP-596. Fix a bug in phase reporting during reduce.
  179. (Sanjay Dahiya via cutting)
  180. 32. HADOOP-811. Add a utility, MultithreadedMapRunner.
  181. (Alejandro Abdelnur via cutting)
  182. 33. HADOOP-829. Within HDFS, clearly separate three different
  183. representations for datanodes: one for RPCs, one for
  184. namenode-internal use, and one for namespace persistence.
  185. (Dhruba Borthakur via cutting)
  186. 34. HADOOP-823. Fix problem starting datanode when not all configured
  187. data directories exist. (Bryan Pendleton via cutting)
  188. 35. HADOOP-451. Add a Split interface. CAUTION: This incompatibly
  189. changes the InputFormat and RecordReader interfaces. Not only is
  190. FileSplit replaced with Split, but a FileSystem parameter is no
  191. longer passed in several methods, input validation has changed,
  192. etc. (omalley via cutting)
  193. 36. HADOOP-814. Optimize locking in namenode. (Dhruba Borthakur via cutting)
  194. 37. HADOOP-738. Change 'fs -put' and 'fs -get' commands to accept
  195. standard input and output, respectively. Standard i/o is
  196. specified by a file named '-'. (Wendy Chien via cutting)
  197. 38. HADOOP-835. Fix a NullPointerException reading record-compressed
  198. SequenceFiles. (Hairong Kuang via cutting)
  199. 39. HADOOP-836. Fix a MapReduce bug on Windows, where the wrong
  200. FileSystem was used. Also add a static FileSystem.getLocal()
  201. method and better Path checking in HDFS, to help avoid such issues
  202. in the future. (omalley via cutting)
  203. 40. HADOOP-837. Improve RunJar utility to unpack jar file
  204. hadoop.tmp.dir, rather than the system temporary directory.
  205. (Hairong Kuang via cutting)
  206. 41. HADOOP-841. Fix native library to build 32-bit version even when
  207. on a 64-bit host, if a 32-bit JVM is used. (Arun C Murthy via cutting)
  208. 42. HADOOP-838. Fix tasktracker to pass java.library.path to
  209. sub-processes, so that libhadoop.a is found.
  210. (Arun C Murthy via cutting)
  211. 43. HADOOP-844. Send metrics messages on a fixed-delay schedule
  212. instead of a fixed-rate schedule. (David Bowen via cutting)
  213. 44. HADOOP-849. Fix OutOfMemory exceptions in TaskTracker due to a
  214. file handle leak in SequenceFile. (Devaraj Das via cutting)
  215. 45. HADOOP-745. Fix a synchronization bug in the HDFS namenode.
  216. (Dhruba Borthakur via cutting)
  217. 46. HADOOP-850. Add Writable implementations for variable-length
  218. integers. (ab via cutting)
  219. 47. HADOOP-525. Add raw comparators to record types. This greatly
  220. improves record sort performance. (Milind Bhandarkar via cutting)
  221. 48. HADOOP-628. Fix a problem with 'fs -cat' command, where some
  222. characters were replaced with question marks. (Wendy Chien via cutting)
  223. 49. HADOOP-804. Reduce verbosity of MapReduce logging.
  224. (Sanjay Dahiya via cutting)
  225. 50. HADOOP-853. Rename 'site' to 'docs', in preparation for inclusion
  226. in releases. (cutting)
  227. 51. HADOOP-371. Include contrib jars and site documentation in
  228. distributions. Also add contrib and example documentation to
  229. distributed javadoc, in separate sections. (Nigel Daley via cutting)
  230. 52. HADOOP-846. Report progress during entire map, as sorting of
  231. intermediate outputs may happen at any time, potentially causing
  232. task timeouts. (Devaraj Das via cutting)
  233. 53. HADOOP-840. In task tracker, queue task cleanups and perform them
  234. in a separate thread. (omalley & Mahadev Konar via cutting)
  235. 54. HADOOP-681. Add to HDFS the ability to decommission nodes. This
  236. causes their blocks to be re-replicated on other nodes, so that
  237. they may be removed from a cluster. (Dhruba Borthakur via cutting)
  238. 55. HADOOP-470. In HDFS web ui, list the datanodes containing each
  239. copy of a block. (Hairong Kuang via cutting)
  240. 56. HADOOP-700. Change bin/hadoop to only include core jar file on
  241. classpath, not example, test, etc. Also rename core jar to
  242. hadoop-${version}-core.jar so that it can be more easily
  243. identified. (Nigel Daley via cutting)
  244. 57. HADOOP-619. Extend InputFormatBase to accept individual files and
  245. glob patterns as MapReduce inputs, not just directories. Also
  246. change contrib/streaming to use this. (Sanjay Dahia via cutting)
  247. Release 0.9.2 - 2006-12-15
  248. 1. HADOOP-639. Restructure InterTrackerProtocol to make task
  249. accounting more reliable. (Arun C Murthy via cutting)
  250. 2. HADOOP-827. Turn off speculative execution by default, since it's
  251. currently broken. (omalley via cutting)
  252. 3. HADOOP-791. Fix a deadlock in the task tracker.
  253. (Mahadev Konar via cutting)
  254. Release 0.9.1 - 2006-12-06
  255. 1. HADOOP-780. Use ReflectionUtils to instantiate key and value
  256. objects. (ab)
  257. 2. HADOOP-779. Fix contrib/streaming to work correctly with gzipped
  258. input files. (Hairong Kuang via cutting)
  259. Release 0.9.0 - 2006-12-01
  260. 1. HADOOP-655. Remove most deprecated code. A few deprecated things
  261. remain, notably UTF8 and some methods that are still required.
  262. Also cleaned up constructors for SequenceFile, MapFile, SetFile,
  263. and ArrayFile a bit. (cutting)
  264. 2. HADOOP-565. Upgrade to Jetty version 6. (Sanjay Dahiya via cutting)
  265. 3. HADOOP-682. Fix DFS format command to work correctly when
  266. configured with a non-existent directory. (Sanjay Dahiya via cutting)
  267. 4. HADOOP-645. Fix a bug in contrib/streaming when -reducer is NONE.
  268. (Dhruba Borthakur via cutting)
  269. 5. HADOOP-687. Fix a classpath bug in bin/hadoop that blocked the
  270. servers from starting. (Sameer Paranjpye via omalley)
  271. 6. HADOOP-683. Remove a script dependency on bash, so it works with
  272. dash, the new default for /bin/sh on Ubuntu. (James Todd via cutting)
  273. 7. HADOOP-382. Extend unit tests to run multiple datanodes.
  274. (Milind Bhandarkar via cutting)
  275. 8. HADOOP-604. Fix some synchronization issues and a
  276. NullPointerException in DFS datanode. (Raghu Angadi via cutting)
  277. 9. HADOOP-459. Fix memory leaks and a host of other issues with
  278. libhdfs. (Sameer Paranjpye via cutting)
  279. 10. HADOOP-694. Fix a NullPointerException in jobtracker.
  280. (Mahadev Konar via cutting)
  281. 11. HADOOP-637. Fix a memory leak in the IPC server. Direct buffers
  282. are not collected like normal buffers, and provided little
  283. advantage. (Raghu Angadi via cutting)
  284. 12. HADOOP-696. Fix TestTextInputFormat unit test to not rely on the
  285. order of directory listings. (Sameer Paranjpye via cutting)
  286. 13. HADOOP-611. Add support for iterator-based merging to
  287. SequenceFile. (Devaraj Das via cutting)
  288. 14. HADOOP-688. Move DFS administrative commands to a separate
  289. command named 'dfsadmin'. (Dhruba Borthakur via cutting)
  290. 15. HADOOP-708. Fix test-libhdfs to return the correct status, so
  291. that failures will break the build. (Nigel Daley via cutting)
  292. 16. HADOOP-646. Fix namenode to handle edits files larger than 2GB.
  293. (Milind Bhandarkar via cutting)
  294. 17. HADOOP-705. Fix a bug in the JobTracker when failed jobs were
  295. not completely cleaned up. (Mahadev Konar via cutting)
  296. 18. HADOOP-613. Perform final merge while reducing. This removes one
  297. sort pass over the data and should consequently significantly
  298. decrease overall processing time. (Devaraj Das via cutting)
  299. 19. HADOOP-661. Make each job's configuration visible through the web
  300. ui. (Arun C Murthy via cutting)
  301. 20. HADOOP-489. In MapReduce, separate user logs from system logs.
  302. Each task's log output is now available through the web ui. (Arun
  303. C Murthy via cutting)
  304. 21. HADOOP-712. Fix record io's xml serialization to correctly handle
  305. control-characters. (Milind Bhandarkar via cutting)
  306. 22. HADOOP-668. Improvements to the web-based DFS browser.
  307. (Hairong Kuang via cutting)
  308. 23. HADOOP-715. Fix build.xml so that test logs are written in build
  309. directory, rather than in CWD. (Arun C Murthy via cutting)
  310. 24. HADOOP-538. Add support for building an optional native library,
  311. libhadoop.so, that improves the performance of zlib-based
  312. compression. To build this, specify -Dcompile.native to Ant.
  313. (Arun C Murthy via cutting)
  314. 25. HADOOP-610. Fix an problem when the DFS block size is configured
  315. to be smaller than the buffer size, typically only when debugging.
  316. (Milind Bhandarkar via cutting)
  317. 26. HADOOP-695. Fix a NullPointerException in contrib/streaming.
  318. (Hairong Kuang via cutting)
  319. 27. HADOOP-652. In DFS, when a file is deleted, the block count is
  320. now decremented. (Vladimir Krokhmalyov via cutting)
  321. 28. HADOOP-725. In DFS, optimize block placement algorithm,
  322. previously a performance bottleneck. (Milind Bhandarkar via cutting)
  323. 29. HADOOP-723. In MapReduce, fix a race condition during the
  324. shuffle, which resulted in FileNotFoundExceptions. (omalley via cutting)
  325. 30. HADOOP-447. In DFS, fix getBlockSize(Path) to work with relative
  326. paths. (Raghu Angadi via cutting)
  327. 31. HADOOP-733. Make exit codes in DFShell consistent and add a unit
  328. test. (Dhruba Borthakur via cutting)
  329. 32. HADOOP-709. Fix contrib/streaming to work with commands that
  330. contain control characters. (Dhruba Borthakur via cutting)
  331. 33. HADOOP-677. In IPC, permit a version header to be transmitted
  332. when connections are established. This will permit us to change
  333. the format of IPC requests back-compatibly in subsequent releases.
  334. (omalley via cutting)
  335. 34. HADOOP-699. Fix DFS web interface so that filesystem browsing
  336. works correctly, using the right port number. Also add support
  337. for sorting datanode list by various columns.
  338. (Raghu Angadi via cutting)
  339. 35. HADOOP-76. Implement speculative reduce. Now when a job is
  340. configured for speculative execution, both maps and reduces will
  341. execute speculatively. Reduce outputs are written to temporary
  342. location and moved to the final location when reduce is complete.
  343. (Sanjay Dahiya via cutting)
  344. 36. HADOOP-736. Roll back to Jetty 5.1.4, due to performance problems
  345. with Jetty 6.0.1.
  346. 37. HADOOP-739. Fix TestIPC to use different port number, making it
  347. more reliable. (Nigel Daley via cutting)
  348. 38. HADOOP-749. Fix a NullPointerException in jobfailures.jsp.
  349. (omalley via cutting)
  350. 39. HADOOP-747. Fix record serialization to work correctly when
  351. records are embedded in Maps. (Milind Bhandarkar via cutting)
  352. 40. HADOOP-698. Fix HDFS client not to retry the same datanode on
  353. read failures. (Milind Bhandarkar via cutting)
  354. 41. HADOOP-689. Add GenericWritable, to facilitate polymorphism in
  355. MapReduce, SequenceFile, etc. (Feng Jiang via cutting)
  356. 42. HADOOP-430. Stop datanode's HTTP server when registration with
  357. namenode fails. (Wendy Chien via cutting)
  358. 43. HADOOP-750. Fix a potential race condition during mapreduce
  359. shuffle. (omalley via cutting)
  360. 44. HADOOP-728. Fix contrib/streaming-related issues, including
  361. '-reducer NONE'. (Sanjay Dahiya via cutting)
  362. Release 0.8.0 - 2006-11-03
  363. 1. HADOOP-477. Extend contrib/streaming to scan the PATH environment
  364. variables when resolving executable program names.
  365. (Dhruba Borthakur via cutting)
  366. 2. HADOOP-583. In DFSClient, reduce the log level of re-connect
  367. attempts from 'info' to 'debug', so they are not normally shown.
  368. (Konstantin Shvachko via cutting)
  369. 3. HADOOP-498. Re-implement DFS integrity checker to run server-side,
  370. for much improved performance. (Milind Bhandarkar via cutting)
  371. 4. HADOOP-586. Use the jar name for otherwise un-named jobs.
  372. (Sanjay Dahiya via cutting)
  373. 5. HADOOP-514. Make DFS heartbeat interval configurable.
  374. (Milind Bhandarkar via cutting)
  375. 6. HADOOP-588. Fix logging and accounting of failed tasks.
  376. (Sanjay Dahiya via cutting)
  377. 7. HADOOP-462. Improve command line parsing in DFSShell, so that
  378. incorrect numbers of arguments result in informative errors rather
  379. than ArrayOutOfBoundsException. (Dhruba Borthakur via cutting)
  380. 8. HADOOP-561. Fix DFS so that one replica of each block is written
  381. locally, if possible. This was the intent, but there as a bug.
  382. (Dhruba Borthakur via cutting)
  383. 9. HADOOP-610. Fix TaskTracker to survive more exceptions, keeping
  384. tasks from becoming lost. (omalley via cutting)
  385. 10. HADOOP-625. Add a servlet to all http daemons that displays a
  386. stack dump, useful for debugging. (omalley via cutting)
  387. 11. HADOOP-554. Fix DFSShell to return -1 for errors.
  388. (Dhruba Borthakur via cutting)
  389. 12. HADOOP-626. Correct the documentation in the NNBench example
  390. code, and also remove a mistaken call there.
  391. (Nigel Daley via cutting)
  392. 13. HADOOP-634. Add missing license to many files.
  393. (Nigel Daley via cutting)
  394. 14. HADOOP-627. Fix some synchronization problems in MiniMRCluster
  395. that sometimes caused unit tests to fail. (Nigel Daley via cutting)
  396. 15. HADOOP-563. Improve the NameNode's lease policy so that leases
  397. are held for one hour without renewal (instead of one minute).
  398. However another attempt to create the same file will still succeed
  399. if the lease has not been renewed within a minute. This prevents
  400. communication or scheduling problems from causing a write to fail
  401. for up to an hour, barring some other process trying to create the
  402. same file. (Dhruba Borthakur via cutting)
  403. 16. HADOOP-635. In DFSShell, permit specification of multiple files
  404. as the source for file copy and move commands.
  405. (Dhruba Borthakur via cutting)
  406. 17. HADOOP-641. Change NameNode to request a fresh block report from
  407. a re-discovered DataNode, so that no-longer-needed replications
  408. are stopped promptly. (Konstantin Shvachko via cutting)
  409. 18. HADOOP-642. Change IPC client to specify an explicit connect
  410. timeout. (Konstantin Shvachko via cutting)
  411. 19. HADOOP-638. Fix an unsynchronized access to TaskTracker's
  412. internal state. (Nigel Daley via cutting)
  413. 20. HADOOP-624. Fix servlet path to stop a Jetty warning on startup.
  414. (omalley via cutting)
  415. 21. HADOOP-578. Failed tasks are no longer placed at the end of the
  416. task queue. This was originally done to work around other
  417. problems that have now been fixed. Re-executing failed tasks
  418. sooner causes buggy jobs to fail faster. (Sanjay Dahiya via cutting)
  419. 22. HADOOP-658. Update source file headers per Apache policy. (cutting)
  420. 23. HADOOP-636. Add MapFile & ArrayFile constructors which accept a
  421. Progressable, and pass it down to SequenceFile. This permits
  422. reduce tasks which use MapFile to still report progress while
  423. writing blocks to the filesystem. (cutting)
  424. 24. HADOOP-576. Enable contrib/streaming to use the file cache. Also
  425. extend the cache to permit symbolic links to cached items, rather
  426. than local file copies. (Mahadev Konar via cutting)
  427. 25. HADOOP-482. Fix unit tests to work when a cluster is running on
  428. the same machine, removing port conflicts. (Wendy Chien via cutting)
  429. 26. HADOOP-90. Permit dfs.name.dir to list multiple directories,
  430. where namenode data is to be replicated. (Milind Bhandarkar via cutting)
  431. 27. HADOOP-651. Fix DFSCk to correctly pass parameters to the servlet
  432. on the namenode. (Milind Bhandarkar via cutting)
  433. 28. HADOOP-553. Change main() routines of DataNode and NameNode to
  434. log exceptions rather than letting the JVM print them to standard
  435. error. Also, change the hadoop-daemon.sh script to rotate
  436. standard i/o log files. (Raghu Angadi via cutting)
  437. 29. HADOOP-399. Fix javadoc warnings. (Nigel Daley via cutting)
  438. 30. HADOOP-599. Fix web ui and command line to correctly report DFS
  439. filesystem size statistics. Also improve web layout.
  440. (Raghu Angadi via cutting)
  441. 31. HADOOP-660. Permit specification of junit test output format.
  442. (Nigel Daley via cutting)
  443. 32. HADOOP-663. Fix a few unit test issues. (Mahadev Konar via cutting)
  444. 33. HADOOP-664. Cause entire build to fail if libhdfs tests fail.
  445. (Nigel Daley via cutting)
  446. 34. HADOOP-633. Keep jobtracker from dying when job initialization
  447. throws exceptions. Also improve exception handling in a few other
  448. places and add more informative thread names.
  449. (omalley via cutting)
  450. 35. HADOOP-669. Fix a problem introduced by HADOOP-90 that can cause
  451. DFS to lose files. (Milind Bhandarkar via cutting)
  452. 36. HADOOP-373. Consistently check the value returned by
  453. FileSystem.mkdirs(). (Wendy Chien via cutting)
  454. 37. HADOOP-670. Code cleanups in some DFS internals: use generic
  455. types, replace Vector with ArrayList, etc.
  456. (Konstantin Shvachko via cutting)
  457. 38. HADOOP-647. Permit map outputs to use a different compression
  458. type than the job output. (omalley via cutting)
  459. 39. HADOOP-671. Fix file cache to check for pre-existence before
  460. creating . (Mahadev Konar via cutting)
  461. 40. HADOOP-665. Extend many DFSShell commands to accept multiple
  462. arguments. Now commands like "ls", "rm", etc. will operate on
  463. multiple files. (Dhruba Borthakur via cutting)
  464. Release 0.7.2 - 2006-10-18
  465. 1. HADOOP-607. Fix a bug where classes included in job jars were not
  466. found by tasks. (Mahadev Konar via cutting)
  467. 2. HADOOP-609. Add a unit test that checks that classes in job jars
  468. can be found by tasks. Also modify unit tests to specify multiple
  469. local directories. (Mahadev Konar via cutting)
  470. Release 0.7.1 - 2006-10-11
  471. 1. HADOOP-593. Fix a NullPointerException in the JobTracker.
  472. (omalley via cutting)
  473. 2. HADOOP-592. Fix a NullPointerException in the IPC Server. Also
  474. consistently log when stale calls are discarded. (omalley via cutting)
  475. 3. HADOOP-594. Increase the DFS safe-mode threshold from .95 to
  476. .999, so that nearly all blocks must be reported before filesystem
  477. modifications are permitted. (Konstantin Shvachko via cutting)
  478. 4. HADOOP-598. Fix tasks to retry when reporting completion, so that
  479. a single RPC timeout won't fail a task. (omalley via cutting)
  480. 5. HADOOP-597. Fix TaskTracker to not discard map outputs for errors
  481. in transmitting them to reduce nodes. (omalley via cutting)
  482. Release 0.7.0 - 2006-10-06
  483. 1. HADOOP-243. Fix rounding in the display of task and job progress
  484. so that things are not shown to be 100% complete until they are in
  485. fact finished. (omalley via cutting)
  486. 2. HADOOP-438. Limit the length of absolute paths in DFS, since the
  487. file format used to store pathnames has some limitations.
  488. (Wendy Chien via cutting)
  489. 3. HADOOP-530. Improve error messages in SequenceFile when keys or
  490. values are of the wrong type. (Hairong Kuang via cutting)
  491. 4. HADOOP-288. Add a file caching system and use it in MapReduce to
  492. cache job jar files on slave nodes. (Mahadev Konar via cutting)
  493. 5. HADOOP-533. Fix unit test to not modify conf directory.
  494. (Hairong Kuang via cutting)
  495. 6. HADOOP-527. Permit specification of the local address that various
  496. Hadoop daemons should bind to. (Philippe Gassmann via cutting)
  497. 7. HADOOP-542. Updates to contrib/streaming: reformatted source code,
  498. on-the-fly merge sort, a fix for HADOOP-540, etc.
  499. (Michel Tourn via cutting)
  500. 8. HADOOP-545. Remove an unused config file parameter.
  501. (Philippe Gassmann via cutting)
  502. 9. HADOOP-548. Add an Ant property "test.output" to build.xml that
  503. causes test output to be logged to the console. (omalley via cutting)
  504. 10. HADOOP-261. Record an error message when map output is lost.
  505. (omalley via cutting)
  506. 11. HADOOP-293. Report the full list of task error messages in the
  507. web ui, not just the most recent. (omalley via cutting)
  508. 12. HADOOP-551. Restore JobClient's console printouts to only include
  509. a maximum of one update per one percent of progress.
  510. (omalley via cutting)
  511. 13. HADOOP-306. Add a "safe" mode to DFS. The name node enters this
  512. when less than a specified percentage of file data is complete.
  513. Currently safe mode is only used on startup, but eventually it
  514. will also be entered when datanodes disconnect and file data
  515. becomes incomplete. While in safe mode no filesystem
  516. modifications are permitted and block replication is inhibited.
  517. (Konstantin Shvachko via cutting)
  518. 14. HADOOP-431. Change 'dfs -rm' to not operate recursively and add a
  519. new command, 'dfs -rmr' which operates recursively.
  520. (Sameer Paranjpye via cutting)
  521. 15. HADOOP-263. Include timestamps for job transitions. The web
  522. interface now displays the start and end times of tasks and the
  523. start times of sorting and reducing for reduce tasks. Also,
  524. extend ObjectWritable to handle enums, so that they can be passed
  525. as RPC parameters. (Sanjay Dahiya via cutting)
  526. 16. HADOOP-556. Contrib/streaming: send keep-alive reports to task
  527. tracker every 10 seconds rather than every 100 records, to avoid
  528. task timeouts. (Michel Tourn via cutting)
  529. 17. HADOOP-547. Fix reduce tasks to ping tasktracker while copying
  530. data, rather than only between copies, avoiding task timeouts.
  531. (Sanjay Dahiya via cutting)
  532. 18. HADOOP-537. Fix src/c++/libhdfs build process to create files in
  533. build/, no longer modifying the source tree.
  534. (Arun C Murthy via cutting)
  535. 19. HADOOP-487. Throw a more informative exception for unknown RPC
  536. hosts. (Sameer Paranjpye via cutting)
  537. 20. HADOOP-559. Add file name globbing (pattern matching) support to
  538. the FileSystem API, and use it in DFSShell ('bin/hadoop dfs')
  539. commands. (Hairong Kuang via cutting)
  540. 21. HADOOP-508. Fix a bug in FSDataInputStream. Incorrect data was
  541. returned after seeking to a random location.
  542. (Milind Bhandarkar via cutting)
  543. 22. HADOOP-560. Add a "killed" task state. This can be used to
  544. distinguish kills from other failures. Task state has also been
  545. converted to use an enum type instead of an int, uncovering a bug
  546. elsewhere. The web interface is also updated to display killed
  547. tasks. (omalley via cutting)
  548. 23. HADOOP-423. Normalize Paths containing directories named "." and
  549. "..", using the standard, unix interpretation. Also add checks in
  550. DFS, prohibiting the use of "." or ".." as directory or file
  551. names. (Wendy Chien via cutting)
  552. 24. HADOOP-513. Replace map output handling with a servlet, rather
  553. than a JSP page. This fixes an issue where
  554. IllegalStateException's were logged, sets content-length
  555. correctly, and better handles some errors. (omalley via cutting)
  556. 25. HADOOP-552. Improved error checking when copying map output files
  557. to reduce nodes. (omalley via cutting)
  558. 26. HADOOP-566. Fix scripts to work correctly when accessed through
  559. relative symbolic links. (Lee Faris via cutting)
  560. 27. HADOOP-519. Add positioned read methods to FSInputStream. These
  561. permit one to read from a stream without moving its position, and
  562. can hence be performed by multiple threads at once on a single
  563. stream. Implement an optimized version for DFS and local FS.
  564. (Milind Bhandarkar via cutting)
  565. 28. HADOOP-522. Permit block compression with MapFile and SetFile.
  566. Since these formats are always sorted, block compression can
  567. provide a big advantage. (cutting)
  568. 29. HADOOP-567. Record version and revision information in builds. A
  569. package manifest is added to the generated jar file containing
  570. version information, and a VersionInfo utility is added that
  571. includes further information, including the build date and user,
  572. and the subversion revision and repository. A 'bin/hadoop
  573. version' comand is added to show this information, and it is also
  574. added to various web interfaces. (omalley via cutting)
  575. 30. HADOOP-568. Fix so that errors while initializing tasks on a
  576. tasktracker correctly report the task as failed to the jobtracker,
  577. so that it will be rescheduled. (omalley via cutting)
  578. 31. HADOOP-550. Disable automatic UTF-8 validation in Text. This
  579. permits, e.g., TextInputFormat to again operate on non-UTF-8 data.
  580. (Hairong and Mahadev via cutting)
  581. 32. HADOOP-343. Fix mapred copying so that a failed tasktracker
  582. doesn't cause other copies to slow. (Sameer Paranjpye via cutting)
  583. 33. HADOOP-239. Add a persistent job history mechanism, so that basic
  584. job statistics are not lost after 24 hours and/or when the
  585. jobtracker is restarted. (Sanjay Dahiya via cutting)
  586. 34. HADOOP-506. Ignore heartbeats from stale task trackers.
  587. (Sanjay Dahiya via cutting)
  588. 35. HADOOP-255. Discard stale, queued IPC calls. Do not process
  589. calls whose clients will likely time out before they receive a
  590. response. When the queue is full, new calls are now received and
  591. queued, and the oldest calls are discarded, so that, when servers
  592. get bogged down, they no longer develop a backlog on the socket.
  593. This should improve some DFS namenode failure modes.
  594. (omalley via cutting)
  595. 36. HADOOP-581. Fix datanode to not reset itself on communications
  596. errors with the namenode. If a request to the namenode fails, the
  597. datanode should retry, not restart. This reduces the load on the
  598. namenode, since restarts cause a resend of the block report.
  599. (omalley via cutting)
  600. Release 0.6.2 - 2006-09-18
  601. 1. HADOOP-532. Fix a bug reading value-compressed sequence files,
  602. where an exception was thrown reporting that the full value had not
  603. been read. (omalley via cutting)
  604. 2. HADOOP-534. Change the default value class in JobConf to be Text
  605. instead of the now-deprecated UTF8. This fixes the Grep example
  606. program, which was updated to use Text, but relies on this
  607. default. (Hairong Kuang via cutting)
  608. Release 0.6.1 - 2006-09-13
  609. 1. HADOOP-520. Fix a bug in libhdfs, where write failures were not
  610. correctly returning error codes. (Arun C Murthy via cutting)
  611. 2. HADOOP-523. Fix a NullPointerException when TextInputFormat is
  612. explicitly specified. Also add a test case for this.
  613. (omalley via cutting)
  614. 3. HADOOP-521. Fix another NullPointerException finding the
  615. ClassLoader when using libhdfs. (omalley via cutting)
  616. 4. HADOOP-526. Fix a NullPointerException when attempting to start
  617. two datanodes in the same directory. (Milind Bhandarkar via cutting)
  618. 5. HADOOP-529. Fix a NullPointerException when opening
  619. value-compressed sequence files generated by pre-0.6.0 Hadoop.
  620. (omalley via cutting)
  621. Release 0.6.0 - 2006-09-08
  622. 1. HADOOP-427. Replace some uses of DatanodeDescriptor in the DFS
  623. web UI code with DatanodeInfo, the preferred public class.
  624. (Devaraj Das via cutting)
  625. 2. HADOOP-426. Fix streaming contrib module to work correctly on
  626. Solaris. This was causing nightly builds to fail.
  627. (Michel Tourn via cutting)
  628. 3. HADOOP-400. Improvements to task assignment. Tasks are no longer
  629. re-run on nodes where they have failed (unless no other node is
  630. available). Also, tasks are better load-balanced among nodes.
  631. (omalley via cutting)
  632. 4. HADOOP-324. Fix datanode to not exit when a disk is full, but
  633. rather simply to fail writes. (Wendy Chien via cutting)
  634. 5. HADOOP-434. Change smallJobsBenchmark to use standard Hadoop
  635. scripts. (Sanjay Dahiya via cutting)
  636. 6. HADOOP-453. Fix a bug in Text.setCapacity(). (siren via cutting)
  637. 7. HADOOP-450. Change so that input types are determined by the
  638. RecordReader rather than specified directly in the JobConf. This
  639. facilitates jobs with a variety of input types.
  640. WARNING: This contains incompatible API changes! The RecordReader
  641. interface has two new methods that all user-defined InputFormats
  642. must now define. Also, the values returned by TextInputFormat are
  643. no longer of class UTF8, but now of class Text.
  644. 8. HADOOP-436. Fix an error-handling bug in the web ui.
  645. (Devaraj Das via cutting)
  646. 9. HADOOP-455. Fix a bug in Text, where DEL was not permitted.
  647. (Hairong Kuang via cutting)
  648. 10. HADOOP-456. Change the DFS namenode to keep a persistent record
  649. of the set of known datanodes. This will be used to implement a
  650. "safe mode" where filesystem changes are prohibited when a
  651. critical percentage of the datanodes are unavailable.
  652. (Konstantin Shvachko via cutting)
  653. 11. HADOOP-322. Add a job control utility. This permits one to
  654. specify job interdependencies. Each job is submitted only after
  655. the jobs it depends on have successfully completed.
  656. (Runping Qi via cutting)
  657. 12. HADOOP-176. Fix a bug in IntWritable.Comparator.
  658. (Dick King via cutting)
  659. 13. HADOOP-421. Replace uses of String in recordio package with Text
  660. class, for improved handling of UTF-8 data.
  661. (Milind Bhandarkar via cutting)
  662. 14. HADOOP-464. Improved error message when job jar not found.
  663. (Michel Tourn via cutting)
  664. 15. HADOOP-469. Fix /bin/bash specifics that have crept into our
  665. /bin/sh scripts since HADOOP-352.
  666. (Jean-Baptiste Quenot via cutting)
  667. 16. HADOOP-468. Add HADOOP_NICENESS environment variable to set
  668. scheduling priority for daemons. (Vetle Roeim via cutting)
  669. 17. HADOOP-473. Fix TextInputFormat to correctly handle more EOL
  670. formats. Things now work correctly with CR, LF or CRLF.
  671. (Dennis Kubes & James White via cutting)
  672. 18. HADOOP-461. Make Java 1.5 an explicit requirement. (cutting)
  673. 19. HADOOP-54. Add block compression to SequenceFile. One may now
  674. specify that blocks of keys and values are compressed together,
  675. improving compression for small keys and values.
  676. SequenceFile.Writer's constructor is now deprecated and replaced
  677. with a factory method. (Arun C Murthy via cutting)
  678. 20. HADOOP-281. Prohibit DFS files that are also directories.
  679. (Wendy Chien via cutting)
  680. 21. HADOOP-486. Add the job username to JobStatus instances returned
  681. by JobClient. (Mahadev Konar via cutting)
  682. 22. HADOOP-437. contrib/streaming: Add support for gzipped inputs.
  683. (Michel Tourn via cutting)
  684. 23. HADOOP-463. Add variable expansion to config files.
  685. Configuration property values may now contain variable
  686. expressions. A variable is referenced with the syntax
  687. '${variable}'. Variables values are found first in the
  688. configuration, and then in Java system properties. The default
  689. configuration is modified so that temporary directories are now
  690. under ${hadoop.tmp.dir}, which is, by default,
  691. /tmp/hadoop-${user.name}. (Michel Tourn via cutting)
  692. 24. HADOOP-419. Fix a NullPointerException finding the ClassLoader
  693. when using libhdfs. (omalley via cutting)
  694. 25. HADOOP-460. Fix contrib/smallJobsBenchmark to use Text instead of
  695. UTF8. (Sanjay Dahiya via cutting)
  696. 26. HADOOP-196. Fix Configuration(Configuration) constructor to work
  697. correctly. (Sami Siren via cutting)
  698. 27. HADOOP-501. Fix Configuration.toString() to handle URL resources.
  699. (Thomas Friol via cutting)
  700. 28. HADOOP-499. Reduce the use of Strings in contrib/streaming,
  701. replacing them with Text for better performance.
  702. (Hairong Kuang via cutting)
  703. 29. HADOOP-64. Manage multiple volumes with a single DataNode.
  704. Previously DataNode would create a separate daemon per configured
  705. volume, each with its own connection to the NameNode. Now all
  706. volumes are handled by a single DataNode daemon, reducing the load
  707. on the NameNode. (Milind Bhandarkar via cutting)
  708. 30. HADOOP-424. Fix MapReduce so that jobs which generate zero splits
  709. do not fail. (Frédéric Bertin via cutting)
  710. 31. HADOOP-408. Adjust some timeouts and remove some others so that
  711. unit tests run faster. (cutting)
  712. 32. HADOOP-507. Fix an IllegalAccessException in DFS.
  713. (omalley via cutting)
  714. 33. HADOOP-320. Fix so that checksum files are correctly copied when
  715. the destination of a file copy is a directory.
  716. (Hairong Kuang via cutting)
  717. 34. HADOOP-286. In DFSClient, avoid pinging the NameNode with
  718. renewLease() calls when no files are being written.
  719. (Konstantin Shvachko via cutting)
  720. 35. HADOOP-312. Close idle IPC connections. All IPC connections were
  721. cached forever. Now, after a connection has been idle for more
  722. than a configurable amount of time (one second by default), the
  723. connection is closed, conserving resources on both client and
  724. server. (Devaraj Das via cutting)
  725. 36. HADOOP-497. Permit the specification of the network interface and
  726. nameserver to be used when determining the local hostname
  727. advertised by datanodes and tasktrackers.
  728. (Lorenzo Thione via cutting)
  729. 37. HADOOP-441. Add a compression codec API and extend SequenceFile
  730. to use it. This will permit the use of alternate compression
  731. codecs in SequenceFile. (Arun C Murthy via cutting)
  732. 38. HADOOP-483. Improvements to libhdfs build and documentation.
  733. (Arun C Murthy via cutting)
  734. 39. HADOOP-458. Fix a memory corruption bug in libhdfs.
  735. (Arun C Murthy via cutting)
  736. 40. HADOOP-517. Fix a contrib/streaming bug in end-of-line detection.
  737. (Hairong Kuang via cutting)
  738. 41. HADOOP-474. Add CompressionCodecFactory, and use it in
  739. TextInputFormat and TextOutputFormat. Compressed input files are
  740. automatically decompressed when they have the correct extension.
  741. Output files will, when output compression is specified, be
  742. generated with an approprate extension. Also add a gzip codec and
  743. fix problems with UTF8 text inputs. (omalley via cutting)
  744. Release 0.5.0 - 2006-08-04
  745. 1. HADOOP-352. Fix shell scripts to use /bin/sh instead of
  746. /bin/bash, for better portability.
  747. (Jean-Baptiste Quenot via cutting)
  748. 2. HADOOP-313. Permit task state to be saved so that single tasks
  749. may be manually re-executed when debugging. (omalley via cutting)
  750. 3. HADOOP-339. Add method to JobClient API listing jobs that are
  751. not yet complete, i.e., that are queued or running.
  752. (Mahadev Konar via cutting)
  753. 4. HADOOP-355. Updates to the streaming contrib module, including
  754. API fixes, making reduce optional, and adding an input type for
  755. StreamSequenceRecordReader. (Michel Tourn via cutting)
  756. 5. HADOOP-358. Fix a NPE bug in Path.equals().
  757. (Frédéric Bertin via cutting)
  758. 6. HADOOP-327. Fix ToolBase to not call System.exit() when
  759. exceptions are thrown. (Hairong Kuang via cutting)
  760. 7. HADOOP-359. Permit map output to be compressed.
  761. (omalley via cutting)
  762. 8. HADOOP-341. Permit input URI to CopyFiles to use the HTTP
  763. protocol. This lets one, e.g., more easily copy log files into
  764. DFS. (Arun C Murthy via cutting)
  765. 9. HADOOP-361. Remove unix dependencies from streaming contrib
  766. module tests, making them pure java. (Michel Tourn via cutting)
  767. 10. HADOOP-354. Make public methods to stop DFS daemons.
  768. (Barry Kaplan via cutting)
  769. 11. HADOOP-252. Add versioning to RPC protocols.
  770. (Milind Bhandarkar via cutting)
  771. 12. HADOOP-356. Add contrib to "compile" and "test" build targets, so
  772. that this code is better maintained. (Michel Tourn via cutting)
  773. 13. HADOOP-307. Add smallJobsBenchmark contrib module. This runs
  774. lots of small jobs, in order to determine per-task overheads.
  775. (Sanjay Dahiya via cutting)
  776. 14. HADOOP-342. Add a tool for log analysis: Logalyzer.
  777. (Arun C Murthy via cutting)
  778. 15. HADOOP-347. Add web-based browsing of DFS content. The namenode
  779. redirects browsing requests to datanodes. Content requests are
  780. redirected to datanodes where the data is local when possible.
  781. (Devaraj Das via cutting)
  782. 16. HADOOP-351. Make Hadoop IPC kernel independent of Jetty.
  783. (Devaraj Das via cutting)
  784. 17. HADOOP-237. Add metric reporting to DFS and MapReduce. With only
  785. minor configuration changes, one can now monitor many Hadoop
  786. system statistics using Ganglia or other monitoring systems.
  787. (Milind Bhandarkar via cutting)
  788. 18. HADOOP-376. Fix datanode's HTTP server to scan for a free port.
  789. (omalley via cutting)
  790. 19. HADOOP-260. Add --config option to shell scripts, specifying an
  791. alternate configuration directory. (Milind Bhandarkar via cutting)
  792. 20. HADOOP-381. Permit developers to save the temporary files for
  793. tasks whose names match a regular expression, to facilliate
  794. debugging. (omalley via cutting)
  795. 21. HADOOP-344. Fix some Windows-related problems with DF.
  796. (Konstantin Shvachko via cutting)
  797. 22. HADOOP-380. Fix reduce tasks to poll less frequently for map
  798. outputs. (Mahadev Konar via cutting)
  799. 23. HADOOP-321. Refactor DatanodeInfo, in preparation for
  800. HADOOP-306. (Konstantin Shvachko & omalley via cutting)
  801. 24. HADOOP-385. Fix some bugs in record io code generation.
  802. (Milind Bhandarkar via cutting)
  803. 25. HADOOP-302. Add new Text class to replace UTF8, removing
  804. limitations of that class. Also refactor utility methods for
  805. writing zero-compressed integers (VInts and VLongs).
  806. (Hairong Kuang via cutting)
  807. 26. HADOOP-335. Refactor DFS namespace/transaction logging in
  808. namenode. (Konstantin Shvachko via cutting)
  809. 27. HADOOP-375. Fix handling of the datanode HTTP daemon's port so
  810. that multiple datanode's can be run on a single host.
  811. (Devaraj Das via cutting)
  812. 28. HADOOP-386. When removing excess DFS block replicas, remove those
  813. on nodes with the least free space first.
  814. (Johan Oskarson via cutting)
  815. 29. HADOOP-389. Fix intermittent failures of mapreduce unit tests.
  816. Also fix some build dependencies.
  817. (Mahadev & Konstantin via cutting)
  818. 30. HADOOP-362. Fix a problem where jobs hang when status messages
  819. are recieved out-of-order. (omalley via cutting)
  820. 31. HADOOP-394. Change order of DFS shutdown in unit tests to
  821. minimize errors logged. (Konstantin Shvachko via cutting)
  822. 32. HADOOP-396. Make DatanodeID implement Writable.
  823. (Konstantin Shvachko via cutting)
  824. 33. HADOOP-377. Permit one to add URL resources to a Configuration.
  825. (Jean-Baptiste Quenot via cutting)
  826. 34. HADOOP-345. Permit iteration over Configuration key/value pairs.
  827. (Michel Tourn via cutting)
  828. 35. HADOOP-409. Streaming contrib module: make configuration
  829. properties available to commands as environment variables.
  830. (Michel Tourn via cutting)
  831. 36. HADOOP-369. Add -getmerge option to dfs command that appends all
  832. files in a directory into a single local file.
  833. (Johan Oskarson via cutting)
  834. 37. HADOOP-410. Replace some TreeMaps with HashMaps in DFS, for
  835. a 17% performance improvement. (Milind Bhandarkar via cutting)
  836. 38. HADOOP-411. Add unit tests for command line parser.
  837. (Hairong Kuang via cutting)
  838. 39. HADOOP-412. Add MapReduce input formats that support filtering
  839. of SequenceFile data, including sampling and regex matching.
  840. Also, move JobConf.newInstance() to a new utility class.
  841. (Hairong Kuang via cutting)
  842. 40. HADOOP-226. Fix fsck command to properly consider replication
  843. counts, now that these can vary per file. (Bryan Pendleton via cutting)
  844. 41. HADOOP-425. Add a Python MapReduce example, using Jython.
  845. (omalley via cutting)
  846. Release 0.4.0 - 2006-06-28
  847. 1. HADOOP-298. Improved progress reports for CopyFiles utility, the
  848. distributed file copier. (omalley via cutting)
  849. 2. HADOOP-299. Fix the task tracker, permitting multiple jobs to
  850. more easily execute at the same time. (omalley via cutting)
  851. 3. HADOOP-250. Add an HTTP user interface to the namenode, running
  852. on port 50070. (Devaraj Das via cutting)
  853. 4. HADOOP-123. Add MapReduce unit tests that run a jobtracker and
  854. tasktracker, greatly increasing code coverage.
  855. (Milind Bhandarkar via cutting)
  856. 5. HADOOP-271. Add links from jobtracker's web ui to tasktracker's
  857. web ui. Also attempt to log a thread dump of child processes
  858. before they're killed. (omalley via cutting)
  859. 6. HADOOP-210. Change RPC server to use a selector instead of a
  860. thread per connection. This should make it easier to scale to
  861. larger clusters. Note that this incompatibly changes the RPC
  862. protocol: clients and servers must both be upgraded to the new
  863. version to ensure correct operation. (Devaraj Das via cutting)
  864. 7. HADOOP-311. Change DFS client to retry failed reads, so that a
  865. single read failure will not alone cause failure of a task.
  866. (omalley via cutting)
  867. 8. HADOOP-314. Remove the "append" phase when reducing. Map output
  868. files are now directly passed to the sorter, without first
  869. appending them into a single file. Now, the first third of reduce
  870. progress is "copy" (transferring map output to reduce nodes), the
  871. middle third is "sort" (sorting map output) and the last third is
  872. "reduce" (generating output). Long-term, the "sort" phase will
  873. also be removed. (omalley via cutting)
  874. 9. HADOOP-316. Fix a potential deadlock in the jobtracker.
  875. (omalley via cutting)
  876. 10. HADOOP-319. Fix FileSystem.close() to remove the FileSystem
  877. instance from the cache. (Hairong Kuang via cutting)
  878. 11. HADOOP-135. Fix potential deadlock in JobTracker by acquiring
  879. locks in a consistent order. (omalley via cutting)
  880. 12. HADOOP-278. Check for existence of input directories before
  881. starting MapReduce jobs, making it easier to debug this common
  882. error. (omalley via cutting)
  883. 13. HADOOP-304. Improve error message for
  884. UnregisterdDatanodeException to include expected node name.
  885. (Konstantin Shvachko via cutting)
  886. 14. HADOOP-305. Fix TaskTracker to ask for new tasks as soon as a
  887. task is finished, rather than waiting for the next heartbeat.
  888. This improves performance when tasks are short.
  889. (Mahadev Konar via cutting)
  890. 15. HADOOP-59. Add support for generic command line options. One may
  891. now specify the filesystem (-fs), the MapReduce jobtracker (-jt),
  892. a config file (-conf) or any configuration property (-D). The
  893. "dfs", "fsck", "job", and "distcp" commands currently support
  894. this, with more to be added. (Hairong Kuang via cutting)
  895. 16. HADOOP-296. Permit specification of the amount of reserved space
  896. on a DFS datanode. One may specify both the percentage free and
  897. the number of bytes. (Johan Oskarson via cutting)
  898. 17. HADOOP-325. Fix a problem initializing RPC parameter classes, and
  899. remove the workaround used to initialize classes.
  900. (omalley via cutting)
  901. 18. HADOOP-328. Add an option to the "distcp" command to ignore read
  902. errors while copying. (omalley via cutting)
  903. 19. HADOOP-27. Don't allocate tasks to trackers whose local free
  904. space is too low. (Johan Oskarson via cutting)
  905. 20. HADOOP-318. Keep slow DFS output from causing task timeouts.
  906. This incompatibly changes some public interfaces, adding a
  907. parameter to OutputFormat.getRecordWriter() and the new method
  908. Reporter.progress(), but it makes lots of tasks succeed that were
  909. previously failing. (Milind Bhandarkar via cutting)
  910. Release 0.3.2 - 2006-06-09
  911. 1. HADOOP-275. Update the streaming contrib module to use log4j for
  912. its logging. (Michel Tourn via cutting)
  913. 2. HADOOP-279. Provide defaults for log4j logging parameters, so
  914. that things still work reasonably when Hadoop-specific system
  915. properties are not provided. (omalley via cutting)
  916. 3. HADOOP-280. Fix a typo in AllTestDriver which caused the wrong
  917. test to be run when "DistributedFSCheck" was specified.
  918. (Konstantin Shvachko via cutting)
  919. 4. HADOOP-240. DFS's mkdirs() implementation no longer logs a warning
  920. when the directory already exists. (Hairong Kuang via cutting)
  921. 5. HADOOP-285. Fix DFS datanodes to be able to re-join the cluster
  922. after the connection to the namenode is lost. (omalley via cutting)
  923. 6. HADOOP-277. Fix a race condition when creating directories.
  924. (Sameer Paranjpye via cutting)
  925. 7. HADOOP-289. Improved exception handling in DFS datanode.
  926. (Konstantin Shvachko via cutting)
  927. 8. HADOOP-292. Fix client-side logging to go to standard error
  928. rather than standard output, so that it can be distinguished from
  929. application output. (omalley via cutting)
  930. 9. HADOOP-294. Fixed bug where conditions for retrying after errors
  931. in the DFS client were reversed. (omalley via cutting)
  932. Release 0.3.1 - 2006-06-05
  933. 1. HADOOP-272. Fix a bug in bin/hadoop setting log
  934. parameters. (omalley & cutting)
  935. 2. HADOOP-274. Change applications to log to standard output rather
  936. than to a rolling log file like daemons. (omalley via cutting)
  937. 3. HADOOP-262. Fix reduce tasks to report progress while they're
  938. waiting for map outputs, so that they do not time out.
  939. (Mahadev Konar via cutting)
  940. 4. HADOOP-245 and HADOOP-246. Improvements to record io package.
  941. (Mahadev Konar via cutting)
  942. 5. HADOOP-276. Add logging config files to jar file so that they're
  943. always found. (omalley via cutting)
  944. Release 0.3.0 - 2006-06-02
  945. 1. HADOOP-208. Enhance MapReduce web interface, adding new pages
  946. for failed tasks, and tasktrackers. (omalley via cutting)
  947. 2. HADOOP-204. Tweaks to metrics package. (David Bowen via cutting)
  948. 3. HADOOP-209. Add a MapReduce-based file copier. This will
  949. copy files within or between file systems in parallel.
  950. (Milind Bhandarkar via cutting)
  951. 4. HADOOP-146. Fix DFS to check when randomly generating a new block
  952. id that no existing blocks already have that id.
  953. (Milind Bhandarkar via cutting)
  954. 5. HADOOP-180. Make a daemon thread that does the actual task clean ups, so
  955. that the main offerService thread in the taskTracker doesn't get stuck
  956. and miss his heartbeat window. This was killing many task trackers as
  957. big jobs finished (300+ tasks / node). (omalley via cutting)
  958. 6. HADOOP-200. Avoid transmitting entire list of map task names to
  959. reduce tasks. Instead just transmit the number of map tasks and
  960. henceforth refer to them by number when collecting map output.
  961. (omalley via cutting)
  962. 7. HADOOP-219. Fix a NullPointerException when handling a checksum
  963. exception under SequenceFile.Sorter.sort(). (cutting & stack)
  964. 8. HADOOP-212. Permit alteration of the file block size in DFS. The
  965. default block size for new files may now be specified in the
  966. configuration with the dfs.block.size property. The block size
  967. may also be specified when files are opened.
  968. (omalley via cutting)
  969. 9. HADOOP-218. Avoid accessing configuration while looping through
  970. tasks in JobTracker. (Mahadev Konar via cutting)
  971. 10. HADOOP-161. Add hashCode() method to DFS's Block.
  972. (Milind Bhandarkar via cutting)
  973. 11. HADOOP-115. Map output types may now be specified. These are also
  974. used as reduce input types, thus permitting reduce input types to
  975. differ from reduce output types. (Runping Qi via cutting)
  976. 12. HADOOP-216. Add task progress to task status page.
  977. (Bryan Pendelton via cutting)
  978. 13. HADOOP-233. Add web server to task tracker that shows running
  979. tasks and logs. Also add log access to job tracker web interface.
  980. (omalley via cutting)
  981. 14. HADOOP-205. Incorporate pending tasks into tasktracker load
  982. calculations. (Mahadev Konar via cutting)
  983. 15. HADOOP-247. Fix sort progress to better handle exceptions.
  984. (Mahadev Konar via cutting)
  985. 16. HADOOP-195. Improve performance of the transfer of map outputs to
  986. reduce nodes by performing multiple transfers in parallel, each on
  987. a separate socket. (Sameer Paranjpye via cutting)
  988. 17. HADOOP-251. Fix task processes to be tolerant of failed progress
  989. reports to their parent process. (omalley via cutting)
  990. 18. HADOOP-325. Improve the FileNotFound exceptions thrown by
  991. LocalFileSystem to include the name of the file.
  992. (Benjamin Reed via cutting)
  993. 19. HADOOP-254. Use HTTP to transfer map output data to reduce
  994. nodes. This, together with HADOOP-195, greatly improves the
  995. performance of these transfers. (omalley via cutting)
  996. 20. HADOOP-163. Cause datanodes that\ are unable to either read or
  997. write data to exit, so that the namenode will no longer target
  998. them for new blocks and will replicate their data on other nodes.
  999. (Hairong Kuang via cutting)
  1000. 21. HADOOP-222. Add a -setrep option to the dfs commands that alters
  1001. file replication levels. (Johan Oskarson via cutting)
  1002. 22. HADOOP-75. In DFS, only check for a complete file when the file
  1003. is closed, rather than as each block is written.
  1004. (Milind Bhandarkar via cutting)
  1005. 23. HADOOP-124. Change DFS so that datanodes are identified by a
  1006. persistent ID rather than by host and port. This solves a number
  1007. of filesystem integrity problems, when, e.g., datanodes are
  1008. restarted. (Konstantin Shvachko via cutting)
  1009. 24. HADOOP-256. Add a C API for DFS. (Arun C Murthy via cutting)
  1010. 25. HADOOP-211. Switch to use the Jakarta Commons logging internally,
  1011. configured to use log4j by default. (Arun C Murthy and cutting)
  1012. 26. HADOOP-265. Tasktracker now fails to start if it does not have a
  1013. writable local directory for temporary files. In this case, it
  1014. logs a message to the JobTracker and exits. (Hairong Kuang via cutting)
  1015. 27. HADOOP-270. Fix potential deadlock in datanode shutdown.
  1016. (Hairong Kuang via cutting)
  1017. Release 0.2.1 - 2006-05-12
  1018. 1. HADOOP-199. Fix reduce progress (broken by HADOOP-182).
  1019. (omalley via cutting)
  1020. 2. HADOOP-201. Fix 'bin/hadoop dfs -report'. (cutting)
  1021. 3. HADOOP-207. Fix JDK 1.4 incompatibility introduced by HADOOP-96.
  1022. System.getenv() does not work in JDK 1.4. (Hairong Kuang via cutting)
  1023. Release 0.2.0 - 2006-05-05
  1024. 1. Fix HADOOP-126. 'bin/hadoop dfs -cp' now correctly copies .crc
  1025. files. (Konstantin Shvachko via cutting)
  1026. 2. Fix HADOOP-51. Change DFS to support per-file replication counts.
  1027. (Konstantin Shvachko via cutting)
  1028. 3. Fix HADOOP-131. Add scripts to start/stop dfs and mapred daemons.
  1029. Use these in start/stop-all scripts. (Chris Mattmann via cutting)
  1030. 4. Stop using ssh options by default that are not yet in widely used
  1031. versions of ssh. Folks can still enable their use by uncommenting
  1032. a line in conf/hadoop-env.sh. (cutting)
  1033. 5. Fix HADOOP-92. Show information about all attempts to run each
  1034. task in the web ui. (Mahadev konar via cutting)
  1035. 6. Fix HADOOP-128. Improved DFS error handling. (Owen O'Malley via cutting)
  1036. 7. Fix HADOOP-129. Replace uses of java.io.File with new class named
  1037. Path. This fixes bugs where java.io.File methods were called
  1038. directly when FileSystem methods were desired, and reduces the
  1039. likelihood of such bugs in the future. It also makes the handling
  1040. of pathnames more consistent between local and dfs FileSystems and
  1041. between Windows and Unix. java.io.File-based methods are still
  1042. available for back-compatibility, but are deprecated and will be
  1043. removed once 0.2 is released. (cutting)
  1044. 8. Change dfs.data.dir and mapred.local.dir to be comma-separated
  1045. lists of directories, no longer be space-separated. This fixes
  1046. several bugs on Windows. (cutting)
  1047. 9. Fix HADOOP-144. Use mapred task id for dfs client id, to
  1048. facilitate debugging. (omalley via cutting)
  1049. 10. Fix HADOOP-143. Do not line-wrap stack-traces in web ui.
  1050. (omalley via cutting)
  1051. 11. Fix HADOOP-118. In DFS, improve clean up of abandoned file
  1052. creations. (omalley via cutting)
  1053. 12. Fix HADOOP-138. Stop multiple tasks in a single heartbeat, rather
  1054. than one per heartbeat. (Stefan via cutting)
  1055. 13. Fix HADOOP-139. Remove a potential deadlock in
  1056. LocalFileSystem.lock(). (Igor Bolotin via cutting)
  1057. 14. Fix HADOOP-134. Don't hang jobs when the tasktracker is
  1058. misconfigured to use an un-writable local directory. (omalley via cutting)
  1059. 15. Fix HADOOP-115. Correct an error message. (Stack via cutting)
  1060. 16. Fix HADOOP-133. Retry pings from child to parent, in case of
  1061. (local) communcation problems. Also log exit status, so that one
  1062. can distinguish patricide from other deaths. (omalley via cutting)
  1063. 17. Fix HADOOP-142. Avoid re-running a task on a host where it has
  1064. previously failed. (omalley via cutting)
  1065. 18. Fix HADOOP-148. Maintain a task failure count for each
  1066. tasktracker and display it in the web ui. (omalley via cutting)
  1067. 19. Fix HADOOP-151. Close a potential socket leak, where new IPC
  1068. connection pools were created per configuration instance that RPCs
  1069. use. Now a global RPC connection pool is used again, as
  1070. originally intended. (cutting)
  1071. 20. Fix HADOOP-69. Don't throw a NullPointerException when getting
  1072. hints for non-existing file split. (Bryan Pendelton via cutting)
  1073. 21. Fix HADOOP-157. When a task that writes dfs files (e.g., a reduce
  1074. task) failed and was retried, it would fail again and again,
  1075. eventually failing the job. The problem was that dfs did not yet
  1076. know that the failed task had abandoned the files, and would not
  1077. yet let another task create files with the same names. Dfs now
  1078. retries when creating a file long enough for locks on abandoned
  1079. files to expire. (omalley via cutting)
  1080. 22. Fix HADOOP-150. Improved task names that include job
  1081. names. (omalley via cutting)
  1082. 23. Fix HADOOP-162. Fix ConcurrentModificationException when
  1083. releasing file locks. (omalley via cutting)
  1084. 24. Fix HADOOP-132. Initial check-in of new Metrics API, including
  1085. implementations for writing metric data to a file and for sending
  1086. it to Ganglia. (David Bowen via cutting)
  1087. 25. Fix HADOOP-160. Remove some uneeded synchronization around
  1088. time-consuming operations in the TaskTracker. (omalley via cutting)
  1089. 26. Fix HADOOP-166. RPCs failed when passed subclasses of a declared
  1090. parameter type. This is fixed by changing ObjectWritable to store
  1091. both the declared type and the instance type for Writables. Note
  1092. that this incompatibly changes the format of ObjectWritable and
  1093. will render unreadable any ObjectWritables stored in files.
  1094. Nutch only uses ObjectWritable in intermediate files, so this
  1095. should not be a problem for Nutch. (Stefan & cutting)
  1096. 27. Fix HADOOP-168. MapReduce RPC protocol methods should all declare
  1097. IOException, so that timeouts are handled appropriately.
  1098. (omalley via cutting)
  1099. 28. Fix HADOOP-169. Don't fail a reduce task if a call to the
  1100. jobtracker to locate map outputs fails. (omalley via cutting)
  1101. 29. Fix HADOOP-170. Permit FileSystem clients to examine and modify
  1102. the replication count of individual files. Also fix a few
  1103. replication-related bugs. (Konstantin Shvachko via cutting)
  1104. 30. Permit specification of a higher replication levels for job
  1105. submission files (job.xml and job.jar). This helps with large
  1106. clusters, since these files are read by every node. (cutting)
  1107. 31. HADOOP-173. Optimize allocation of tasks with local data. (cutting)
  1108. 32. HADOOP-167. Reduce number of Configurations and JobConf's
  1109. created. (omalley via cutting)
  1110. 33. NUTCH-256. Change FileSystem#createNewFile() to create a .crc
  1111. file. The lack of a .crc file was causing warnings. (cutting)
  1112. 34. HADOOP-174. Change JobClient to not abort job until it has failed
  1113. to contact the job tracker for five attempts, not just one as
  1114. before. (omalley via cutting)
  1115. 35. HADOOP-177. Change MapReduce web interface to page through tasks.
  1116. Previously, when jobs had more than a few thousand tasks they
  1117. could crash web browsers. (Mahadev Konar via cutting)
  1118. 36. HADOOP-178. In DFS, piggyback blockwork requests from datanodes
  1119. on heartbeat responses from namenode. This reduces the volume of
  1120. RPC traffic. Also move startup delay in blockwork from datanode
  1121. to namenode. This fixes a problem where restarting the namenode
  1122. triggered a lot of uneeded replication. (Hairong Kuang via cutting)
  1123. 37. HADOOP-183. If the DFS namenode is restarted with different
  1124. minimum and/or maximum replication counts, existing files'
  1125. replication counts are now automatically adjusted to be within the
  1126. newly configured bounds. (Hairong Kuang via cutting)
  1127. 38. HADOOP-186. Better error handling in TaskTracker's top-level
  1128. loop. Also improve calculation of time to send next heartbeat.
  1129. (omalley via cutting)
  1130. 39. HADOOP-187. Add two MapReduce examples/benchmarks. One creates
  1131. files containing random data. The second sorts the output of the
  1132. first. (omalley via cutting)
  1133. 40. HADOOP-185. Fix so that, when a task tracker times out making the
  1134. RPC asking for a new task to run, the job tracker does not think
  1135. that it is actually running the task returned. (omalley via cutting)
  1136. 41. HADOOP-190. If a child process hangs after it has reported
  1137. completion, its output should not be lost. (Stack via cutting)
  1138. 42. HADOOP-184. Re-structure some test code to better support testing
  1139. on a cluster. (Mahadev Konar via cutting)
  1140. 43. HADOOP-191 Add streaming package, Hadoop's first contrib module.
  1141. This permits folks to easily submit MapReduce jobs whose map and
  1142. reduce functions are implemented by shell commands. Use
  1143. 'bin/hadoop jar build/hadoop-streaming.jar' to get details.
  1144. (Michel Tourn via cutting)
  1145. 44. HADOOP-189. Fix MapReduce in standalone configuration to
  1146. correctly handle job jar files that contain a lib directory with
  1147. nested jar files. (cutting)
  1148. 45. HADOOP-65. Initial version of record I/O framework that enables
  1149. the specification of record types and generates marshalling code
  1150. in both Java and C++. Generated Java code implements
  1151. WritableComparable, but is not yet otherwise used by
  1152. Hadoop. (Milind Bhandarkar via cutting)
  1153. 46. HADOOP-193. Add a MapReduce-based FileSystem benchmark.
  1154. (Konstantin Shvachko via cutting)
  1155. 47. HADOOP-194. Add a MapReduce-based FileSystem checker. This reads
  1156. every block in every file in the filesystem. (Konstantin Shvachko
  1157. via cutting)
  1158. 48. HADOOP-182. Fix so that lost task trackers to not change the
  1159. status of reduce tasks or completed jobs. Also fixes the progress
  1160. meter so that failed tasks are subtracted. (omalley via cutting)
  1161. 49. HADOOP-96. Logging improvements. Log files are now separate from
  1162. standard output and standard error files. Logs are now rolled.
  1163. Logging of all DFS state changes can be enabled, to facilitate
  1164. debugging. (Hairong Kuang via cutting)
  1165. Release 0.1.1 - 2006-04-08
  1166. 1. Added CHANGES.txt, logging all significant changes to Hadoop. (cutting)
  1167. 2. Fix MapReduceBase.close() to throw IOException, as declared in the
  1168. Closeable interface. This permits subclasses which override this
  1169. method to throw that exception. (cutting)
  1170. 3. Fix HADOOP-117. Pathnames were mistakenly transposed in
  1171. JobConf.getLocalFile() causing many mapred temporary files to not
  1172. be removed. (Raghavendra Prabhu via cutting)
  1173. 4. Fix HADOOP-116. Clean up job submission files when jobs complete.
  1174. (cutting)
  1175. 5. Fix HADOOP-125. Fix handling of absolute paths on Windows (cutting)
  1176. Release 0.1.0 - 2006-04-01
  1177. 1. The first release of Hadoop.