CHANGES.txt 45 KB

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