CHANGES.txt 67 KB

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