CHANGES.txt 70 KB

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