1. 6a86630 MAPREDUCE-2351. mapred.job.tracker.history.completed.location should support an arbitrary filesystem URI. by Thomas White · 13 years ago
  2. 956e347 MAPREDUCE-2302. Add static factory methods in GaloisField. (schen) by Chun-Yang Chen · 13 years ago
  3. e54c176 MAPREDUCE-993. bin/hadoop job -events <jobid> <from-event-#> <#-of-events> help message is confusing. Contributed by Harsh J Chouraria. by Thomas White · 13 years ago
  4. d783045 MAPREDUCE-1811. Job.monitorAndPrintJob() should print status of the job at completion. Contributed by Harsh J Chouraria. by Thomas White · 13 years ago
  5. 97186f3 MAPREDUCE-2225. MultipleOutputs should not require the use of 'Writable'. Contributed by Harsh J Chouraria. by Thomas White · 13 years ago
  6. 0a3a075 MAPREDUCE-2074. Task should fail when symlink creation fails. Contributed by Priyo Mustafi. by Thomas White · 13 years ago
  7. e4577cf MAPREDUCE-2206. The task-cleanup tasks should be optional. (schen) by Chun-Yang Chen · 13 years ago
  8. 7799552 MAPREDUCE-1159. Limit Job name in web UI to be 80 char long. Contributed by Harsh J Chouraria by Tsz-wo Sze · 13 years ago
  9. 6903efb MAPREDUCE-2203. Wrong javadoc for TaskRunner's appendJobJarClasspaths method. Contributed by Jingguo Yao. by Thomas White · 13 years ago
  10. 4573205 MAPREDUCE-1927. Unit test for HADOOP-6835 (concatenated gzip support). Contributed by Greg Roelofs. by Thomas White · 13 years ago
  11. bc8280b MAPREDUCE-1996. API: Reducer.reduce() method detail misstatement. Contributed by Harsh J Chouraria. by Thomas White · 13 years ago
  12. 724d7d3 MAPREDUCE-2054. Hierarchical queue implementation broke dynamic queue addition in Dynamic Scheduler. Contributed by Thomas Sandholm. by Thomas White · 13 years ago
  13. aa925e5 Diagnostic change to TestLocalRunner for MAPREDUCE-2284. by Thomas White · 13 years ago
  14. a3fd92f MAPREDUCE-2254. Allow setting of end-of-record delimiter for TextInputFormat. Contributed by Ahmed Radwan. by Todd Lipcon · 13 years ago
  15. 1c87135 MAPREDUCE-2334. Update BlockPlacementPolicyRaid for the new method in BlockPlacementPolicy. by Tsz-wo Sze · 13 years ago
  16. 8ae9463 MAPREDUCE-2314. configure files that are generated as part of the released tarball need to have executable bit set. Contributed by Roman Shaposhnik. by Konstantin I Boudnik · 13 years ago
  17. 2c135c4 MAPREDUCE-2315. javadoc is failing in nightly build. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  18. 242d4d9 MAPREDUCE-2311. Fix TestFairScheduler failure (schen) by Chun-Yang Chen · 13 years ago
  19. ce4541a MAPREDUCE-2285. MiniMRCluster does not start after ant test-patch. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  20. 8b3c01c MAPREDUCE-1825. A dot CHANGES.txt. by Konstantin Shvachko · 13 years ago
  21. 1e629ee MAPREDUCE-1825. jobqueue_details.jsp and FairSchedulerServelet should not call finishedMaps and finishedReduces when job is not initialized. Contributed by Scott Chen. by Konstantin Shvachko · 13 years ago
  22. 9ee9d2a MAPREDUCE-2304. Fix TestMRCLI to allow hostname with a hyphen (-). Contributed by Priyo Mustafi. by Konstantin Shvachko · 13 years ago
  23. 179c693 MAPREDUCE-1974. Fix multiple preemtions of the same task in FairScheduler. Contributed by Scott Chen. by Konstantin Shvachko · 13 years ago
  24. c98fae4 MAPREDUCE-1915. Fix IndexOutOfBoundsException in IndexCache. Contributed by Priyo Mustafi. by Konstantin Shvachko · 13 years ago
  25. 5737bac MAPREDUCE-2188. The new API MultithreadedMapper doesn't initialize RecordReader. Contributed by Owen O'Malley. by Konstantin Shvachko · 13 years ago
  26. c25a1bd MAPREDUCE-2077. Resolve name clash in the deprecated o.a.h.util.MemoryCalculatorPlugin Contributed by Luke Lu. by Konstantin Shvachko · 13 years ago
  27. 11d30e6 MAPREDUCE-1706. Log RAID recoveries on HDFS. (schen) by Chun-Yang Chen · 13 years ago
  28. dc3296b MAPREDUCE-2296. Fix references to misspelled method name getProtocolSigature. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  29. c2d3bab Move MAPREDUCE-2200 to 0.22 section of CHANGES.txt since it was applied to that branch. by Todd Lipcon · 13 years ago
  30. 82c8379 MAPREDUCE-2300. Fix TestUmbilicalProtocolWithJobToken on trunk after HADOOP-6904. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  31. 73e644b MAPREDUCE-2026. Make JobTracker.getJobCounters() and by Chun-Yang Chen · 13 years ago
  32. 3e454af MAPREDUCE-2294. Fix compilation error in mumak. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  33. fb76e00 MAPREDUCE-2281. MR part of HADOOP-6642. Contributed by Chris Douglas, Po Cheung. by Konstantin Shvachko · 13 years ago
  34. 24d0f05 MAPREDUCE-2256. FairScheduler fairshare preemption from multiple pools may preempt all tasks from one pool causing that pool to go below fairshare. Contributed by Priyo Mustafi. by Konstantin Shvachko · 13 years ago
  35. c149b75 MAPREDUCE-2260. Remove auto-generated native build files. Contributed by Roman Shaposhnik by Eli Collins · 13 years ago
  36. 8cfd1ff MAPREDUCE-2290. Fix compilation error in TestTaskCommit. Contributed by Eli Collins by Eli Collins · 13 years ago
  37. 958036b MAPREDUCE-2263. MapReduce side of HADOOP-6904: RPC compatibility. Contributed by Hairong Kuang. by Hairong Kuang · 13 years ago
  38. 9e0fe5e MAPREDUCE-1754. Replace mapred.persmissions.supergroup with an acl : mapreduce.cluster.administrators. Contributed by Amareshwari Sriramadasu. by Konstantin Shvachko · 13 years ago
  39. fd1c1e8 MAPREDUCE-2283. Add timeout for Raid Tests (Ramkumar Vadali via schen) by Chun-Yang Chen · 13 years ago
  40. 124fbaf MAPREDUCE-2253. Servlets should specify content type. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  41. df9c19b MAPREDUCE-2271. Fix TestSetupTaskScheduling failure on trunk. Contributed by Liyin Liang. by Todd Lipcon · 13 years ago
  42. b487b57 MAPREDUCE-2277. TestCapacitySchedulerWithJobTracker needs to wait for jobs to complete before testing status. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  43. f0af417 MAPREDUCE-2238. Fix permissions handling to avoid leaving undeletable directories in local dirs. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  44. 94b7dbd MAPREDUCE-2250. Fix logging in raid code. (Ramkumar Vadali via schen) by Chun-Yang Chen · 13 years ago
  45. 21f004d MAPREDUCE-1382. MRAsyncDiscService should tolerate missing local.dir. Contributed by Zheng Shao and tomwhite. by Thomas White · 13 years ago
  46. 061999e MAPREDUCE-2282. Fix TestMRServerPorts for the changes in TestHDFSServerPorts. Contributed by shv by Tsz-wo Sze · 13 years ago
  47. 917afd5 MAPREDUCE-2180. Add coverage of fair scheduler servlet to system test. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  48. 7d62155 MAPREDUCE-1085. For tasks, "ulimit -v -1" is being run when user doesn't specify a ulimit. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  49. a037652 MAPREDUCE-2248. DistributedRaidFileSystem should unraid only the corrupt block by Chun-Yang Chen · 13 years ago
  50. 1361280 MAPREDUCE-1929. Allow artifacts to be published to the staging Apache Nexus Maven Repository. by Thomas White · 13 years ago
  51. 67d3f4e MAPREDUCE-2084. Remove deprecate annotation from package javadoc file. (Contributed by tomwhite) by Nigel Daley · 13 years ago
  52. c2241d8 MAPREDUCE-2207. Task-cleanup task should not be scheduled on the node that the by Chun-Yang Chen · 13 years ago
  53. 08d9aa5 JobTracker should not try to remove mapred.system.dir during startup. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  54. 3d5cb73 MAPREDUCE-2234. If Localizer can't create task log directory, it should fail on the spot. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  55. 1ccc840 MAPREDUCE-2096. Secure local filesystem IO from symlink vulnerabilities. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  56. 82c0574 MAPREDUCE-2228. Remove java5 dependencies from build. Contributed by Konstantin Boudnik. by Konstantin I Boudnik · 13 years ago
  57. acb9b34 MAPREDUCE-1906. Lower minimum heartbeat interval for TaskTracker. Contributed by Scott Carey and Todd Lipcon by Todd Lipcon · 13 years ago
  58. 078b111 MAPREDUCE-714. JobConf.findContainingJar unescapes unnecessarily on linux. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  59. 15d58b3 MAPREDUCE-2224. Fix synchronization bugs in JvmManager. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  60. a940949 MAPREDUCE-2232. Add missing methods to TestMapredGroupMappingServiceRefresh. Contributed by Todd Lipcon by Eli Collins · 13 years ago
  61. ca29d90 MAPREDUCE-2223. TestMRCLI might fail on Ubuntu with default /etc/hosts. Contributed by Konstantin Boudnik. by Konstantin I Boudnik · 13 years ago
  62. c0a6383 MAPREDUCE-1831. BlockPlacement policy for HDFS-RAID. (Scott Chen via dhruba) by Dhruba Borthakur · 13 years ago
  63. 938a355 MAPREDUCE-1334. Fix TestIndexUpdater by ignoring _SUCCESS file in HDFS. Contributed by Kay Kay. by Hemanth Yamijala · 13 years ago
  64. 2de7f41 MAPREDUCE-2215. A more elegant FileSystem#listCorruptFileBlocks API (RAID changes). Contributed by Patrick Kling. by Hairong Kuang · 13 years ago
  65. 94bef9b MAPREDUCE-1878. Add MRUnit documentation. Contributed by Aaron Kimball by Thomas White · 13 years ago
  66. 737dedc MAPREDUCE-2156. Raid-aware FSCK. (Patrick Kling via dhruba) by Dhruba Borthakur · 13 years ago
  67. 3042199 MAPREDUCE-1783. FairScheduler initializes tasks only when the job can be run. by Chun-Yang Chen · 13 years ago
  68. 372be09 MAPREDUCE-2155. RaidNode should optionally use the mapreduce jobs to by Dhruba Borthakur · 13 years ago
  69. 2fb1b34 MAPREDUCE-1752. Implement getFileBlockLocations in HarFilesystem. by Dhruba Borthakur · 13 years ago
  70. a8d7005 MAPREDUCE-1809. Ant build changes for Streaming system tests in contrib projects. Contributed by Vinay Kumar Thota by Amareshwari Sriramadasu · 13 years ago
  71. 4aae371 MAPREDUCE-2200. TestUmbilicalProtocolWithJobToken is failing without Krb evironment: needs to be conditional. Contributed by Konstantin Boudnik. by Konstantin I Boudnik · 13 years ago
  72. 568b935 MAPREDUCE-2199. build is broken 0.22 branch creation. Contributed by Konstantin Boudnik. by Konstantin I Boudnik · 13 years ago
  73. 7e92b53 MAPREDUCE-2184. Port DistRaid.java to new mapreduce API. (Ramkumar Vadali via by Chun-Yang Chen · 13 years ago
  74. d90d37b MAPREDUCE-2195. New property for local conf directory in system-test-mapreduce.xml file. Contributed by Konstantin Boudnik. by Konstantin I Boudnik · 13 years ago
  75. 5fbffcd MAPREDUCE-2172. Added test-patch.properties required by test-patch.sh. Contributed by nigel by Nigel Daley · 13 years ago
  76. 90e9016 Adding IntelliJ IDEA specific extentions to be ignored. by Konstantin I Boudnik · 13 years ago
  77. f4bd949 MAPREDUCE-1931. Gridmix forrest documentation. Contributed by Ranjit Mathew. by Vinod Kumar Vavilapalli · 13 years ago
  78. 5f8b088 branching for 0.22 by Owen O'Malley · 13 years ago
  79. 3e0ac95 MAPREDUCE-1784. IFile should check for null compressor. Contributed by Eli Collins. by Thomas White · 13 years ago
  80. 93c866c MAPREDUCE-2169. Integrated Reed-Solomon code with RaidNode. (Ramkumar Vadali via schen) by Chun-Yang Chen · 13 years ago
  81. 305c475 MAPREDUCE-2167. Faster directory traversal for raid node. (Ramkumar Vadali via schen) by Chun-Yang Chen · 13 years ago
  82. b5a0271 MAPREDUCE-2093. Herriot JT and TT clients should vend statistics. Contributed by Konstantin Boudnik. by Konstantin I Boudnik · 13 years ago
  83. cf5819f Fixes Context.setStatus() and progress() apis. Contributed by Amareshwari Sriramadasu by Amareshwari Sriramadasu · 13 years ago
  84. ec8edda MAPREDUCE-2141. Add an "extra data" field to Task for use by Mesos. by Matei Alexandru Zaharia · 13 years ago
  85. 7259ae8 MAPREDUCE-2073. TestTrackerDistributedCacheManager should be up-front about requirements on build environment. Contributed by Todd Lipcon. by Thomas White · 13 years ago
  86. dc0a849 MAPREDUCE-2034. TestSubmitJob triggers NPE instead of permissions error. Contributed by Todd Lipcon. by Thomas White · 13 years ago
  87. 1085c20 MAPREDUCE-2179. Fix RaidBlockSender compilation failure. (Ramkumar Vadali via by Chun-Yang Chen · 13 years ago
  88. 2262339 MAPREDUCE-1592. Generate Eclipse's .classpath file from Ivy config. Contributed by tomwhite. by Nigel Daley · 13 years ago
  89. 9785147 MAPREDUCE-1592. Generate Eclipse's .classpath file from Ivy config. Contributed by nigel. by Nigel Daley · 13 years ago
  90. cf7255f MAPREDUCE-1592. Generate Eclipse's .classpath file from Ivy config. Contributed by nigel. by Nigel Daley · 13 years ago
  91. 79e9acb MAPREDUCE-1592. Generate Eclipse's .classpath file from Ivy config. Contributed by nigel. by Nigel Daley · 13 years ago
  92. 72b5c26 MAPREDUCE-2142. Refactor RaidNode so that the map-reduce component is by Dhruba Borthakur · 13 years ago
  93. 6a87a1d MAPREDUCE-2173. Fix race condition in TestBlockFixer that was by Dhruba Borthakur · 13 years ago
  94. 6e181f7 MAPREDUCE-1892. RaidNode can allow layered policies more efficiently. by Chun-Yang Chen · 14 years ago
  95. bc01f57 MAPREDUCE-2051. Contribute a fair scheduler preemption system test. Contributed by Todd Lipcon. by Thomas White · 14 years ago
  96. 68341ed MAPREDUCE-1818. RaidNode can specify scheduling parameters. (Ramkumar Vadali by Chun-Yang Chen · 14 years ago
  97. 6bee310 MAPREDUCE-2099. RaidNode recreates outdated parity HARs. (Ramkumar Vadali via by Chun-Yang Chen · 14 years ago
  98. 6ddeca4 RaidNode periodically fixes corrupt blocks. (Ramkumar Vadali via schen) by Chun-Yang Chen · 14 years ago
  99. 947249c HADOOP-6991. Move testcase from mapreduce to common, since it tests by Owen O'Malley · 14 years ago
  100. e22c6d0 MAPREDUCE-1970. Reed-Solomon code implementation for HDFS RAID. by Dhruba Borthakur · 14 years ago