1. 307cb5b MAPREDUCE-2430. Remove mrunit contrib. Contributed by Nigel Daley by Eli Collins · 13 years ago trunk
  2. eb26c0f MAPREDUCE-2581. Spelling errors in log messages. Contributed by Tim Sell by Eli Collins · 13 years ago
  3. 73338de MAPREDUCE-2573. Fix new findbugs warning introduced by MAPREDUCE-2494. Contributed by Robert Joseph Evans. by Todd Lipcon · 13 years ago
  4. c282207 MAPREDUCE-2559. ant binary fails due to missing c++ lib dir. Contributed by Eli Collins by Eli Collins · 13 years ago
  5. 4f130d3 MAPREDUCE-2571. CombineFileInputFormat.getSplits throws a java.lang.ArrayStoreException. Contributed by Bochun Bai. by Todd Lipcon · 13 years ago
  6. 373996c MAPREDUCE-2185. Fix infinite loop at creating splits using CombineFileInputFormat. (Ramkumar Vadali via schen) by Chun-Yang Chen · 13 years ago
  7. 9005a08 MAPREDUCE-2487. ChainReducer uses MAPPER_BY_VALUE instead of REDUCER_BY_VALUE. Contributed by Devaraj K. by Todd Lipcon · 13 years ago
  8. 53ed400 MAPREDUCE-2104. [Rumen] Add Cpu, Memory and Heap usages to TraceBuilder's output. (amarrk) by Amar Kamat · 13 years ago
  9. 9994e75 MAPREDUCE-2529. Add support for regex-based shuffle metric counting by Christopher Douglas · 13 years ago
  10. eabe26f MAPREDUCE-2554. [Gridmix] Add distributed cache emulation system tests to Gridmix. (Vinay Kumar Thota via amarrk) by Amar Kamat · 13 years ago
  11. bf77e49 MAPREDUCE-2452. Makes the cancellation of delegation tokens happen in a separate thread. Contributed by Devaraj Das. by Devaraj Das · 13 years ago
  12. 0727aa6 MAPREDUCE-2539. Fixed NPE in getMapTaskReports in JobClient. Contributed by Robert Evans. by Arun Murthy · 13 years ago
  13. 34fc2ec MAPREDUCE-2531. Fixed jobcontrol to downgrade JobID. Contributed by Robert Evans. by Arun Murthy · 13 years ago
  14. 9ca11d4 MAPREDUCE-2543. [Gridmix] High-Ram feature emulation testcase. (amarrk) by Amar Kamat · 13 years ago
  15. db4cbf1 MAPREDUCE-2543. [Gridmix] High-Ram feature emulation in Gridmix. (amarrk) by Amar Kamat · 13 years ago
  16. bb478c1 MAPREDUCE-2469. Task counters should also report the total heap usage of the task. (Ravi Gummadi and Amar Ramesh Kamat via amarrk) by Amar Kamat · 13 years ago
  17. 76d1839 MAPREDUCE-2544. [Gridmix] Add compression emulation system tests to Gridmix. (Vinay Kumar Thota via amarrk) by Amar Kamat · 13 years ago
  18. 90df0cb MAPREDUCE-2455. Remove deprecated JobTracker.State in favour of JobTrackerStatus. by Thomas White · 13 years ago
  19. bc9ce45 MAPREDUCE-2521. Create RPM and Debian packages for MapReduce. Changes by Owen O'Malley · 13 years ago
  20. 089889e MAPREDUCE-2517. [Gridmix] Add system tests to Gridmix. (Vinay Kumar Thota via amarrk) by Amar Kamat · 13 years ago
  21. 50bccf0 MAPREDUCE-2408. [Gridmix] Compression emulation in Gridmix. (amarrk) by Amar Kamat · 13 years ago
  22. 0eb5bf4 MAPREDUCE-2137. Provide mapping between jobs of trace file and the corresponding simulated cluster's jobs in Gridmix. by Ravi Gummadi · 13 years ago
  23. 4651fbb Fix MAPREDUCE-2536 entry in CHANGES.txt. by Tsz-wo Sze · 13 years ago
  24. 4de3491 MAPREDUCE-2536. Update FsShell -mv command usage in TestMRCLI. Contributed by Daryn Sharp by Tsz-wo Sze · 13 years ago
  25. 2c80616 MAPREDUCE-2470. Fix NPE in RunningJobs::getCounters. by Christopher Douglas · 13 years ago
  26. 64b55c3 MAPREDUCE-2494. Order distributed cache deletions by LRU. by Christopher Douglas · 13 years ago
  27. 3a51ddb MAPREDUCE-2495. exit() the TaskTracker when the distributed cache cleanup by Christopher Douglas · 13 years ago
  28. 8f29d87 HADOOP-7259. Contrib modules should include the build.properties from by Owen O'Malley · 13 years ago
  29. 4a4b12e MAPREDUCE-2492. The new MapReduce API should make available task's progress to the task. (amarrk) by Amar Kamat · 13 years ago
  30. bc2d176 MAPREDUCE-2407. Make GridMix emulate usage of distributed cache files in simulated jobs. by Ravi Gummadi · 13 years ago
  31. 59c1d0f Revert MAPREDUCE-2470 by Christopher Douglas · 13 years ago
  32. ca2aba0 MAPREDUCE-2490. Add logging to graylist and blacklist activity to aid by Christopher Douglas · 13 years ago
  33. 5776120 MAPREDUCE-2514. Fix typo in TaskTracker ReinitTrackerAction log message. by Christopher Douglas · 13 years ago
  34. 4b28c4e MAPREDUCE-2470. Fix NPE in RunningJobs::getCounters. by Christopher Douglas · 13 years ago
  35. 921c792 MAPREDUCE-2459. Cache HAR filesystem metadata. (Mac Yang via mahadev) by Mahadev Konar · 13 years ago
  36. d1637ce MAPREDUCE-2516. Rename webinterface.private.actions to mapreduce.jobtracker.webinterface.trusted. Contributed by Ari Rabkin. by Todd Lipcon · 13 years ago
  37. 88a87a8 MAPREDUCE-2518. The t flag is missing in distcp help message. Contributed by Wei Yongjun by Tsz-wo Sze · 13 years ago
  38. e23e10f MAPREDUCE-2372. TaskLogAppender mechanism shouldn't be set up in log4j.properties. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  39. 7ed6a19 MAPREDUCE-2483. Remove duplication of jars between Hadoop subprojects by Owen O'Malley · 13 years ago
  40. 6391d69 MAPREDUCE-2449. Allow for command line arguments when performing "Run on Hadoop" action in Eclipse plugin. Contributed by Jeff Zemerick. by Todd Lipcon · 13 years ago
  41. 32aaa2a MAPREDUCE-2515. MapReduce code references some deprecated options. Contributed by Ari Rabkin. by Todd Lipcon · 13 years ago
  42. d800a71 MAPREDUCE-2258. IFile reader closes stream and compressor in wrong order. Contributed by Todd Lipcon. by Thomas White · 13 years ago
  43. ac3b891 MAPREDUCE-2381. JobTracker instrumentation not consistent about error handling. Contributed by Philip Zeyliger. by Thomas White · 13 years ago
  44. fd21d26 MAPREDUCE-2505. Explain how to use ACLs in the fair scheduler. Contributed by Matei Zaharia. by Eli Collins · 13 years ago
  45. 1da09bf MAPREDUCE-2502. JobSubmitter should use mapreduce.job.maps instead of its deprecated equivalent. Contributed by Eli Collins. by Todd Lipcon · 13 years ago
  46. a038f91 MAPREDUCE-2497. Missing spaces in error messages. Contributed by Eli Collins by Eli Collins · 13 years ago
  47. 584c47d MAPREDUCE-461. Enable ServicePlugins for the JobTracker. Contributed by Fredrik Hedberg. by Thomas White · 13 years ago
  48. 2ea5292 MAPREDUCE-2327. MapTask doesn't need to put username information in SpillRecord. Contributed by Todd Lipcon. by Thomas White · 13 years ago
  49. 4f032d5 MAPREDUCE-2499. MR part of HADOOP-7291. Contributed by Eli Collins by Eli Collins · 13 years ago
  50. 0a163e2 MAPREDUCE-2103. task-controller shouldn't require o-r permissions. Contributed by Todd Lipcon by Eli Collins · 13 years ago
  51. 683b1a2 Update CHANGES.txt to reflect MAPREDUCE-1778 was committed. by Eli Collins · 13 years ago
  52. b22c865 MAPREDUCE-2473. Add "mapred groups" command to query the server-side groups resolved for a user. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  53. 1237d8b MAPREDUCE-1626. Publish Javadoc for all contrib packages with user-facing APIs. Contributed by Jolly Chen. by Thomas White · 13 years ago
  54. 3c64d1a MAPREDUCE-2383. Improve documentation of DistributedCache methods. Contributed by Harsh J Chouraria. by Todd Lipcon · 13 years ago
  55. 7b530d4 MAPREDUCE-2410. Add entry to streaming FAQ about how streaming reducers receive keys. Contributed by Harsh J Chouraria. by Todd Lipcon · 13 years ago
  56. a01b5ae MAPREDUCE-869. Documentation for config to set map/reduce task environment. Contributed by Alejandro Abdelnur. by Todd Lipcon · 13 years ago
  57. 73e1cb6 MAPREDUCE-2486. Incorrect snapshot dependency published in .pom files. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  58. ced230f MAPREDUCE-2467. HDFS-1052 changes break the raid contrib module in MapReduce. (suresh srinivas via mahadev) by Mahadev Konar · 13 years ago
  59. 457dbb8 MAPREDUCE-2222. Ivy resolve force mode should be turned off by default. Contributed by Luke Lu. by Thomas White · 13 years ago
  60. b8c0fd7 MAPREDUCE-2456. Log the reduce taskID and associated TaskTrackers with by Christopher Douglas · 13 years ago
  61. b3a00bb MAPREDUCE-2451. Log the details from health check script at the by Christopher Douglas · 13 years ago
  62. a2ede28 MAPREDUCE-2422. Removed unused internal methods from DistributedCache. by Thomas White · 13 years ago
  63. c2729e4 MAPREDUCE-2475. Disable IPV6 for junit tests. (suresh srinivas via mahadev) by Mahadev Konar · 13 years ago
  64. 32515c6 MAPREDUCE-2474. Add docs to the new API Partitioner on how to access the Job Configuration. Contributed by Harsh J Chouraria. by Todd Lipcon · 13 years ago
  65. 3a38c10 MAPREDUCE-2472. Extra whitespace in mapred.child.java.opts breaks JVM initialization. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  66. 698f370 MAPREDUCE-2457. Job submission should inject group.name on the JobTracker. Contributed by Alejandro Abdelnur. by Todd Lipcon · 13 years ago
  67. f78f7f0 MAPREDUCE-2460. Fix flaky test TestFairSchedulerSystem. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  68. d085629 MAPREDUCE-2465. Disable raid contrib which is unable to compile after HDFS federation merge. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  69. 99d1463 MAPREDUCE-1978. Rumen TraceBuilder should provide recursive input folder scanning. by Ravi Gummadi · 13 years ago
  70. b6bef05 MAPREDUCE-2416. Remove the restriction of specifying group names in users-list file for Gridmix in RoundRobinUserResolver mode. by Ravi Gummadi · 13 years ago
  71. 18e6bcd MAPREDUCE-2420. JobTracker should be able to renew delegation token over HTTP. Contributed by Boris Shkolnik. by Jitendra Nath Pandey · 13 years ago
  72. 759b2b8 MAPREDUCE-2417. Fix Gridmix in RoundRobinUserResolver mode to map testing/proxy users to unique users in a trace. by Ravi Gummadi · 13 years ago
  73. 6eded08 Bring in more job configuration properties in to the trace file. by Amar Kamat · 13 years ago
  74. 71125d0 Feature to instruct rumen-folder utility to skip jobs worth by Amar Kamat · 13 years ago
  75. 5050912 MAPREDUCE-2445. Fix TestMiniMRWithDFSWithDistinctUsers to be a valid test. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  76. 6ee898a MAPREDUCE-2428. start-mapred.sh script fails if HADOOP_HOME is not set. Contributed by Tom White by Eli Collins · 13 years ago
  77. cd411ec MAPREDUCE-2448. NoSuchMethodError: org.apache.hadoop.hdfs.TestDatanodeBlockScanner.corruptReplica(..). Contributed by Eli Collins by Eli Collins · 13 years ago
  78. 57055f8 Move MAPREDUCE-2317 from 0.21.0 to 0.21.1 in CHANGES.txt. by Tsz-wo Sze · 13 years ago
  79. 11131d7 MAPREDUCE-2317. Fix a NPE in HadoopArchives. Contributed by Devaraj K by Tsz-wo Sze · 13 years ago
  80. ac3445f MAPREDUCE-2202. Generalize CLITest structure and interfaces to facilitate upstream adoption (e.g. for web or system testing). Contributed by Konstantin Boudnik by Konstantin I Boudnik · 13 years ago
  81. 45a0ae2 MAPREDUCE-2437. SLive uses only part* files to generating the final report. Contributed by Konstantin Shvachko. by Konstantin Shvachko · 13 years ago
  82. 5d9d230 MAPREDUCE-2426. Make TestFairSchedulerSystem fail with more verbose output. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  83. dc7edd6 MAPREDUCE-2337. Remove dependence of public MapReduce API on classes in server package. by Thomas White · 13 years ago
  84. 7bcc3f3 MAPREDUCE-2395. TestBlockFixer timing out on trunk. Contributed by Ramkumar Vadali. by Todd Lipcon · 13 years ago
  85. bf71552 MAPREDUCE-2307. Exception thrown in Jobtracker logs, when the Scheduler by Matei Alexandru Zaharia · 13 years ago
  86. fa7ee9c Remove redundant entry for MAPREDUCE-2367 in CHANGES.txt by Todd Lipcon · 13 years ago
  87. f3a5ace MAPREDUCE-2392. TaskTracker shutdown in the tests sometimes take 60s. by Thomas White · 13 years ago
  88. c6c6513 MAPREDUCE-2394. JUnit output format doesn't propagate into raid contrib build. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  89. 886647a MAPREDUCE-2348. Disable mumak tests on trunk since they currently time out. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  90. 49695ba MAPREDUCE-2379. Adds missing DistributedCache configurations in mapred-default.xml. Contributed by Todd Lipcon by Amareshwari Sriramadasu · 13 years ago
  91. 0152389 MAPREDUCE-2367. Amend previous commit for this JIRA to fix build on Cygwin. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  92. c40abaa MAPREDUCE-2367. Allow using a file to exclude certain tests from build. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  93. 1a39f07 MAPREDUCE-2336. Tool-related packages should be in the Tool javadoc group. by Thomas White · 13 years ago
  94. bb0890a MAPREDUCE-2284. TestLocalRunner.testMultiMaps times out. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  95. 1fc7e46 MAPREDUCE-2331. Add coverage of task graph servlet to fair scheduler system test. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  96. 8dd47c8 MAPREDUCE-2251. Remove unused mapreduce.job.userhistorylocation config. Contributed by Harsh J Chouraria. by Todd Lipcon · 13 years ago
  97. 10830fe MAPREDUCE-2241. ClusterWithLinuxTaskController should accept relative path on the command line. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  98. a4240ee MAPREDUCE-2272. Job ACL file should not be executable. Contributed by Harsh J Chouraria by Todd Lipcon · 13 years ago
  99. eaa6944 MAPREDUCE-2239. BlockPlacementPolicyRaid should call getBlockLocations only by Chun-Yang Chen · 13 years ago
  100. 65c5c54 MAPREDUCE-1242. Chain APIs error misleading. Contributed by Harsh J Chouraria. by Thomas White · 13 years ago