MAPREDUCE-6580. Test failure: TestMRJobsWithProfiler. Contributed by Eric Badger.
This commit is contained in:
parent
a7d8f2b396
commit
0bfe5a0167
@ -134,7 +134,7 @@ private void testProfilerInternal(boolean useDefault) throws Exception {
|
|||||||
if (!useDefault) {
|
if (!useDefault) {
|
||||||
// use hprof for map to profile.out
|
// use hprof for map to profile.out
|
||||||
sleepConf.set(MRJobConfig.TASK_MAP_PROFILE_PARAMS,
|
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");
|
+ "file=%s");
|
||||||
|
|
||||||
// use Xprof for reduce to stdout
|
// use Xprof for reduce to stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user