HADOOP-6218. Moving the commit comment to 0.20.2.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@828181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Devaraj Das 2009-10-21 20:11:21 +00:00
parent 22bb3c6b77
commit 19e8d6ad67
1 changed files with 7 additions and 3 deletions

View File

@ -10,9 +10,6 @@ Trunk (unreleased changes)
hadoop-config.sh so that it allows setting java command options for
JAVA_PLATFORM. (Koji Noguchi via szetszwo)
HADOOP-6218. Adds a feature where TFile can be split by Record
Sequence number. (Hong Tang and Raghu Angadi via ddas)
IMPROVEMENTS
HADOOP-6283. Improve the exception messages thrown by
@ -1119,6 +1116,13 @@ Release 0.21.0 - Unreleased
Release 0.20.2 - Unreleased
NEW FEATURES
HADOOP-6218. Adds a feature where TFile can be split by Record
Sequence number. (Hong Tang and Raghu Angadi via ddas)
BUG FIXES
HADOOP-6231. Allow caching of filesystem instances to be disabled on a
per-instance basis. (tomwhite)