|
@@ -36,7 +36,7 @@
|
|
function collapse() {
|
|
function collapse() {
|
|
for (var i = 0; i < document.getElementsByTagName("ul").length; i++) {
|
|
for (var i = 0; i < document.getElementsByTagName("ul").length; i++) {
|
|
var list = document.getElementsByTagName("ul")[i];
|
|
var list = document.getElementsByTagName("ul")[i];
|
|
- if (list.id != 'release_0.19.0_-_unreleased_' && list.id != 'release_0.18.1_-_2008-09-17_') {
|
|
|
|
|
|
+ if (list.id != 'release_0.19.0_-_unreleased_' && list.id != 'release_0.18.2_-_unreleased_') {
|
|
list.style.display = "none";
|
|
list.style.display = "none";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -56,7 +56,7 @@
|
|
</a></h2>
|
|
</a></h2>
|
|
<ul id="release_0.19.0_-_unreleased_">
|
|
<ul id="release_0.19.0_-_unreleased_">
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._incompatible_changes_')"> INCOMPATIBLE CHANGES
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._incompatible_changes_')"> INCOMPATIBLE CHANGES
|
|
-</a> (18)
|
|
|
|
|
|
+</a> (20)
|
|
<ol id="release_0.19.0_-_unreleased_._incompatible_changes_">
|
|
<ol id="release_0.19.0_-_unreleased_._incompatible_changes_">
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3595">HADOOP-3595</a>. Remove deprecated methods for mapred.combine.once
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3595">HADOOP-3595</a>. Remove deprecated methods for mapred.combine.once
|
|
functionality, which was necessary to providing backwards
|
|
functionality, which was necessary to providing backwards
|
|
@@ -110,10 +110,15 @@ Present Capacity: Space available for dfs,i.e. remaining+used space
|
|
DFS Used%: DFS used space/Present Capacity<br />(Suresh Srinivas via hairong)</li>
|
|
DFS Used%: DFS used space/Present Capacity<br />(Suresh Srinivas via hairong)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3938">HADOOP-3938</a>. Disk space quotas for HDFS. This is similar to namespace
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3938">HADOOP-3938</a>. Disk space quotas for HDFS. This is similar to namespace
|
|
quotas in 0.18.<br />(rangadi)</li>
|
|
quotas in 0.18.<br />(rangadi)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4293">HADOOP-4293</a>. Make Configuration Writable and remove unreleased
|
|
|
|
+WritableJobConf. Configuration.write is renamed to writeXml.<br />(omalley)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4281">HADOOP-4281</a>. Change dfsadmin to report available disk space in a format
|
|
|
|
+consistent with the web interface as defined in <a href="http://issues.apache.org/jira/browse/HADOOP-2816">HADOOP-2816</a>.<br />(Suresh
|
|
|
|
+Srinivas via cdouglas)</li>
|
|
</ol>
|
|
</ol>
|
|
</li>
|
|
</li>
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._new_features_')"> NEW FEATURES
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._new_features_')"> NEW FEATURES
|
|
-</a> (39)
|
|
|
|
|
|
+</a> (40)
|
|
<ol id="release_0.19.0_-_unreleased_._new_features_">
|
|
<ol id="release_0.19.0_-_unreleased_._new_features_">
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3341">HADOOP-3341</a>. Allow streaming jobs to specify the field separator for map
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3341">HADOOP-3341</a>. Allow streaming jobs to specify the field separator for map
|
|
and reduce input and output. The new configuration values are:
|
|
and reduce input and output. The new configuration values are:
|
|
@@ -195,13 +200,16 @@ Enis Soztutar via acmurthy)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3019">HADOOP-3019</a>. A new library to support total order partitions.<br />(cdouglas via omalley)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3019">HADOOP-3019</a>. A new library to support total order partitions.<br />(cdouglas via omalley)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3924">HADOOP-3924</a>. Added a 'KILLED' job status.<br />(Subramaniam Krishnan via
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3924">HADOOP-3924</a>. Added a 'KILLED' job status.<br />(Subramaniam Krishnan via
|
|
acmurthy)</li>
|
|
acmurthy)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-2421">HADOOP-2421</a>. Add jdiff output to documentation, listing all API
|
|
|
|
+changes from the prior release.<br />(cutting)</li>
|
|
</ol>
|
|
</ol>
|
|
</li>
|
|
</li>
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._improvements_')"> IMPROVEMENTS
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._improvements_')"> IMPROVEMENTS
|
|
-</a> (68)
|
|
|
|
|
|
+</a> (71)
|
|
<ol id="release_0.19.0_-_unreleased_._improvements_">
|
|
<ol id="release_0.19.0_-_unreleased_._improvements_">
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4205">HADOOP-4205</a>. hive: metastore and ql to use the refactored SerDe library.<br />(zshao)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4205">HADOOP-4205</a>. hive: metastore and ql to use the refactored SerDe library.<br />(zshao)</li>
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-4106">HADOOP-4106</a>. libhdfs: add time, permission and user attribute support (part 2).<br />(Pete Wyckoff through zshao)</li>
|
|
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4106">HADOOP-4106</a>. libhdfs: add time, permission and user attribute support
|
|
|
|
+(part 2).<br />(Pete Wyckoff through zshao)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4104">HADOOP-4104</a>. libhdfs: add time, permission and user attribute support.<br />(Pete Wyckoff through zshao)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4104">HADOOP-4104</a>. libhdfs: add time, permission and user attribute support.<br />(Pete Wyckoff through zshao)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3908">HADOOP-3908</a>. libhdfs: better error message if llibhdfs.so doesn't exist.<br />(Pete Wyckoff through zshao)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3908">HADOOP-3908</a>. libhdfs: better error message if llibhdfs.so doesn't exist.<br />(Pete Wyckoff through zshao)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3732">HADOOP-3732</a>. Delay intialization of datanode block verification till
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3732">HADOOP-3732</a>. Delay intialization of datanode block verification till
|
|
@@ -230,8 +238,6 @@ each spill.<br />(Chris Douglas via acmurthy)</li>
|
|
it pluggable.<br />(Tom White and Brice Arnould via omalley)</li>
|
|
it pluggable.<br />(Tom White and Brice Arnould via omalley)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3756">HADOOP-3756</a>. Minor. Remove unused dfs.client.buffer.dir from
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3756">HADOOP-3756</a>. Minor. Remove unused dfs.client.buffer.dir from
|
|
hadoop-default.xml.<br />(rangadi)</li>
|
|
hadoop-default.xml.<br />(rangadi)</li>
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-3327">HADOOP-3327</a>. Treats connection and read timeouts differently in the
|
|
|
|
-shuffle and the backoff logic is dependent on the type of timeout.<br />(Jothi Padmanabhan via ddas)</li>
|
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3747">HADOOP-3747</a>. Adds counter suport for MultipleOutputs.<br />(Alejandro Abdelnur via ddas)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3747">HADOOP-3747</a>. Adds counter suport for MultipleOutputs.<br />(Alejandro Abdelnur via ddas)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3169">HADOOP-3169</a>. LeaseChecker daemon should not be started in DFSClient
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3169">HADOOP-3169</a>. LeaseChecker daemon should not be started in DFSClient
|
|
constructor. (TszWo (Nicholas), SZE via hairong)
|
|
constructor. (TszWo (Nicholas), SZE via hairong)
|
|
@@ -321,6 +327,13 @@ userlogs.<br />(Vinod Kumar Vavilapalli via acmurthy)</li>
|
|
connection is closed and also remove an undesirable exception when
|
|
connection is closed and also remove an undesirable exception when
|
|
a client is stoped while there is no pending RPC request.<br />(hairong)</li>
|
|
a client is stoped while there is no pending RPC request.<br />(hairong)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4227">HADOOP-4227</a>. Remove the deprecated class org.apache.hadoop.fs.ShellCommand.<br />(szetszwo)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4227">HADOOP-4227</a>. Remove the deprecated class org.apache.hadoop.fs.ShellCommand.<br />(szetszwo)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4006">HADOOP-4006</a>. Clean up FSConstants and move some of the constants to
|
|
|
|
+better places.<br />(Sanjay Radia via rangadi)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4279">HADOOP-4279</a>. Trace the seeds of random sequences in append unit tests to
|
|
|
|
+make itermitant failures reproducible.<br />(szetszwo via cdouglas)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4209">HADOOP-4209</a>. Remove the change to the format of task attempt id by
|
|
|
|
+incrementing the task attempt numbers by 1000 when the job restarts.<br />(Amar Kamat via omalley)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4301">HADOOP-4301</a>. Adds forrest doc for the skip bad records feature.<br />(Sharad Agarwal via ddas)</li>
|
|
</ol>
|
|
</ol>
|
|
</li>
|
|
</li>
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._optimizations_')"> OPTIMIZATIONS
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._optimizations_')"> OPTIMIZATIONS
|
|
@@ -347,7 +360,7 @@ it from a different .crc file.<br />(Jothi Padmanabhan via ddas)</li>
|
|
</ol>
|
|
</ol>
|
|
</li>
|
|
</li>
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
<li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
-</a> (88)
|
|
|
|
|
|
+</a> (108)
|
|
<ol id="release_0.19.0_-_unreleased_._bug_fixes_">
|
|
<ol id="release_0.19.0_-_unreleased_._bug_fixes_">
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3563">HADOOP-3563</a>. Refactor the distributed upgrade code so that it is
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3563">HADOOP-3563</a>. Refactor the distributed upgrade code so that it is
|
|
easier to identify datanode and namenode related code.<br />(dhruba)</li>
|
|
easier to identify datanode and namenode related code.<br />(dhruba)</li>
|
|
@@ -511,11 +524,71 @@ requires write permissions on the file.<br />(dhruba)</li>
|
|
query.<br />(Raghotham Murthy via dhruba)</li>
|
|
query.<br />(Raghotham Murthy via dhruba)</li>
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4090">HADOOP-4090</a>. The hive scripts pick up hadoop from HADOOP_HOME
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4090">HADOOP-4090</a>. The hive scripts pick up hadoop from HADOOP_HOME
|
|
and then the path.<br />(Raghotham Murthy via dhruba)</li>
|
|
and then the path.<br />(Raghotham Murthy via dhruba)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4242">HADOOP-4242</a>. Remove extra ";" in FSDirectory that blocks compilation
|
|
|
|
+in some IDE's.<br />(szetszwo via omalley)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4249">HADOOP-4249</a>. Fix eclipse path to include the hsqldb.jar.<br />(szetszwo via
|
|
|
|
+omalley)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4247">HADOOP-4247</a>. Move InputSampler into org.apache.hadoop.mapred.lib, so that
|
|
|
|
+examples.jar doesn't depend on tools.jar.<br />(omalley)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4269">HADOOP-4269</a>. Fix the deprecation of LineReader by extending the new class
|
|
|
|
+into the old name and deprecating it. Also update the tests to test the
|
|
|
|
+new class.<br />(cdouglas via omalley)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4280">HADOOP-4280</a>. Fix conversions between seconds in C and milliseconds in
|
|
|
|
+Java for access times for files.<br />(Pete Wyckoff via rangadi)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4254">HADOOP-4254</a>. -setSpaceQuota command does not convert "TB" extenstion to
|
|
|
|
+terabytes properly. Implementation now uses StringUtils for parsing this.<br />(Raghu Angadi)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4259">HADOOP-4259</a>. Findbugs should run over tools.jar also.<br />(cdouglas via
|
|
|
|
+omalley)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4275">HADOOP-4275</a>. Move public method isJobValidName from JobID to a private
|
|
|
|
+method in JobTracker.<br />(omalley)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4173">HADOOP-4173</a>. fix failures in TestProcfsBasedProcessTree and
|
|
|
|
+TestTaskTrackerMemoryManager tests. ProcfsBasedProcessTree and
|
|
|
|
+memory management in TaskTracker are disabled on Windows.<br />(Vinod K V via rangadi)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4189">HADOOP-4189</a>. Fixes the history blocksize & intertracker protocol version
|
|
|
|
+issues introduced as part of <a href="http://issues.apache.org/jira/browse/HADOOP-3245">HADOOP-3245</a>.<br />(Amar Kamat via ddas)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4190">HADOOP-4190</a>. Fixes the backward compatibility issue with Job History.
|
|
|
|
+introduced by <a href="http://issues.apache.org/jira/browse/HADOOP-3245">HADOOP-3245</a> and <a href="http://issues.apache.org/jira/browse/HADOOP-2403">HADOOP-2403</a>.<br />(Amar Kamat via ddas)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4237">HADOOP-4237</a>. Fixes the TestStreamingBadRecords.testNarrowDown testcase.<br />(Sharad Agarwal via ddas)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4274">HADOOP-4274</a>. Capacity scheduler accidently modifies the underlying
|
|
|
|
+data structures when browing the job lists.<br />(Hemanth Yamijala via omalley)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4309">HADOOP-4309</a>. Fix eclipse-plugin compilation.<br />(cdouglas)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4232">HADOOP-4232</a>. Fix race condition in JVM reuse when multiple slots become
|
|
|
|
+free.<br />(ddas via acmurthy)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4302">HADOOP-4302</a>. Fix a race condition in TestReduceFetch that can yield false
|
|
|
|
+negatvies.<br />(cdouglas)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3942">HADOOP-3942</a>. Update distcp documentation to include features introduced in
|
|
|
|
+<a href="http://issues.apache.org/jira/browse/HADOOP-3873">HADOOP-3873</a>, <a href="http://issues.apache.org/jira/browse/HADOOP-3939">HADOOP-3939</a>. (Tsz Wo (Nicholas), SZE via cdouglas)
|
|
|
|
+</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4257">HADOOP-4257</a>. The DFS client should pick only one datanode as the candidate
|
|
|
|
+to initiate lease recovery. (Tsz Wo (Nicholas), SZE via dhruba)
|
|
|
|
+</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4319">HADOOP-4319</a>. fuse-dfs dfs_read function returns as many bytes as it is
|
|
|
|
+told to read unlesss end-of-file is reached.<br />(Pete Wyckoff via dhruba)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4246">HADOOP-4246</a>. Ensure we have the correct lower bound on the number of
|
|
|
|
+retries for fetching map-outputs; also fixed the case where the reducer
|
|
|
|
+automatically kills on too many unique map-outputs could not be fetched
|
|
|
|
+for small jobs.<br />(Amareshwari Sri Ramadasu via acmurthy)</li>
|
|
</ol>
|
|
</ol>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
-<h2><a href="javascript:toggleList('release_0.18.1_-_2008-09-17_')">Release 0.18.1 - 2008-09-17
|
|
|
|
|
|
+<h2><a href="javascript:toggleList('release_0.18.2_-_unreleased_')">Release 0.18.2 - Unreleased
|
|
</a></h2>
|
|
</a></h2>
|
|
|
|
+<ul id="release_0.18.2_-_unreleased_">
|
|
|
|
+ <li><a href="javascript:toggleList('release_0.18.2_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
|
|
+</a> (3)
|
|
|
|
+ <ol id="release_0.18.2_-_unreleased_._bug_fixes_">
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4116">HADOOP-4116</a>. Balancer should provide better resource management.<br />(hairong)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3614">HADOOP-3614</a>. Fix a bug that Datanode may use an old GenerationStamp to get
|
|
|
|
+meta file.<br />(szetszwo)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4314">HADOOP-4314</a>. Simulated datanodes should not include blocks that are still
|
|
|
|
+being written in their block report.<br />(Raghu Angadi)</li>
|
|
|
|
+ </ol>
|
|
|
|
+ </li>
|
|
|
|
+</ul>
|
|
|
|
+<h2><a href="javascript:toggleList('older')">Older Releases</a></h2>
|
|
|
|
+<ul id="older">
|
|
|
|
+<h3><a href="javascript:toggleList('release_0.18.1_-_2008-09-17_')">Release 0.18.1 - 2008-09-17
|
|
|
|
+</a></h3>
|
|
<ul id="release_0.18.1_-_2008-09-17_">
|
|
<ul id="release_0.18.1_-_2008-09-17_">
|
|
<li><a href="javascript:toggleList('release_0.18.1_-_2008-09-17_._improvements_')"> IMPROVEMENTS
|
|
<li><a href="javascript:toggleList('release_0.18.1_-_2008-09-17_._improvements_')"> IMPROVEMENTS
|
|
</a> (1)
|
|
</a> (1)
|
|
@@ -540,8 +613,6 @@ outputs or when the final map outputs are being fetched without contention.<br /
|
|
</ol>
|
|
</ol>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
-<h2><a href="javascript:toggleList('older')">Older Releases</a></h2>
|
|
|
|
-<ul id="older">
|
|
|
|
<h3><a href="javascript:toggleList('release_0.18.0_-_2008-08-19_')">Release 0.18.0 - 2008-08-19
|
|
<h3><a href="javascript:toggleList('release_0.18.0_-_2008-08-19_')">Release 0.18.0 - 2008-08-19
|
|
</a></h3>
|
|
</a></h3>
|
|
<ul id="release_0.18.0_-_2008-08-19_">
|
|
<ul id="release_0.18.0_-_2008-08-19_">
|
|
@@ -1085,6 +1156,21 @@ cdouglas)</li>
|
|
</ol>
|
|
</ol>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
|
|
+<h3><a href="javascript:toggleList('release_0.17.3_-_unreleased_')">Release 0.17.3 - Unreleased
|
|
|
|
+</a></h3>
|
|
|
|
+<ul id="release_0.17.3_-_unreleased_">
|
|
|
|
+ <li><a href="javascript:toggleList('release_0.17.3_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
|
|
+</a> (4)
|
|
|
|
+ <ol id="release_0.17.3_-_unreleased_._bug_fixes_">
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4277">HADOOP-4277</a>. Checksum verification was mistakenly disabled for
|
|
|
|
+LocalFileSystem.<br />(Raghu Angadi)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4271">HADOOP-4271</a>. Checksum input stream can sometimes return invalid
|
|
|
|
+data to the user.<br />(Ning Li via rangadi)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4318">HADOOP-4318</a>. DistCp should use absolute paths for cleanup.<br />(szetszwo)</li>
|
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4326">HADOOP-4326</a>. ChecksumFileSystem does not override create(...) correctly.<br />(szetszwo)</li>
|
|
|
|
+ </ol>
|
|
|
|
+ </li>
|
|
|
|
+</ul>
|
|
<h3><a href="javascript:toggleList('release_0.17.2_-_2008-08-11_')">Release 0.17.2 - 2008-08-11
|
|
<h3><a href="javascript:toggleList('release_0.17.2_-_2008-08-11_')">Release 0.17.2 - 2008-08-11
|
|
</a></h3>
|
|
</a></h3>
|
|
<ul id="release_0.17.2_-_2008-08-11_">
|
|
<ul id="release_0.17.2_-_2008-08-11_">
|