Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Merge -r 800618:803337 from hdfs trunk to move the change to the appe…
Browse files Browse the repository at this point in the history
…nd trunk

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/branches/HDFS-265@803588 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Hairong Kuang committed Aug 12, 2009
1 parent 7e2bf2e commit 5754a8c
Show file tree
Hide file tree
Showing 36 changed files with 1,478 additions and 285 deletions.
39 changes: 31 additions & 8 deletions CHANGES.txt
Expand Up @@ -13,13 +13,14 @@ Trunk (unreleased changes)

HDFS-461. Tool to analyze file size distribution in HDFS. (shv)

HDFS-446. Improvements to Offline Image Viewer. (Jakob Homan via shv)

IMPROVEMENTS

HDFS-381. Remove blocks from DataNode maps when corresponding file
is deleted. (Suresh Srinivas via rangadi)

HDFS-377. Separate codes which implement DataTransferProtocol.
(szetszwo)

HDFS-396. NameNode image and edits directories are specified as URIs.
(Luca Telloli via rangadi)

Expand Down Expand Up @@ -49,9 +50,14 @@ Trunk (unreleased changes)
only by the run-test-*-faul-inject targets. (Konstantin Boudnik via
szetszwo)

HDFS-446. Improvements to Offline Image Viewer. (Jakob Homan via shv)

HADOOP-6160. Fix releaseaudit target to run on specific directories.
(gkesavan)

HDFS-501. Use enum to define the constants in DataTransferProtocol.
(szetszwo)

HDFS-508. Factor out BlockInfo from BlocksMap. (shv)

HDFS-510. Rename DatanodeBlockInfo to be ReplicaInfo.
Expand All @@ -70,17 +76,31 @@ Trunk (unreleased changes)
HDFS-504. Update the modification time of a file when the file
is closed. (Chun Zhang via dhruba)

HDFS-498. Add development guide and documentation for the fault injection
framework. (Konstantin Boudnik via szetszwo)

HDFS-524. Further DataTransferProtocol code refactoring. (szetszwo)

HDFS-527. Remove/deprecate unnecessary DFSClient constructors. (szetszwo)

HDFS-529. Use BlockInfo instead of Block to avoid redundant block searches
in BlockManager. (shv)

HDFS-530. Refactor TestFileAppend* to remove code duplication.
(Konstantin Boudnik via szetszwo)

HDFS-451. Add fault injection tests, Pipeline_Fi_06,07,14,15, for
DataTransferProtocol. (szetszwo)

BUG FIXES

HDFS-76. Better error message to users when commands fail because of
lack of quota. Allow quota to be set even if the limit is lower than
current consumption. (Boris Shkolnik via rangadi)

HADOOP-4687. HDFS is split from Hadoop Core. It is a subproject under
Hadoop (Owen O'Malley)

HDFS-377. Separate codes which implement DataTransferProtocol.
(szetszwo)

HADOOP-6096. Fix Eclipse project and classpath files following project
split. (tomwhite)

Expand Down Expand Up @@ -117,9 +137,6 @@ Trunk (unreleased changes)
HDFS-484. Fix bin-package and package target to package jar files.
(gkesavan)

HDFS-501. Use enum to define the constants in DataTransferProtocol.
(szetszwo)

HDFS-490. Eliminate the deprecated warnings introduced by H-5438.
(He Yongqiang via szetszwo)

Expand All @@ -129,9 +146,15 @@ Trunk (unreleased changes)
HDFS-167. Fix a bug in DFSClient that caused infinite retries on write.
(Bill Zeller via szetszwo)

HDFS-534. Include avro in ivy. (szetszwo)

Release 0.20.1 - Unreleased

IMPROVEMENTS

HDFS-438. Improve help message for space quota command. (Raghu Angadi)

BUG FIXES

HDFS-525. The SimpleDateFormat object in ListPathsServlet is not thread
safe. (Suresh Srinivas via szetszwo)
4 changes: 4 additions & 0 deletions ivy.xml
Expand Up @@ -252,6 +252,10 @@
name="slf4j-api"
rev="${slf4j-api.version}"
conf="common->master"/>
<dependency org="org.apache.hadoop"
name="avro"
rev="1.0.0"
conf="common->default"/>
<dependency org="org.eclipse.jdt"
name="core"
rev="${core.version}"
Expand Down
2 changes: 1 addition & 1 deletion ivy/ivysettings.xml
Expand Up @@ -74,7 +74,7 @@
rather than look for them online.
-->
<module organisation="org.apache.hadoop" name=".*" resolver="internal"/>
<module organisation="org.apache.hadoop" name="Hadoop.*" resolver="internal"/>
<!--until commons cli is external, we need to pull it in from the snapshot repository -if present -->
<module organisation="org.apache.commons" name=".*" resolver="external-and-snapshots"/>
</modules>
Expand Down
Binary file modified lib/hadoop-core-0.21.0-dev.jar
Binary file not shown.
Binary file modified lib/hadoop-core-test-0.21.0-dev.jar
Binary file not shown.

0 comments on commit 5754a8c

Please sign in to comment.