You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ae...@apache.org on 2016/03/28 19:35:40 UTC

[12/48] hadoop git commit: MAPREDUCE-6580. Test failure: TestMRJobsWithProfiler. Contributed by Eric Badger.

MAPREDUCE-6580. Test failure: TestMRJobsWithProfiler. Contributed by Eric Badger.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0bfe5a01
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0bfe5a01
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0bfe5a01

Branch: refs/heads/HDFS-7240
Commit: 0bfe5a0167f0af65f1d7a8bc251a1c404ed41316
Parents: a7d8f2b
Author: Akira Ajisaka <aa...@apache.org>
Authored: Wed Mar 23 13:18:06 2016 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Wed Mar 23 13:18:06 2016 +0900

----------------------------------------------------------------------
 .../org/apache/hadoop/mapreduce/v2/TestMRJobsWithProfiler.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0bfe5a01/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRJobsWithProfiler.java
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRJobsWithProfiler.java b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRJobsWithProfiler.java
index df55f50..cbf1f39 100644
--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRJobsWithProfiler.java
+++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/v2/TestMRJobsWithProfiler.java
@@ -134,7 +134,7 @@ public class TestMRJobsWithProfiler {
     if (!useDefault) {
       // use hprof for map to profile.out
       sleepConf.set(MRJobConfig.TASK_MAP_PROFILE_PARAMS,
-          "-agentlib:hprof=cpu=times,heap=sites,force=n,thread=y,verbose=n,"
+          "-agentlib:hprof=cpu=samples,heap=sites,force=n,thread=y,verbose=n,"
               + "file=%s");
 
       // use Xprof for reduce to stdout