Author: dhruba
Date: Tue Jun 22 05:55:48 2010
New Revision: 956776
URL: http://svn.apache.org/viewvc?rev=956776&view=rev
Log:
HDFS-1254. Support append/sync via the default configuration.
(dhruba)
Modified:
hadoop/common/branches/branch-0.20-append/CHANGES.txt
hadoop/common/branches/branch-0.20-append/src/hdfs/hdfs-default.xml
Modified: hadoop/common/branches/branch-0.20-append/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-append/CHANGES.txt?rev=956776&r1=956775&r2=956776&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-append/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20-append/CHANGES.txt Tue Jun 22 05:55:48
2010
@@ -68,6 +68,9 @@ Release 0.20-append - Unreleased
HDFS-1118. Fix socketleak on DFSClient.
(Zheng Shao via dhruba)
+ HDFS-1254. Support append/sync via the default configuration.
+ (dhruba)
+
Release 0.20.3 - Unreleased
NEW FEATURES
Modified: hadoop/common/branches/branch-0.20-append/src/hdfs/hdfs-default.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-append/src/hdfs/hdfs-default.xml?rev=956776&r1=956775&r2=956776&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-append/src/hdfs/hdfs-default.xml
(original)
+++ hadoop/common/branches/branch-0.20-append/src/hdfs/hdfs-default.xml Tue Jun
22 05:55:48 2010
@@ -355,10 +355,8 @@ creations/deletions), or "all".</descrip
<property>
<name>dfs.support.append</name>
- <value>false</value>
- <description>Does HDFS allow appends to files?
- This is currently set to false because there are bugs in the
- "append code" and is not supported in any prodction cluster.
+ <value>true</value>
+ <description>This branch of HDFS supports reliable append/sync.
</description>
</property>