فهرست منبع

commit eb73bf169b7de84124ee6a283ad12120b034b267
Author: Chris Douglas <cdouglas@apache.org>
Date: Sat Jun 5 17:05:28 2010 -0700

HADOOP:6642 from https://issues.apache.org/jira/secure/attachment/12446425/C6642-1y20-debug.patch

+++ b/YAHOO-CHANGES.txt
+ HADOOP-6642. Remove debug stmt left from original patch. (cdouglas)
+


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

Owen O'Malley 14 سال پیش
والد
کامیت
2964f58a31
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/mapred/org/apache/hadoop/mapred/JobInProgress.java

+ 0 - 1
src/mapred/org/apache/hadoop/mapred/JobInProgress.java

@@ -283,7 +283,6 @@ public class JobInProgress {
    * Create an almost empty JobInProgress, which can be used only for tests
    */
   protected JobInProgress(JobID jobid, JobConf conf, JobTracker tracker) {
-    System.out.println("DEBUG3");
     this.conf = conf;
     this.jobId = jobid;
     this.numMapTasks = conf.getNumMapTasks();