瀏覽代碼

fixed change log text of HADOOP-544 regarding new class names.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@652374 13f79535-47bb-0310-9956-ffa450edef68
Enis Soztutar 17 年之前
父節點
當前提交
dc77212bed
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      CHANGES.txt

+ 2 - 2
CHANGES.txt

@@ -23,8 +23,8 @@ Trunk (unreleased changes)
     please upgrade to an intermediate version (0.14-0.17) and then
     to this version. (rangadi)
 
-    HADOOP-544. This issue introduces new classes JobID, TaskInProgressID
-    and TaskID, which should be used instead of their string counterparts.
+    HADOOP-544. This issue introduces new classes JobID, TaskID and 
+    TaskAttemptID, which should be used instead of their string counterparts.
     Functions in JobClient, TaskReport, RunningJob, jobcontrol.Job and 
     TaskCompletionEvent that use string arguments are deprecated in favor 
     of the corresponding ones that use ID objects. Applications can use