Author: omalley
Date: Fri Mar  4 04:31:24 2011
New Revision: 1077581

URL: http://svn.apache.org/viewvc?rev=1077581&view=rev
Log:
commit 46c49b79ea575837e15bae84b034d54682cd158b
Author: Iyappan Srinivasan <[email protected]>
Date:   Fri Jul 23 05:52:01 2010 +0000

    MAPREDUCE-1955 
https://issues.apache.org/jira/secure/attachment/12450264/1955-ydist-security-patch.txt

Modified:
    
hadoop/common/branches/branch-0.20-security-patches/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj

Modified: 
hadoop/common/branches/branch-0.20-security-patches/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj?rev=1077581&r1=1077580&r2=1077581&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-0.20-security-patches/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj
 (original)
+++ 
hadoop/common/branches/branch-0.20-security-patches/src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj
 Fri Mar  4 04:31:24 2011
@@ -36,7 +36,7 @@ privileged aspect JobInProgressAspect {
   public JobInfo JobInProgress.getJobInfo() {
     String historyLoc = getHistoryPath();
     JobInfoImpl jobInfoImpl;
-    if (tasksInited.get()) {
+    if (tasksInited) {
       jobInfoImpl = new JobInfoImpl(
           this.getJobID(), this.isSetupLaunched(), this.isSetupFinished(), this
               .isCleanupLaunched(), this.runningMaps(), this.runningReduces(),


Reply via email to