Moved HDFS-1359 and HDFS-1439 description under trunk.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1136565 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Suresh Srinivas 2011-06-16 17:45:00 +00:00
parent c52787d287
commit 3361e76e30
1 changed files with 4 additions and 4 deletions

View File

@ -11,6 +11,8 @@ Trunk (unreleased changes)
NEW FEATURES
HDFS-1359. Add BlockPoolID to Block. (suresh)
HDFS-1365. Federation: propose ClusterID and BlockPoolID format
(Tanping via boryas)
@ -671,6 +673,8 @@ Trunk (unreleased changes)
HDFS-1931. Update TestDFSShell for improved "du" shell command. (Daryn
Sharp via todd)
HDFS-1439. HDFS Federation: Fix compilation error in TestFiHftp. (suresh)
HDFS-1881. Federation: after taking snapshot the current directory
of datanode is empty. (Tanping Wang via suresh)
@ -779,8 +783,6 @@ Release 0.22.0 - Unreleased
HDFS piggyback block locations to each file status when listing a
directory. (hairong)
HDFS-1359. Add BlockPoolID to Block. (suresh)
HDFS-1361. Add -fileStatus operation to NNThroughputBenchmark. (shv)
HDFS-1435. Provide an option to store fsimage compressed. (hairong)
@ -1418,8 +1420,6 @@ Release 0.21.0 - 2010-08-13
error message on the screen when cat a directory or a
non-existent file. (hairong)
HDFS-1439. HDFS Federation: Fix compilation error in TestFiHftp. (suresh)
NEW FEATURES
HDFS-1134. Large-scale Automated Framework. (cos)