Author: omalley
Date: Tue Mar 8 05:53:15 2011
New Revision: 1079186
URL: http://svn.apache.org/viewvc?rev=1079186&view=rev
Log:
commit cbbc126e13b4bef1a9a093c74333bb2f39229d3e
Author: Krishna Ramachandran <ramach@yahoo-inc.com>
Date: Tue Nov 16 18:00:59 2010 -0800
- 0.22 y-trunk mapreduce builds are failing
Modified:
hadoop/mapreduce/branches/yahoo-merge/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj
Modified: hadoop/mapreduce/branches/yahoo-merge/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/yahoo-merge/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj?rev=1079186&r1=1079185&r2=1079186&view=diff
==============================================================================
--- hadoop/mapreduce/branches/yahoo-merge/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj
(original)
+++ hadoop/mapreduce/branches/yahoo-merge/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj
Tue Mar 8 05:53:15 2011
@@ -64,7 +64,7 @@ privileged aspect JobInProgressAspect {
Path jobHistoryDirectory = this.jobHistory.getJobHistoryLocation();
Path historypath =
JobHistory.getJobHistoryFile(
- jobHistoryDirectory, this.getJobID(), this.profile.getUser());
+ jobHistoryDirectory, this.getJobID());
historyLoc = historypath.toString();
}
return historyLoc;
|