CHANGES.txt 56 KB

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