|
@@ -36,7 +36,7 @@
|
|
|
function collapse() {
|
|
|
for (var i = 0; i < document.getElementsByTagName("ul").length; i++) {
|
|
|
var list = document.getElementsByTagName("ul")[i];
|
|
|
- if (list.id != 'release_0.17.0_-_unreleased_' && list.id != 'release_0.16.3_-_2008-04-16_') {
|
|
|
+ if (list.id != 'release_0.17.0_-_2008-05-18_' && list.id != 'release_0.16.4_-_2008-05-05_') {
|
|
|
list.style.display = "none";
|
|
|
}
|
|
|
}
|
|
@@ -52,12 +52,12 @@
|
|
|
<a href="http://hadoop.apache.org/core/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
|
|
|
<h1>Hadoop Change Log</h1>
|
|
|
|
|
|
-<h2><a href="javascript:toggleList('release_0.17.0_-_unreleased_')">Release 0.17.0 - Unreleased
|
|
|
+<h2><a href="javascript:toggleList('release_0.17.0_-_2008-05-18_')">Release 0.17.0 - 2008-05-18
|
|
|
</a></h2>
|
|
|
-<ul id="release_0.17.0_-_unreleased_">
|
|
|
- <li><a href="javascript:toggleList('release_0.17.0_-_unreleased_._incompatible_changes_')"> INCOMPATIBLE CHANGES
|
|
|
-</a> (24)
|
|
|
- <ol id="release_0.17.0_-_unreleased_._incompatible_changes_">
|
|
|
+<ul id="release_0.17.0_-_2008-05-18_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.17.0_-_2008-05-18_._incompatible_changes_')"> INCOMPATIBLE CHANGES
|
|
|
+</a> (26)
|
|
|
+ <ol id="release_0.17.0_-_2008-05-18_._incompatible_changes_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2786">HADOOP-2786</a>. Move hbase out of hadoop core
|
|
|
</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2345">HADOOP-2345</a>. New HDFS transactions to support appending
|
|
@@ -105,11 +105,17 @@ instance sizes have also been added.<br />(Chris K Wensel via tomwhite)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2826">HADOOP-2826</a>. Deprecated FileSplit.getFile(), LineRecordReader.readLine().<br />(Amareshwari Sriramadasu via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3239">HADOOP-3239</a>. getFileInfo() returns null for non-existing files instead
|
|
|
of throwing FileNotFoundException.<br />(Lohit Vijayarenu via shv)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3266">HADOOP-3266</a>. Removed HOD changes from CHANGES.txt, as they are now inside
|
|
|
+src/contrib/hod<br />(Hemanth Yamijala via ddas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3280">HADOOP-3280</a>. Separate the configuration of the virtual memory size
|
|
|
+(mapred.child.ulimit) from the jvm heap size, so that 64 bit
|
|
|
+streaming applications are supported even when running with 32 bit
|
|
|
+jvms.<br />(acmurthy via omalley)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
- <li><a href="javascript:toggleList('release_0.17.0_-_unreleased_._new_features_')"> NEW FEATURES
|
|
|
+ <li><a href="javascript:toggleList('release_0.17.0_-_2008-05-18_._new_features_')"> NEW FEATURES
|
|
|
</a> (12)
|
|
|
- <ol id="release_0.17.0_-_unreleased_._new_features_">
|
|
|
+ <ol id="release_0.17.0_-_2008-05-18_._new_features_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-1398">HADOOP-1398</a>. Add HBase in-memory block cache.<br />(tomwhite)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2178">HADOOP-2178</a>. Job History on DFS.<br />(Amareshwari Sri Ramadasu via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2063">HADOOP-2063</a>. A new parameter to dfs -get command to fetch a file
|
|
@@ -134,9 +140,9 @@ read and written to HDFS, S3, KFS, and local file systems.<br />(omalley)</li>
|
|
|
and restore serializations of objects to/from strings.<br />(enis)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
- <li><a href="javascript:toggleList('release_0.17.0_-_unreleased_._improvements_')"> IMPROVEMENTS
|
|
|
-</a> (32)
|
|
|
- <ol id="release_0.17.0_-_unreleased_._improvements_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.17.0_-_2008-05-18_._improvements_')"> IMPROVEMENTS
|
|
|
+</a> (29)
|
|
|
+ <ol id="release_0.17.0_-_2008-05-18_._improvements_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2655">HADOOP-2655</a>. Copy on write for data and metadata files in the
|
|
|
presence of snapshots. Needed for supporting appends to HDFS
|
|
|
files.<br />(dhruba)</li>
|
|
@@ -157,9 +163,6 @@ to automated execution.<br />(Mukund Madhugiri via cdouglas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2908">HADOOP-2908</a>. A document that describes the DFS Shell command.<br />(Mahadev Konar via dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2981">HADOOP-2981</a>. Update README.txt to reflect the upcoming use of
|
|
|
cryptography.<br />(omalley)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2775">HADOOP-2775</a>. Adds unit test framework for HOD.
|
|
|
-(Vinod Kumar Vavilapalli via ddas).
|
|
|
-</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2804">HADOOP-2804</a>. Add support to publish CHANGES.txt as HTML when running
|
|
|
the Ant 'docs' target.<br />(nigel)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2559">HADOOP-2559</a>. Change DFS block placement to allocate the first replica
|
|
@@ -168,14 +171,8 @@ second.<br />(lohit vijayarenu via cdouglas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2939">HADOOP-2939</a>. Make the automated patch testing process an executable
|
|
|
Ant target, test-patch.<br />(nigel)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2239">HADOOP-2239</a>. Add HsftpFileSystem to permit transferring files over ssl.<br />(cdouglas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2848">HADOOP-2848</a>. [HOD]hod -o list and deallocate works even after deleting
|
|
|
-the cluster directory.<br />(Hemanth Yamijala via ddas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2899">HADOOP-2899</a>. [HOD] Cleans up hdfs:///mapredsystem directory after
|
|
|
-deallocation.<br />(Hemanth Yamijala via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2886">HADOOP-2886</a>. Track individual RPC metrics.<br />(girish vaitheeswaran via dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2373">HADOOP-2373</a>. Improvement in safe-mode reporting.<br />(shv)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2796">HADOOP-2796</a>. Enables distinguishing exit codes from user code vis-a-vis
|
|
|
-HOD's exit code.<br />(Hemanth Yamijala via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3091">HADOOP-3091</a>. Modify FsShell command -put to accept multiple sources.<br />(Lohit Vijaya Renu via cdouglas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3092">HADOOP-3092</a>. Show counter values from job -status command.<br />(Tom White via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-1228">HADOOP-1228</a>. Ant task to generate Eclipse project files.<br />(tomwhite)</li>
|
|
@@ -194,11 +191,12 @@ as Hudson generates false negatives under the current load.<br />(Nigel Daley vi
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3174">HADOOP-3174</a>. Illustrative example for MultipleFileInputFormat.<br />(Enis
|
|
|
Soztutar via acmurthy)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2993">HADOOP-2993</a>. Clarify the usage of JAVA_HOME in the Quick Start guide.<br />(acmurthy via nigel)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3124">HADOOP-3124</a>. Make DataNode socket write timeout configurable.<br />(rangadi)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
- <li><a href="javascript:toggleList('release_0.17.0_-_unreleased_._optimizations_')"> OPTIMIZATIONS
|
|
|
+ <li><a href="javascript:toggleList('release_0.17.0_-_2008-05-18_._optimizations_')"> OPTIMIZATIONS
|
|
|
</a> (12)
|
|
|
- <ol id="release_0.17.0_-_unreleased_._optimizations_">
|
|
|
+ <ol id="release_0.17.0_-_2008-05-18_._optimizations_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2790">HADOOP-2790</a>. Fixed inefficient method hasSpeculativeTask by removing
|
|
|
repetitive calls to get the current time and late checking to see if
|
|
|
we want speculation on at all.<br />(omalley)</li>
|
|
@@ -233,9 +231,9 @@ exponentially increasing number of records (up to 10,000
|
|
|
records/log).<br />(Zheng Shao via omalley)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
- <li><a href="javascript:toggleList('release_0.17.0_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
|
-</a> (99)
|
|
|
- <ol id="release_0.17.0_-_unreleased_._bug_fixes_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.17.0_-_2008-05-18_._bug_fixes_')"> BUG FIXES
|
|
|
+</a> (102)
|
|
|
+ <ol id="release_0.17.0_-_2008-05-18_._bug_fixes_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2195">HADOOP-2195</a>. '-mkdir' behaviour is now closer to Linux shell in case of
|
|
|
errors.<br />(Mahadev Konar via rangadi)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2190">HADOOP-2190</a>. bring behaviour '-ls' and '-du' closer to Linux shell
|
|
@@ -316,10 +314,6 @@ with different sizes to the namenode, the namenode picks the
|
|
|
replica(s) with the largest size as the only valid replica(s).<br />(dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2825">HADOOP-2825</a>. Deprecated MapOutputLocation.getFile() is removed.<br />(Amareshwari Sri Ramadasu via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2806">HADOOP-2806</a>. Fixes a streaming document.<br />(Amareshwari Sriramadasu via ddas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2924">HADOOP-2924</a>. Fixes an address problem to do with TaskTracker binding
|
|
|
-to an address.<br />(Vinod Kumar Vavilapalli via ddas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2970">HADOOP-2970</a>. Fixes a problem to do with Wrong class definition for
|
|
|
-hodlib/Hod/hod.py for Python < 2.5.1.<br />(Vinod Kumar Vavilapalli via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3008">HADOOP-3008</a>. SocketIOWithTimeout throws InterruptedIOException if the
|
|
|
thread is interrupted while it is waiting.<br />(rangadi)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3006">HADOOP-3006</a>. Fix wrong packet size reported by DataNode when a block
|
|
@@ -330,10 +324,6 @@ it detects a bad connection to another datanode in the pipeline.<br />(dhruba)</
|
|
|
checksum reservation fails.<br />(Devaraj Das via cdouglas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3036">HADOOP-3036</a>. Fix findbugs warnings in UpgradeUtilities.<br />(Konstantin
|
|
|
Shvachko via cdouglas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2783">HADOOP-2783</a>. Fixes a problem to do with import in
|
|
|
-hod/hodlib/Common/xmlrpc.py.<br />(Vinod Kumar Vavilapalli via ddas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2936">HADOOP-2936</a>. Fixes HOD in a way that it generates hdfs://host:port on the
|
|
|
-client side configs.<br />(Vinod Kumar Vavilapalli via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3025">HADOOP-3025</a>. ChecksumFileSystem supports the delete method with
|
|
|
the recursive flag.<br />(Mahadev Konar via dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3012">HADOOP-3012</a>. dfs -mv file to user home directory throws exception if
|
|
@@ -344,8 +334,6 @@ safe mode<br />(jimk)</li>
|
|
|
is set as empty.<br />(Amareshwari Sriramadasu via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3080">HADOOP-3080</a>. Removes flush calls from JobHistory.<br />(Amareshwari Sriramadasu via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3086">HADOOP-3086</a>. Adds the testcase missed during commit of hadoop-3040.<br />(Amareshwari Sriramadasu via ddas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2983">HADOOP-2983</a>. [HOD] Fixes the problem - local_fqdn() returns None when
|
|
|
-gethostbyname_ex doesnt return any FQDNs.<br />(Craig Macdonald via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3046">HADOOP-3046</a>. Fix the raw comparators for Text and BytesWritables
|
|
|
to use the provided length rather than recompute it.<br />(omalley)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3094">HADOOP-3094</a>. Fix BytesWritable.toString to avoid extending the sign bit<br />(Owen O'Malley via cdouglas)</li>
|
|
@@ -353,7 +341,6 @@ to use the provided length rather than recompute it.<br />(omalley)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3073">HADOOP-3073</a>. close() on SocketInputStream or SocketOutputStream should
|
|
|
close the underlying channel.<br />(rangadi)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3087">HADOOP-3087</a>. Fixes a problem to do with refreshing of loadHistory.jsp.<br />(Amareshwari Sriramadasu via ddas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2982">HADOOP-2982</a>. Fixes a problem in the way HOD looks for free nodes.<br />(Hemanth Yamijala via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3065">HADOOP-3065</a>. Better logging message if the rack location of a datanode
|
|
|
cannot be determined.<br />(Devaraj Das via dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3064">HADOOP-3064</a>. Commas in a file path should not be treated as delimiters.<br />(Hairong Kuang via shv)</li>
|
|
@@ -371,8 +358,6 @@ first key arrives.<br />(Rick Cox via tomwhite)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3146">HADOOP-3146</a>. A DFSOutputStream.flush method is renamed as
|
|
|
DFSOutputStream.fsync.<br />(dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3165">HADOOP-3165</a>. -put/-copyFromLocal did not treat input file "-" as stdin.<br />(Lohit Vijayarenu via rangadi)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-3138">HADOOP-3138</a>. DFS mkdirs() should not throw an exception if the directory
|
|
|
-already exists.<br />(rangadi)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3041">HADOOP-3041</a>. Deprecate JobConf.setOutputPath and JobConf.getOutputPath.
|
|
|
Deprecate OutputFormatBase. Add FileOutputFormat. Existing output formats
|
|
|
extending OutputFormatBase, now extend FileOutputFormat. Add the following
|
|
@@ -414,11 +399,49 @@ file.<br />(cdouglas via acmurthy)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3256">HADOOP-3256</a>. Encodes the job name used in the filename for history files.<br />(Arun Murthy via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3162">HADOOP-3162</a>. Ensure that comma-separated input paths are treated correctly
|
|
|
as multiple input paths.<br />(Amareshwari Sri Ramadasu via acmurthy)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3263">HADOOP-3263</a>. Ensure that the job-history log file always follows the
|
|
|
+pattern of hostname_timestamp_jobid_username_jobname even if username
|
|
|
+and/or jobname are not specfied. This helps to avoid wrong assumptions
|
|
|
+made about the job-history log filename in jobhistory.jsp.<br />(acmurthy)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3251">HADOOP-3251</a>. Fixes getFilesystemName in JobTracker and LocalJobRunner to
|
|
|
+use FileSystem.getUri instead of FileSystem.getName.<br />(Arun Murthy via ddas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3237">HADOOP-3237</a>. Fixes TestDFSShell.testErrOutPut on Windows platform.<br />(Mahadev Konar via dhruba)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3279">HADOOP-3279</a>. TaskTracker checks for SUCCEEDED task status in addition to
|
|
|
+COMMIT_PENDING status when it fails maps due to lost map.<br />(Devaraj Das)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3286">HADOOP-3286</a>. Prevent collisions in gridmix output dirs by increasing the
|
|
|
+granularity of the timestamp.<br />(Runping Qi via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3285">HADOOP-3285</a>. Fix input split locality when the splits align to
|
|
|
+fs blocks.<br />(omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3372">HADOOP-3372</a>. Fix heap management in streaming tests.<br />(Arun Murthy via
|
|
|
+cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3031">HADOOP-3031</a>. Fix javac warnings in test classes.<br />(cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3382">HADOOP-3382</a>. Fix memory leak when files are not cleanly closed<br />(rangadi)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3322">HADOOP-3322</a>. Fix to push MetricsRecord for rpc metrics.<br />(Eric Yang via
|
|
|
+mukund)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
</ul>
|
|
|
-<h2><a href="javascript:toggleList('release_0.16.3_-_2008-04-16_')">Release 0.16.3 - 2008-04-16
|
|
|
+<h2><a href="javascript:toggleList('release_0.16.4_-_2008-05-05_')">Release 0.16.4 - 2008-05-05
|
|
|
</a></h2>
|
|
|
+<ul id="release_0.16.4_-_2008-05-05_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.16.4_-_2008-05-05_._bug_fixes_')"> BUG FIXES
|
|
|
+</a> (3)
|
|
|
+ <ol id="release_0.16.4_-_2008-05-05_._bug_fixes_">
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3138">HADOOP-3138</a>. DFS mkdirs() should not throw an exception if the directory
|
|
|
+already exists.<br />(rangadi via mukund)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3294">HADOOP-3294</a>. Fix distcp to check the destination length and retry the copy
|
|
|
+if it doesn't match the src length. (Tsz Wo (Nicholas), SZE via mukund)
|
|
|
+</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3186">HADOOP-3186</a>. Fix incorrect permission checkding for mv and renameTo
|
|
|
+in HDFS. (Tsz Wo (Nicholas), SZE via mukund)
|
|
|
+</li>
|
|
|
+ </ol>
|
|
|
+ </li>
|
|
|
+</ul>
|
|
|
+<h2><a href="javascript:toggleList('older')">Older Releases</a></h2>
|
|
|
+<ul id="older">
|
|
|
+<h3><a href="javascript:toggleList('release_0.16.3_-_2008-04-16_')">Release 0.16.3 - 2008-04-16
|
|
|
+</a></h3>
|
|
|
<ul id="release_0.16.3_-_2008-04-16_">
|
|
|
<li><a href="javascript:toggleList('release_0.16.3_-_2008-04-16_._bug_fixes_')"> BUG FIXES
|
|
|
</a> (7)
|
|
@@ -445,13 +468,11 @@ from 733 to ensure sharing of HOD clusters works correctly. (Tsz Wo
|
|
|
</ol>
|
|
|
</li>
|
|
|
</ul>
|
|
|
-<h2><a href="javascript:toggleList('older')">Older Releases</a></h2>
|
|
|
-<ul id="older">
|
|
|
<h3><a href="javascript:toggleList('release_0.16.2_-_2008-04-02_')">Release 0.16.2 - 2008-04-02
|
|
|
</a></h3>
|
|
|
<ul id="release_0.16.2_-_2008-04-02_">
|
|
|
<li><a href="javascript:toggleList('release_0.16.2_-_2008-04-02_._bug_fixes_')"> BUG FIXES
|
|
|
-</a> (19)
|
|
|
+</a> (18)
|
|
|
<ol id="release_0.16.2_-_2008-04-02_._bug_fixes_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3011">HADOOP-3011</a>. Prohibit distcp from overwriting directories on the
|
|
|
destination filesystem with files.<br />(cdouglas)</li>
|
|
@@ -483,9 +504,6 @@ via omalley)</li>
|
|
|
exceptions.<br />(Koji Noguchi via omalley)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3084">HADOOP-3084</a>. Fix HftpFileSystem to work for zero-lenghth files.<br />(cdouglas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3107">HADOOP-3107</a>. Fix NPE when fsck invokes getListings.<br />(dhruba)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-3103">HADOOP-3103</a>. [HOD] Hadoop.tmp.dir should not be set to cluster
|
|
|
-directory. (Vinod Kumar Vavilapalli via ddas).
|
|
|
-</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3104">HADOOP-3104</a>. Limit MultithreadedMapRunner to have a fixed length queue
|
|
|
between the RecordReader and the map threads.<br />(Alejandro Abdelnur via
|
|
|
omalley)</li>
|
|
@@ -501,10 +519,8 @@ DistributedFileSystem.<br />(shv via nigel)</li>
|
|
|
</a></h3>
|
|
|
<ul id="release_0.16.1_-_2008-03-13_">
|
|
|
<li><a href="javascript:toggleList('release_0.16.1_-_2008-03-13_._incompatible_changes_')"> INCOMPATIBLE CHANGES
|
|
|
-</a> (2)
|
|
|
+</a> (1)
|
|
|
<ol id="release_0.16.1_-_2008-03-13_._incompatible_changes_">
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2861">HADOOP-2861</a>. Improve the user interface for the HOD commands.
|
|
|
-Command line structure has changed.<br />(Hemanth Yamijala via nigel)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2869">HADOOP-2869</a>. Deprecate SequenceFile.setCompressionType in favor of
|
|
|
SequenceFile.createWriter, SequenceFileOutputFormat.setCompressionType,
|
|
|
and JobConf.setMapOutputCompressionType. (Arun C Murthy via cdouglas)
|
|
@@ -514,18 +530,15 @@ Configuration changes to hadoop-default.xml:
|
|
|
</ol>
|
|
|
</li>
|
|
|
<li><a href="javascript:toggleList('release_0.16.1_-_2008-03-13_._improvements_')"> IMPROVEMENTS
|
|
|
-</a> (4)
|
|
|
+</a> (2)
|
|
|
<ol id="release_0.16.1_-_2008-03-13_._improvements_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2371">HADOOP-2371</a>. User guide for file permissions in HDFS.<br />(Robert Chansler via rangadi)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2730">HADOOP-2730</a>. HOD documentation update.<br />(Vinod Kumar Vavilapalli via ddas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2911">HADOOP-2911</a>. Make the information printed by the HOD allocate and
|
|
|
-info commands less verbose and clearer.<br />(Vinod Kumar via nigel)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3098">HADOOP-3098</a>. Allow more characters in user and group names while
|
|
|
using -chown and -chgrp commands.<br />(rangadi)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
<li><a href="javascript:toggleList('release_0.16.1_-_2008-03-13_._bug_fixes_')"> BUG FIXES
|
|
|
-</a> (35)
|
|
|
+</a> (31)
|
|
|
<ol id="release_0.16.1_-_2008-03-13_._bug_fixes_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2789">HADOOP-2789</a>. Race condition in IPC Server Responder that could close
|
|
|
connections early.<br />(Raghu Angadi)</li>
|
|
@@ -564,8 +577,6 @@ groups.<br />(runping via omalley)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2843">HADOOP-2843</a>. Fix protections on map-side join classes to enable derivation.<br />(cdouglas via omalley)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2840">HADOOP-2840</a>. Fix gridmix scripts to correctly invoke the java sort through
|
|
|
the proper jar.<br />(Mukund Madhugiri via cdouglas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2766">HADOOP-2766</a>. Enables setting of HADOOP_OPTS env variable for the hadoop
|
|
|
-daemons through HOD.<br />(Vinod Kumar Vavilapalli via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2769">HADOOP-2769</a>. TestNNThroughputBnechmark should not use a fixed port for
|
|
|
the namenode http port.<br />(omalley)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2852">HADOOP-2852</a>. Update gridmix benchmark to avoid an artifically long tail.<br />(cdouglas)</li>
|
|
@@ -578,18 +589,12 @@ JobTracker upon reinitialization. (Owen O'Malley via ddas).
|
|
|
"No lease on file" can be diagnosed.<br />(dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2923">HADOOP-2923</a>. Add SequenceFileAsBinaryInputFormat, which was
|
|
|
missed in the commit for <a href="http://issues.apache.org/jira/browse/HADOOP-2603">HADOOP-2603</a>.<br />(cdouglas via omalley)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2847">HADOOP-2847</a>. Ensure idle cluster cleanup works even if the JobTracker
|
|
|
-becomes unresponsive to RPC calls.<br />(Hemanth Yamijala via nigel)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2809">HADOOP-2809</a>. Fix HOD syslog config syslog-address so that it works.<br />(Hemanth Yamijala via nigel)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2931">HADOOP-2931</a>. IOException thrown by DFSOutputStream had wrong stack
|
|
|
trace in some cases.<br />(Michael Bieniosek via rangadi)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2883">HADOOP-2883</a>. Write failures and data corruptions on HDFS files.
|
|
|
The write timeout is back to what it was on 0.15 release. Also, the
|
|
|
datnodes flushes the block file buffered output stream before
|
|
|
sending a positive ack for the packet back to the client.<br />(dhruba)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2925">HADOOP-2925</a>. Fix HOD to create the mapred system directory using a
|
|
|
-naming convention that will avoid clashes in multi-user shared
|
|
|
-cluster scenario.<br />(Hemanth Yamijala via nigel)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2756">HADOOP-2756</a>. NPE in DFSClient while closing DFSOutputStreams
|
|
|
under load.<br />(rangadi)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2958">HADOOP-2958</a>. Fixed FileBench which broke due to <a href="http://issues.apache.org/jira/browse/HADOOP-2391">HADOOP-2391</a> which performs
|
|
@@ -682,7 +687,7 @@ with previous versions). (Tsz Wo (Nicholas), SZE via dhruba)
|
|
|
</ol>
|
|
|
</li>
|
|
|
<li><a href="javascript:toggleList('release_0.16.0_-_2008-02-07_._new_features_')"> NEW FEATURES
|
|
|
-</a> (14)
|
|
|
+</a> (13)
|
|
|
<ol id="release_0.16.0_-_2008-02-07_._new_features_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-1857">HADOOP-1857</a>. Ability to run a script when a task fails to capture stack
|
|
|
traces.<br />(Amareshwari Sri Ramadasu via ddas)</li>
|
|
@@ -691,8 +696,6 @@ Unix users and groups.<br />(Hairong Kuang via dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-1652">HADOOP-1652</a>. A utility to balance data among datanodes in a HDFS cluster.<br />(Hairong Kuang via dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2085">HADOOP-2085</a>. A library to support map-side joins of consistently
|
|
|
partitioned and sorted data sets.<br />(Chris Douglas via omalley)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-1301">HADOOP-1301</a>. Hadoop-On-Demand (HOD): resource management
|
|
|
-provisioning for Hadoop.<br />(Hemanth Yamijala via nigel)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2336">HADOOP-2336</a>. Shell commands to modify file permissions.<br />(rangadi)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-1298">HADOOP-1298</a>. Implement file permissions for HDFS.
|
|
|
(Tsz Wo (Nicholas) & taton via cutting)
|
|
@@ -858,7 +861,7 @@ the map task.<br />(Amar Kamat via ddas)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
<li><a href="javascript:toggleList('release_0.16.0_-_2008-02-07_._bug_fixes_')"> BUG FIXES
|
|
|
-</a> (92)
|
|
|
+</a> (90)
|
|
|
<ol id="release_0.16.0_-_2008-02-07_._bug_fixes_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2583">HADOOP-2583</a>. Fixes a bug in the Eclipse plug-in UI to edit locations.
|
|
|
Plug-in version is now synchronized with Hadoop version.
|
|
@@ -1040,8 +1043,6 @@ alive and responding.<br />(Amareshwari Sri Ramadasu via acmurthy)</li>
|
|
|
request was timing out.<br />(dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2576">HADOOP-2576</a>. Namenode performance degradation over time triggered by
|
|
|
large heartbeat interval.<br />(Raghu Angadi)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2720">HADOOP-2720</a>. Jumbo bug fix patch to HOD. Final sync of Apache SVN with
|
|
|
-internal Yahoo SVN.<br />(Hemanth Yamijala via nigel)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2713">HADOOP-2713</a>. TestDatanodeDeath failed on windows because the replication
|
|
|
request was timing out.<br />(dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2639">HADOOP-2639</a>. Fixes a problem to do with incorrect maintenance of values
|
|
@@ -1054,8 +1055,6 @@ profiling.<br />(Amareshwari Sri Ramadasu via omalley)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2732">HADOOP-2732</a>. Fix bug in path globbing.<br />(Hairong Kuang via nigel)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2404">HADOOP-2404</a>. Fix backwards compatability with hadoop-0.15 configuration
|
|
|
files that was broken by <a href="http://issues.apache.org/jira/browse/HADOOP-2185">HADOOP-2185</a>.<br />(omalley)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-2740">HADOOP-2740</a>. Fix HOD to work with the configuration variables changed in
|
|
|
-<a href="http://issues.apache.org/jira/browse/HADOOP-2404">HADOOP-2404</a>.<br />(Hemanth Yamijala via omalley)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-2755">HADOOP-2755</a>. Fix fsck performance degradation because of permissions
|
|
|
issue. (Tsz Wo (Nicholas), SZE via dhruba)
|
|
|
</li>
|