소스 검색

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