Akira Ajisaka
|
d228bf1de3
|
HADOOP-12731. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
(cherry picked from commit 736eb17a79 )
(cherry picked from commit 4edd7bd820 )
|
2016-01-25 13:48:46 +09:00 |
Wangda Tan
|
5dc2e78c97
|
HADOOP-12356. Fix computing CPU usage statistics on Windows. (Inigo Goiri via wangda)
(cherry picked from commit 89d1fd5dac )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2016-01-19 21:31:35 +08:00 |
Tsuyoshi Ozawa
|
52cc2ca488
|
HADOOP-12428. Fix inconsistency between log-level guards and statements. Contributed by Jagadesh Kiran N and Jackie Chang.
(cherry picked from commit dfd807afab )
|
2015-09-22 12:54:44 +09:00 |
Chris Douglas
|
c6b0bbabc7
|
HADOOP-12211. Collect disk usage on the node. Contributed by Robert Grandl
(cherry picked from commit a431ed9075 )
|
2015-07-13 15:36:25 -07:00 |
Chris Douglas
|
66419d3672
|
HADOOP-12210. Collect network usage on the node. Contributed by Robert Grandl
(cherry picked from commit 1a0752d85a )
|
2015-07-09 17:48:56 -07:00 |
Vinod Kumar Vavilapalli
|
a67cb4826b
|
YARN-160. Enhanced NodeManager to automatically obtain cpu/memory values from underlying OS when configured to do so. Contributed by Varun Vasudev.
(cherry picked from commit 500a1d9c76 )
|
2015-05-26 11:39:40 -07:00 |
Harsh J
|
c58786794b
|
MAPREDUCE-4653. TestRandomAlgorithm has an unused import statement. Contributed by Amir Sanjar.
(cherry picked from commit 75e4670408a058efa95eaa768fedbe614008658f)
|
2015-03-17 14:13:23 +05:30 |
Tsuyoshi Ozawa
|
b46f9e72db
|
HADOOP-11602. Backport 'Fix toUpperCase/toLowerCase to use Locale.ENGLISH.' (ozawa)
|
2015-03-09 19:53:55 +09:00 |
Tsuyoshi Ozawa
|
ccde4aed18
|
MAPREDUCE-5657. Backport '[JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments.' Contributed by Akira AJISAKA.
|
2015-03-09 12:00:04 +09:00 |
Akira Ajisaka
|
8d98e5c960
|
MAPREDUCE-5800. Use Job#getInstance instead of deprecated constructors. (aajisaka)
(cherry picked from commit bd69fb2d44 )
Conflicts:
hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/mapreduce/TestStreamXmlRecordReader.java
|
2015-02-03 14:35:15 -08:00 |
Allen Wittenauer
|
a754f94ed7
|
MAPREDUCE-6151. Update document of GridMix (Masatake Iwasaki via aw)
|
2015-01-30 11:09:03 -08:00 |
Allen Wittenauer
|
683cc18bba
|
HADOOP-11256. Some site docs have inconsistent appearance (Masatake Iwasaki via aw)
|
2015-01-21 08:46:19 -08:00 |
Arpit Agarwal
|
7a75f4eed9
|
HADOOP-11465. Fix findbugs warnings in hadoop-gridmix. (Contributed by Varun Saxena)
|
2015-01-12 21:23:13 -08:00 |
Allen Wittenauer
|
27f9edceed
|
HADOOP-10954. Adding site documents of hadoop-tools (Masatake Iwasaki via aw)
|
2014-09-26 12:01:41 -07:00 |
Allen Wittenauer
|
5f6129feb4
|
HADOOP-10946. Fix a bunch of typos in log messages (Ray Chiang via aw)
|
2014-09-19 11:32:00 -07:00 |
Sanford Ryza
|
53da85efaf
|
MAPREDUCE-5130. Add missing job config options to mapred-default.xml (Ray Chiang via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1619631 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 23:54:38 +00:00 |
Colin McCabe
|
0e37868f7e
|
HADOOP-10843. TestGridmixRecord unit tests failure on PowerPC (Jinghui Wang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1617861 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-14 01:36:35 +00:00 |
Vinod Kumar Vavilapalli
|
71028526c1
|
MAPREDUCE-5834. Increased test-timeouts in TestGridMixClasses to avoid occassional failures. Contributed by Mit Desai.
svn merge --ignore-ancestry -c 1601764 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1601765 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-10 20:25:22 +00:00 |
Jason Darrell Lowe
|
55a9d7dc50
|
svn merge -c 1541566 FIXES: MAPREDUCE-5610. TestSleepJob fails in jdk7. Contributed by Jonathan Eagles
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1541583 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-13 16:19:21 +00:00 |
Colin McCabe
|
5324b77a60
|
HADOOP-9478. Fix race conditions during the initialization of Configuration related to deprecatedKeyMap (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1538252 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-02 18:51:14 +00:00 |
Suresh Srinivas
|
bc18c6f842
|
HADOOP-10005. Merge 1532907 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1532908 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-16 21:05:23 +00:00 |
Chris Nauroth
|
bc4c8b12a6
|
HADOOP-9656. Merging change r1496597 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1496600 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-25 19:26:48 +00:00 |
Alejandro Abdelnur
|
c56c50df3f
|
MAPREDUCE-4942. mapreduce.Job has a bunch of methods that throw InterruptedException so its incompatible with MR1. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1480754 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-09 20:11:33 +00:00 |
Alejandro Abdelnur
|
5b63830211
|
MAPREDUCE-5098. Fix findbugs warnings in gridmix. (kkambatl via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1466872 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-11 13:08:55 +00:00 |
Thomas Graves
|
e9e576409c
|
MAPREDUCE-4991. coverage for gridmix (Aleksey Gorshkov via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1463808 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-03 01:47:31 +00:00 |
Thomas Graves
|
291a20960b
|
MAPREDUCE-4100. [Gridmix] Bug fixed in compression emulation feature for map only jobs. (amarrk via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461275 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 19:21:43 +00:00 |
Thomas Graves
|
8f43934e99
|
MAPREDUCE-4083. [Gridmix] NPE in cpu emulation. (amarrk via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461272 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 19:08:26 +00:00 |
Thomas Graves
|
e9440d688e
|
MAPREDUCE-3008. Improvements to cumulative CPU emulation for short running tasks in Gridmix. (amarrk via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461269 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 19:00:53 +00:00 |
Siddharth Seth
|
6e9e2f0c7f
|
MAPREDUCE-5077. Remove mapreduce.util.ResourceCalculatorPlugin and related code. Contributed by Karthik Kambatla.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461254 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 18:18:44 +00:00 |
Thomas Graves
|
57f91f9541
|
MAPREDUCE-4087. [Gridmix] GenerateDistCacheData job of Gridmix can become slow in some cases (ravigummadi via tgraves).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461243 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 18:00:30 +00:00 |
Thomas Graves
|
288393399a
|
MAPREDUCE-3953. [Gridmix] Gridmix throws NPE and does not simulate a job if the trace contains null taskStatus for a task. (ravigummadi via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461242 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 17:52:40 +00:00 |
Thomas Graves
|
67b93ebb23
|
MAPREDUCE-2722. [Gridmix] Gridmix simulated job's map's hdfsBytesRead counter is wrong when compressed input is used.(ravigummadi via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461236 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 17:42:29 +00:00 |
Thomas Graves
|
1f988b777c
|
MAPREDUCE-3829. [Gridmix] Gridmix should give better error message when input data directory already exists and -generate opton is erate opton is
+ given.(ravi
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461233 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 17:29:26 +00:00 |
Thomas Graves
|
9a217a56dc
|
MAPREDUCE-3787. [Gridmix] Optimize job monitoring and STRESS mode for faster job submission. (amarrk via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461212 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 16:35:58 +00:00 |
Thomas Graves
|
603eff7e8b
|
HADOOP-9405. TestGridmixSummary#testExecutionSummarizer is broken. (Andrew Wang via atm)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1461205 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-26 16:27:25 +00:00 |
Thomas Graves
|
38750e6500
|
MAPREDUCE-4895 Fix compilation failure of org.apache.hadoop.mapred.gridmix.TestResourceUsageEmulators (Dennis Y via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1424501 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-20 14:52:24 +00:00 |
Robert Joseph Evans
|
f376251475
|
svn merge -c 1344763 FIXES: MAPREDUCE-4297. Usersmap file in gridmix should not fail on empty lines (Ravi Prakash via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1344764 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-31 15:17:39 +00:00 |
Thomas Graves
|
1c65990dae
|
merge -r 1340879:1340880 from trunk. FIXES: MAPREDUCE-4269
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1340881 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-21 01:57:21 +00:00 |
Eli Collins
|
8f1f57b37e
|
HADOOP-8329. Build fails with Java 7. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1340269 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-18 21:45:42 +00:00 |
Thomas Graves
|
b35de62e1d
|
MAPREDUCE-3543. Mavenize Gridmix. (tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1339652 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-17 15:31:19 +00:00 |