Commit History

Author SHA1 Message Date
  Doug Cutting 9f12b30f0e HADOOP-327. Fix ToolBase to not call System.exit() when an exception is thrown. Contributed by Hairong. 19 years ago
  Doug Cutting 93ea3bb5d2 HADOOP-358. Fix a NPE in Path.equals(). Contributed by Frédéric Bertin. 19 years ago
  Doug Cutting 34381c51c0 HADOOP-355. Updates to streaming contrib module. Contributed by Michel. 19 years ago
  Doug Cutting 3c253cc2b5 HADOOP-339. Add a method to the JobClient API listing jobs that are not yet complete. Contributed by Mahadev. 19 years ago
  Doug Cutting 07cce97dfd HADOOP-313. Permit task state to be saved so that single tasks may be manually re-executed when debugging. Contributed by Owen. 19 years ago
  Doug Cutting 10ce3051e6 HADOOP-352. Fix shell scripts to use /bin/sh instead of /bin/bash for better portability. Contributed by Jean-Baptiste Quenot. 19 years ago
  Doug Cutting 95b6c74bf3 HADOOP-340. Document that non-existant directories in dfs.data.dir 19 years ago
  Doug Cutting 800d83b5a6 Preparing for 0.4.0 release. 19 years ago
  Doug Cutting b57de67081 HADOOP-318. Keep slow DFS output from causing task timeouts. Contributed by Milind. 19 years ago
  Doug Cutting 0dcd678c3e HADOOP-27. Don't allocate tasks to trackers whose local free space is too low. 19 years ago
  Doug Cutting 9dda781fb3 HADOOP-328. Add an option to the distcp command to ignore read errors while copying. Contributed by Owen. 19 years ago
  Doug Cutting fb26c9bc9f Revert patch from HADOOP-321 applied in revision 417566, since a bug was discovered. 19 years ago
  Doug Cutting 895532dec9 HADOOP-326. Remove some dead code. Contributed by Owen. 19 years ago
  Doug Cutting 3c9bd64a62 HADOOP-325. Correctly initialize RPC parameter classes, and remove workaround code. Contributed by Owen. 19 years ago
  Doug Cutting 2c8c75f286 HADOOP-321. Refactor some DFS classes. Contributed by Konstantin. 19 years ago
  Doug Cutting 6613b1ec0d HADOOP-296. Permit specification of the amount of reserved space on a DFS datanode. Contributed by Johan Oskarson. 19 years ago
  Doug Cutting 471ea87623 HADOOP-59. Add support for generic command line options. Contributed by Hairong. 19 years ago
  Doug Cutting 9c30db870a Fix a bug in the fix for HADOOP-278. Input directories should be 19 years ago
  Doug Cutting 05661625ea HADOOP-305. Fix tasktracker to ask for new tasks as soon as a task is finished. Contributed by Mahadev. 19 years ago
  Doug Cutting 893a4e29ad HADOOP-304. Improve error message for UnregisteredDatanodeException to include expected node name. 19 years ago
  Doug Cutting 7ef669812e HADOOP-301. In RandomWriter example, don't overwrite output directory 19 years ago
  Doug Cutting 197515dcd9 Fix a bug where server shutdown threw a NullPointerException. 19 years ago
  Doug Cutting 8c10090919 HADOOP-278. Check for the existence of input directories before starting MapReduce jobs, making it easier to debug this common error. Contributed by Owen. 19 years ago
  Doug Cutting ab57463700 HADOOP-135. Fix potential deadlock in JobTracker by acquiring locks in a consistent order. Contributed by Owen. 19 years ago
  Doug Cutting 3cfaff4141 HADOOP-319. Fix FileSystem.close() to remove FileSystem instance from the cache. Contributed by Hairong. 19 years ago
  Doug Cutting bcfc1de3e5 HADOOP-317. Fix server logging to correctly log stack traces. Also 19 years ago
  Doug Cutting 58afe30c57 HADOOP-316. Fix a potential deadlock in the jobtracker. Contributed by Owen. 19 years ago
  Doug Cutting cd4ca48cdf HADOOP-314. Remove the append phase when sorting. Contributed by Owen. 19 years ago
  Doug Cutting 732dcbf414 HADOOP-311. Change DFS client to retry failed reads, so that a single read failure alone will not cause failure of a task. Contributed by Owen. 19 years ago
  Doug Cutting 93e01b6e7d HADOOP-210. Change RPC server to use a selector instead of a thread per connection. Contributed by Devaraj Das. 19 years ago