CHANGES.txt 71 KB

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