CHANGES.txt 42 KB

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