Procházet zdrojové kódy

commit 46c49b79ea575837e15bae84b034d54682cd158b
Author: Iyappan Srinivasan <iyappans@yahoo-inc.com>
Date: Fri Jul 23 05:52:01 2010 +0000

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


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077581 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley před 14 roky
rodič
revize
11902e35b9

+ 1 - 1
src/test/system/aop/org/apache/hadoop/mapred/JobInProgressAspect.aj

@@ -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(),