CHANGES.txt 64 KB

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