|
@@ -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 != 'trunk_(unreleased_changes)_' && list.id != 'release_0.19.0_-_unreleased_') {
|
|
|
+ if (list.id != 'trunk_(unreleased_changes)_' && list.id != 'release_0.19.1_-_unreleased_') {
|
|
|
list.style.display = "none";
|
|
|
}
|
|
|
}
|
|
@@ -56,7 +56,7 @@
|
|
|
</a></h2>
|
|
|
<ul id="trunk_(unreleased_changes)_">
|
|
|
<li><a href="javascript:toggleList('trunk_(unreleased_changes)_._incompatible_changes_')"> INCOMPATIBLE CHANGES
|
|
|
-</a> (2)
|
|
|
+</a> (10)
|
|
|
<ol id="trunk_(unreleased_changes)_._incompatible_changes_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4210">HADOOP-4210</a>. Fix findbugs warnings for equals implementations of mapred ID
|
|
|
classes. Removed public, static ID::read and ID::forName; made ID an
|
|
@@ -66,15 +66,38 @@ Following deprecated methods in RawLocalFileSystem are removed:
|
|
|
public String getName()
|
|
|
public void lock(Path p, boolean shared)
|
|
|
public void release(Path p)<br />(Suresh Srinivas via johan)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4618">HADOOP-4618</a>. Move http server from FSNamesystem into NameNode.
|
|
|
+FSNamesystem.getNameNodeInfoPort() is removed.
|
|
|
+FSNamesystem.getDFSNameNodeMachine() and FSNamesystem.getDFSNameNodePort()
|
|
|
+ replaced by FSNamesystem.getDFSNameNodeAddress().
|
|
|
+NameNode(bindAddress, conf) is removed.<br />(shv)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4567">HADOOP-4567</a>. GetFileBlockLocations returns the NetworkTopology
|
|
|
+information of the machines where the blocks reside.<br />(dhruba)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4435">HADOOP-4435</a>. The JobTracker WebUI displays the amount of heap memory
|
|
|
+in use.<br />(dhruba)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4628">HADOOP-4628</a>. Move Hive into a standalone subproject.<br />(omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4188">HADOOP-4188</a>. Removes task's dependency on concrete filesystems.<br />(Sharad Agarwal via ddas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-1650">HADOOP-1650</a>. Upgrade to Jetty 6.<br />(cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3986">HADOOP-3986</a>. Remove static Configuration from JobClient. (Amareshwari
|
|
|
+Sriramadasu via cdouglas)
|
|
|
+ JobClient::setCommandLineConfig is removed
|
|
|
+ JobClient::getCommandLineConfig is removed
|
|
|
+ JobShell, TestJobShell classes are removed
|
|
|
+</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4422">HADOOP-4422</a>. S3 file systems should not create bucket.<br />(David Phillips via tomwhite)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
<li><a href="javascript:toggleList('trunk_(unreleased_changes)_._new_features_')"> NEW FEATURES
|
|
|
-</a> (none)
|
|
|
+</a> (2)
|
|
|
<ol id="trunk_(unreleased_changes)_._new_features_">
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4575">HADOOP-4575</a>. Add a proxy service for relaying HsftpFileSystem requests.
|
|
|
+Includes client authentication via user certificates and config-based
|
|
|
+access control.<br />(Kan Zhang via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4661">HADOOP-4661</a>. Add DistCh, a new tool for distributed ch{mod,own,grp}.<br />(szetszwo)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
<li><a href="javascript:toggleList('trunk_(unreleased_changes)_._improvements_')"> IMPROVEMENTS
|
|
|
-</a> (9)
|
|
|
+</a> (34)
|
|
|
<ol id="trunk_(unreleased_changes)_._improvements_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4234">HADOOP-4234</a>. Fix KFS "glue" layer to allow applications to interface
|
|
|
with multiple KFS metaservers.<br />(Sriram Rao via lohit)</li>
|
|
@@ -92,15 +115,57 @@ understandable.<br />(Yuri Pradkin via cdouglas)</li>
|
|
|
print NA instead of empty output.<br />(Sreekanth Ramakrishnan via johan)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4284">HADOOP-4284</a>. Support filters that apply to all requests, or global filters,
|
|
|
to HttpServer.<br />(Kan Zhang via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4276">HADOOP-4276</a>. Improve the hashing functions and deserialization of the
|
|
|
+mapred ID classes.<br />(omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4485">HADOOP-4485</a>. Add a compile-native ant task, as a shorthand.<br />(enis)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4454">HADOOP-4454</a>. Allow # comments in slaves file.<br />(Rama Ramasamy via omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3461">HADOOP-3461</a>. Remove hdfs.StringBytesWritable.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4437">HADOOP-4437</a>. Use Halton sequence instead of java.util.Random in
|
|
|
+PiEstimator.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4572">HADOOP-4572</a>. Change INode and its sub-classes to package private.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4187">HADOOP-4187</a>. Does a runtime lookup for JobConf/JobConfigurable, and if
|
|
|
+found, invokes the appropriate configure method.<br />(Sharad Agarwal via ddas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4453">HADOOP-4453</a>. Improve ssl configuration and handling in HsftpFileSystem,
|
|
|
+particularly when used with DistCp.<br />(Kan Zhang via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4583">HADOOP-4583</a>. Several code optimizations in HDFS.<br />(Suresh Srinivas via
|
|
|
+szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3923">HADOOP-3923</a>. Remove org.apache.hadoop.mapred.StatusHttpServer.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4622">HADOOP-4622</a>. Explicitly specify interpretor for non-native
|
|
|
+pipes binaries.<br />(Fredrik Hedberg via johan)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4505">HADOOP-4505</a>. Add a unit test to test faulty setup task and cleanup
|
|
|
+task killing the job.<br />(Amareshwari Sriramadasu via johan)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4608">HADOOP-4608</a>. Don't print a stack trace when the example driver gets an
|
|
|
+unknown program to run.<br />(Edward Yoon via omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4645">HADOOP-4645</a>. Package HdfsProxy contrib project without the extra level
|
|
|
+of directories.<br />(Kan Zhang via omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4126">HADOOP-4126</a>. Allow access to HDFS web UI on EC2<br />(tomwhite via omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4612">HADOOP-4612</a>. Removes RunJar's dependency on JobClient.<br />(Sharad Agarwal via ddas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4185">HADOOP-4185</a>. Adds setVerifyChecksum() method to FileSystem.<br />(Sharad Agarwal via ddas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4523">HADOOP-4523</a>. Prevent too many tasks scheduled on a node from bringing
|
|
|
+it down by monitoring for cumulative memory usage across tasks.<br />(Vinod Kumar Vavilapalli via yhemanth)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4640">HADOOP-4640</a>. Adds an input format that can split lzo compressed
|
|
|
+text files.<br />(johan)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4666">HADOOP-4666</a>. Launch reduces only after a few maps have run in the
|
|
|
+Fair Scheduler.<br />(Matei Zaharia via johan)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4339">HADOOP-4339</a>. Remove redundant calls from FileSystem/FsShell when
|
|
|
+generating/processing ContentSummary.<br />(David Phillips via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-2774">HADOOP-2774</a>. Add counters tracking records spilled to disk in MapTask and
|
|
|
+ReduceTask.<br />(Ravi Gummadi via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4513">HADOOP-4513</a>. Initialize jobs asynchronously in the capacity scheduler.<br />(Sreekanth Ramakrishnan via yhemanth)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4649">HADOOP-4649</a>. Improve abstraction for spill indices.<br />(cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3770">HADOOP-3770</a>. Add gridmix2, an iteration on the gridmix benchmark.<br />(Runping
|
|
|
+Qi via cdouglas)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
<li><a href="javascript:toggleList('trunk_(unreleased_changes)_._optimizations_')"> OPTIMIZATIONS
|
|
|
-</a> (none)
|
|
|
+</a> (1)
|
|
|
<ol id="trunk_(unreleased_changes)_._optimizations_">
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3293">HADOOP-3293</a>. Fixes FileInputFormat to do provide locations for splits
|
|
|
+based on the rack/host that has the most number of bytes.<br />(Jothi Padmanabhan via ddas)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
<li><a href="javascript:toggleList('trunk_(unreleased_changes)_._bug_fixes_')"> BUG FIXES
|
|
|
-</a> (4)
|
|
|
+</a> (26)
|
|
|
<ol id="trunk_(unreleased_changes)_._bug_fixes_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4204">HADOOP-4204</a>. Fix findbugs warnings related to unused variables, naive
|
|
|
Number subclass instantiation, Map iteration, and badly scoped inner
|
|
@@ -108,15 +173,77 @@ classes.<br />(Suresh Srinivas via cdouglas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4207">HADOOP-4207</a>. Update derby jar file to release 10.4.2 release.<br />(Prasad Chakka via dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4325">HADOOP-4325</a>. SocketInputStream.read() should return -1 in case EOF.<br />(Raghu Angadi)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4408">HADOOP-4408</a>. FsAction functions need not create new objects.<br />(cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4440">HADOOP-4440</a>. TestJobInProgressListener tests for jobs killed in queued
|
|
|
+state<br />(Amar Kamat via ddas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4346">HADOOP-4346</a>. Implement blocking connect so that Hadoop is not affected
|
|
|
+by selector problem with JDK default implementation.<br />(Raghu Angadi)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4388">HADOOP-4388</a>. If there are invalid blocks in the transfer list, Datanode
|
|
|
+should handle them and keep transferring the remaining blocks.<br />(Suresh
|
|
|
+Srinivas via szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4587">HADOOP-4587</a>. Fix a typo in Mapper javadoc.<br />(Koji Noguchi via szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4530">HADOOP-4530</a>. In fsck, HttpServletResponse sendError fails with
|
|
|
+IllegalStateException.<br />(hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4377">HADOOP-4377</a>. Fix a race condition in directory creation in
|
|
|
+NativeS3FileSystem.<br />(David Phillips via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4621">HADOOP-4621</a>. Fix javadoc warnings caused by duplicate jars.<br />(Kan Zhang via
|
|
|
+cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4566">HADOOP-4566</a>. Deploy new hive code to support more types.<br />(Zheng Shao via dhruba)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4571">HADOOP-4571</a>. Add chukwa conf files to svn:ignore list.<br />(Eric Yang via
|
|
|
+szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4589">HADOOP-4589</a>. Correct PiEstimator output messages and improve the code
|
|
|
+readability.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4650">HADOOP-4650</a>. Correct a mismatch between the default value of
|
|
|
+local.cache.size in the config and the source.<br />(Jeff Hammerbacher via
|
|
|
+cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4606">HADOOP-4606</a>. Fix cygpath error if the log directory does not exist.<br />(szetszwo via omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4141">HADOOP-4141</a>. Fix bug in ScriptBasedMapping causing potential infinite
|
|
|
+loop on misconfigured hadoop-site.<br />(Aaron Kimball via tomwhite)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4691">HADOOP-4691</a>. Correct a link in the javadoc of IndexedSortable.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4598">HADOOP-4598</a>. '-setrep' command skips under-replicated blocks.<br />(hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4429">HADOOP-4429</a>. Set defaults for user, group in UnixUserGroupInformation so
|
|
|
+login fails more predictably when misconfigured.<br />(Alex Loddengaard via
|
|
|
+cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4676">HADOOP-4676</a>. Fix broken URL in blacklisted tasktrackers page.<br />(Amareshwari
|
|
|
+Sriramadasu via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3422">HADOOP-3422</a> Ganglia counter metrics are all reported with the metric
|
|
|
+name "value", so the counter values can not be seen.<br />(Jason Attributor
|
|
|
+and Brian Bockelman via stack)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4704">HADOOP-4704</a>. Fix javadoc typos "the the".<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4677">HADOOP-4677</a>. Fix semantics of FileSystem::getBlockLocations to return
|
|
|
+meaningful values.<br />(Hong Tang via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4669">HADOOP-4669</a>. Use correct operator when evaluating whether access time is
|
|
|
+enabled<br />(Dhruba Borthakur via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4732">HADOOP-4732</a>. Pass connection and read timeouts in the correct order when
|
|
|
+setting up fetch in reduce.<br />(Amareshwari Sriramadasu via cdouglas)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
</ul>
|
|
|
-<h2><a href="javascript:toggleList('release_0.19.0_-_unreleased_')">Release 0.19.0 - Unreleased
|
|
|
+<h2><a href="javascript:toggleList('release_0.19.1_-_unreleased_')">Release 0.19.1 - Unreleased
|
|
|
</a></h2>
|
|
|
-<ul id="release_0.19.0_-_unreleased_">
|
|
|
- <li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._incompatible_changes_')"> INCOMPATIBLE CHANGES
|
|
|
-</a> (21)
|
|
|
- <ol id="release_0.19.0_-_unreleased_._incompatible_changes_">
|
|
|
+<ul id="release_0.19.1_-_unreleased_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.19.1_-_unreleased_._improvements_')"> IMPROVEMENTS
|
|
|
+</a> (1)
|
|
|
+ <ol id="release_0.19.1_-_unreleased_._improvements_">
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4739">HADOOP-4739</a>. Fix spelling and grammar, improve phrasing of some sections in
|
|
|
+mapred tutorial.<br />(Vivek Ratan via cdouglas)</li>
|
|
|
+ </ol>
|
|
|
+ </li>
|
|
|
+ <li><a href="javascript:toggleList('release_0.19.1_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
|
+</a> (1)
|
|
|
+ <ol id="release_0.19.1_-_unreleased_._bug_fixes_">
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4697">HADOOP-4697</a>. Fix getBlockLocations in KosmosFileSystem to handle multiple
|
|
|
+blocks correctly.<br />(Sriram Rao via cdouglas)</li>
|
|
|
+ </ol>
|
|
|
+ </li>
|
|
|
+</ul>
|
|
|
+<h2><a href="javascript:toggleList('older')">Older Releases</a></h2>
|
|
|
+<ul id="older">
|
|
|
+<h3><a href="javascript:toggleList('release_0.19.0_-_2008-11-18_')">Release 0.19.0 - 2008-11-18
|
|
|
+</a></h3>
|
|
|
+<ul id="release_0.19.0_-_2008-11-18_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.19.0_-_2008-11-18_._incompatible_changes_')"> INCOMPATIBLE CHANGES
|
|
|
+</a> (23)
|
|
|
+ <ol id="release_0.19.0_-_2008-11-18_._incompatible_changes_">
|
|
|
<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
|
|
|
compatible combiner semantics for 0.18.<br />(cdouglas via omalley)</li>
|
|
@@ -183,11 +310,13 @@ changed in <a href="http://issues.apache.org/jira/browse/HADOOP-2816">HADOOP-281
|
|
|
DFS command line report reflects the same change. Config parameter
|
|
|
dfs.datanode.du.pct is no longer used and is removed from the
|
|
|
hadoop-default.xml.<br />(Suresh Srinivas via hairong)</li>
|
|
|
+ <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-4599">HADOOP-4599</a>. BlocksMap and BlockInfo made package private.<br />(shv)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
- <li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._new_features_')"> NEW FEATURES
|
|
|
-</a> (40)
|
|
|
- <ol id="release_0.19.0_-_unreleased_._new_features_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.19.0_-_2008-11-18_._new_features_')"> NEW FEATURES
|
|
|
+</a> (39)
|
|
|
+ <ol id="release_0.19.0_-_2008-11-18_._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
|
|
|
and reduce input and output. The new configuration values are:
|
|
|
stream.map.input.field.separator
|
|
@@ -268,13 +397,11 @@ 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-3924">HADOOP-3924</a>. Added a 'KILLED' job status.<br />(Subramaniam Krishnan via
|
|
|
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>
|
|
|
</li>
|
|
|
- <li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._improvements_')"> IMPROVEMENTS
|
|
|
-</a> (77)
|
|
|
- <ol id="release_0.19.0_-_unreleased_._improvements_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.19.0_-_2008-11-18_._improvements_')"> IMPROVEMENTS
|
|
|
+</a> (78)
|
|
|
+ <ol id="release_0.19.0_-_2008-11-18_._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-4106">HADOOP-4106</a>. libhdfs: add time, permission and user attribute support
|
|
|
(part 2).<br />(Pete Wyckoff through zshao)</li>
|
|
@@ -404,8 +531,6 @@ incrementing the task attempt numbers by 1000 when the job restarts.<br />(Amar
|
|
|
<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>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4354">HADOOP-4354</a>. Separate TestDatanodeDeath.testDatanodeDeath() into 4 tests.<br />(szetszwo)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3790">HADOOP-3790</a>. Add more unit tests for testing HDFS file append.<br />(szetszwo)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-4150">HADOOP-4150</a>. Include librecordio in hadoop releases.<br />(Giridharan Kesavan
|
|
|
-via acmurthy)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4321">HADOOP-4321</a>. Include documentation for the capacity scheduler.<br />(Hemanth
|
|
|
Yamijala via omalley)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4424">HADOOP-4424</a>. Change menu layout for Hadoop documentation (Boris Shkolnik
|
|
@@ -413,11 +538,13 @@ via cdouglas).
|
|
|
</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4438">HADOOP-4438</a>. Update forrest documentation to include missing FsShell
|
|
|
commands.<br />(Suresh Srinivas via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4105">HADOOP-4105</a>. Add forrest documentation for libhdfs.<br />(Pete Wyckoff via cutting)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4510">HADOOP-4510</a>. Make getTaskOutputPath public.<br />(Chris Wensel via omalley)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
- <li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._optimizations_')"> OPTIMIZATIONS
|
|
|
+ <li><a href="javascript:toggleList('release_0.19.0_-_2008-11-18_._optimizations_')"> OPTIMIZATIONS
|
|
|
</a> (11)
|
|
|
- <ol id="release_0.19.0_-_unreleased_._optimizations_">
|
|
|
+ <ol id="release_0.19.0_-_2008-11-18_._optimizations_">
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3556">HADOOP-3556</a>. Removed lock contention in MD5Hash by changing the
|
|
|
singleton MessageDigester by an instance per Thread using
|
|
|
ThreadLocal.<br />(Iv?n de Prado via omalley)</li>
|
|
@@ -444,9 +571,9 @@ TaskTrackerInstrumentation, and TaskTrackerMetricsInst) in
|
|
|
org.apache.hadoop.mapred package private instead of public.<br />(omalley)</li>
|
|
|
</ol>
|
|
|
</li>
|
|
|
- <li><a href="javascript:toggleList('release_0.19.0_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
|
-</a> (141)
|
|
|
- <ol id="release_0.19.0_-_unreleased_._bug_fixes_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.19.0_-_2008-11-18_._bug_fixes_')"> BUG FIXES
|
|
|
+</a> (152)
|
|
|
+ <ol id="release_0.19.0_-_2008-11-18_._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
|
|
|
easier to identify datanode and namenode related code.<br />(dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3640">HADOOP-3640</a>. Fix the read method in the NativeS3InputStream.<br />(tomwhite via
|
|
@@ -643,9 +770,6 @@ free.<br />(ddas via acmurthy)</li>
|
|
|
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>
|
|
@@ -666,8 +790,6 @@ but not rethrown.<br />(enis)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4018">HADOOP-4018</a>. The number of tasks for a single job cannot exceed a
|
|
|
pre-configured maximum value.<br />(dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4288">HADOOP-4288</a>. Fixes a NPE problem in CapacityScheduler.<br />(Amar Kamat via ddas)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-3883">HADOOP-3883</a>. Limit namenode to assign at most one generation stamp for
|
|
|
-a particular block within a short period.<br />(szetszwo)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4014">HADOOP-4014</a>. Create hard links with 'fsutil hardlink' on Windows.<br />(shv)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4393">HADOOP-4393</a>. Merged org.apache.hadoop.fs.permission.AccessControlException
|
|
|
and org.apache.hadoop.security.AccessControlIOException into a single
|
|
@@ -677,7 +799,6 @@ maps/reduces.<br />(Sreekanth Ramakrishnan via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4361">HADOOP-4361</a>. Makes sure that jobs killed from command line are killed
|
|
|
fast (i.e., there is a slot to run the cleanup task soon).<br />(Amareshwari Sriramadasu via ddas)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4400">HADOOP-4400</a>. Add "hdfs://" to fs.default.name on quickstart.html.<br />(Jeff Hammerbacher via omalley)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-4403">HADOOP-4403</a>. Make TestLeaseRecovery and TestFileCreation more robust.<br />(szetszwo)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4378">HADOOP-4378</a>. Fix TestJobQueueInformation to use SleepJob rather than
|
|
|
WordCount via TestMiniMRWithDFS.<br />(Sreekanth Ramakrishnan via acmurthy)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4376">HADOOP-4376</a>. Fix formatting in hadoop-default.xml for
|
|
@@ -714,33 +835,119 @@ append.<br />(szetszwo)</li>
|
|
|
not correspond to its type.<br />(shv)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4149">HADOOP-4149</a>. Fix handling of updates to the job priority, by changing the
|
|
|
list of jobs to be keyed by the priority, submit time, and job tracker id.<br />(Amar Kamat via omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4296">HADOOP-4296</a>. Fix job client failures by not retiring a job as soon as it
|
|
|
+is finished.<br />(dhruba)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4439">HADOOP-4439</a>. Remove configuration variables that aren't usable yet, in
|
|
|
+particular mapred.tasktracker.tasks.maxmemory and mapred.task.max.memory.<br />(Hemanth Yamijala via omalley)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4230">HADOOP-4230</a>. Fix for serde2 interface, limit operator, select * operator,
|
|
|
+UDF trim functions and sampling.<br />(Ashish Thusoo via dhruba)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4358">HADOOP-4358</a>. No need to truncate access time in INode. Also fixes NPE
|
|
|
+in CreateEditsLog.<br />(Raghu Angadi)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4387">HADOOP-4387</a>. TestHDFSFileSystemContract fails on windows nightly builds.<br />(Raghu Angadi)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4466">HADOOP-4466</a>. Ensure that SequenceFileOutputFormat isn't tied to Writables
|
|
|
+and can be used with other Serialization frameworks.<br />(Chris Wensel via
|
|
|
+acmurthy)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4525">HADOOP-4525</a>. Fix ipc.server.ipcnodelay originally missed in in <a href="http://issues.apache.org/jira/browse/HADOOP-2232">HADOOP-2232</a>.<br />(cdouglas via Clint Morgan)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4498">HADOOP-4498</a>. Ensure that JobHistory correctly escapes the job name so that
|
|
|
+regex patterns work.<br />(Chris Wensel via acmurthy)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4446">HADOOP-4446</a>. Modify guaranteed capacity labels in capacity scheduler's UI
|
|
|
+to reflect the information being displayed.<br />(Sreekanth Ramakrishnan via
|
|
|
+yhemanth)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4282">HADOOP-4282</a>. Some user facing URLs are not filtered by user filters.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4595">HADOOP-4595</a>. Fixes two race conditions - one to do with updating free slot count,
|
|
|
+and another to do with starting the MapEventsFetcher thread.<br />(ddas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4552">HADOOP-4552</a>. Fix a deadlock in RPC server.<br />(Raghu Angadi)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4471">HADOOP-4471</a>. Sort running jobs by priority in the capacity scheduler.<br />(Amar Kamat via yhemanth)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4500">HADOOP-4500</a>. Fix MultiFileSplit to get the FileSystem from the relevant
|
|
|
+path rather than the JobClient.<br />(Joydeep Sen Sarma via cdouglas)</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.2_-_unreleased_')">Release 0.18.2 - Unreleased
|
|
|
+<h3><a href="javascript:toggleList('release_0.18.3_-_unreleased_')">Release 0.18.3 - Unreleased
|
|
|
</a></h3>
|
|
|
-<ul id="release_0.18.2_-_unreleased_">
|
|
|
- <li><a href="javascript:toggleList('release_0.18.2_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
|
-</a> (10)
|
|
|
- <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>
|
|
|
+<ul id="release_0.18.3_-_unreleased_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.18.3_-_unreleased_._improvements_')"> IMPROVEMENTS
|
|
|
+</a> (2)
|
|
|
+ <ol id="release_0.18.3_-_unreleased_._improvements_">
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4150">HADOOP-4150</a>. Include librecordio in hadoop releases.<br />(Giridharan Kesavan
|
|
|
+via acmurthy)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4668">HADOOP-4668</a>. Improve documentation for setCombinerClass to clarify the
|
|
|
+restrictions on combiners.<br />(omalley)</li>
|
|
|
+ </ol>
|
|
|
+ </li>
|
|
|
+ <li><a href="javascript:toggleList('release_0.18.3_-_unreleased_._bug_fixes_')"> BUG FIXES
|
|
|
+</a> (18)
|
|
|
+ <ol id="release_0.18.3_-_unreleased_._bug_fixes_">
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4499">HADOOP-4499</a>. DFSClient should invoke checksumOk only once.<br />(Raghu Angadi)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4597">HADOOP-4597</a>. Calculate mis-replicated blocks when safe-mode is turned
|
|
|
+off manually.<br />(shv)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3121">HADOOP-3121</a>. lsr should keep listing the remaining items but not
|
|
|
+terminate if there is any IOException.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4610">HADOOP-4610</a>. Always calculate mis-replicated blocks when safe-mode is
|
|
|
+turned off.<br />(shv)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3883">HADOOP-3883</a>. Limit namenode to assign at most one generation stamp for
|
|
|
+a particular block within a short period.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4556">HADOOP-4556</a>. Block went missing.<br />(hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4643">HADOOP-4643</a>. NameNode should exclude excessive replicas when counting
|
|
|
+live replicas for a block.<br />(hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4703">HADOOP-4703</a>. Should not wait for proxy forever in lease recovering.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4647">HADOOP-4647</a>. NamenodeFsck should close the DFSClient it has created.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4616">HADOOP-4616</a>. Fuse-dfs can handle bad values from FileSystem.read call.<br />(Pete Wyckoff via dhruba)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4061">HADOOP-4061</a>. Throttle Datanode decommission monitoring in Namenode.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4659">HADOOP-4659</a>. Root cause of connection failure is being ost to code that
|
|
|
+uses it for delaying startup.<br />(Steve Loughran and Hairong via hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4614">HADOOP-4614</a>. Lazily open segments when merging map spills to avoid using
|
|
|
+too many file descriptors.<br />(Yuri Pradkin 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-4713">HADOOP-4713</a>. Fix librecordio to handle records larger than 64k.<br />(Christian
|
|
|
+Kunz via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4635">HADOOP-4635</a>. Fix a memory leak in fuse dfs.<br />(pete wyckoff via mahadev)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4714">HADOOP-4714</a>. Report status between merges and make the number of records
|
|
|
+between progress reports configurable.<br />(Jothi Padmanabhan via cdouglas)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4726">HADOOP-4726</a>. Fix documentation typos "the the".<br />(Edward J. Yoon via
|
|
|
+szetszwo)</li>
|
|
|
+ </ol>
|
|
|
+ </li>
|
|
|
+</ul>
|
|
|
+<h3><a href="javascript:toggleList('release_0.18.2_-_2008-11-03_')">Release 0.18.2 - 2008-11-03
|
|
|
+</a></h3>
|
|
|
+<ul id="release_0.18.2_-_2008-11-03_">
|
|
|
+ <li><a href="javascript:toggleList('release_0.18.2_-_2008-11-03_._bug_fixes_')"> BUG FIXES
|
|
|
+</a> (16)
|
|
|
+ <ol id="release_0.18.2_-_2008-11-03_._bug_fixes_">
|
|
|
<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>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-4228">HADOOP-4228</a>. dfs datanoe metrics, bytes_read and bytes_written, overflow
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4228">HADOOP-4228</a>. dfs datanode metrics, bytes_read and bytes_written, overflow
|
|
|
due to incorrect type used.<br />(hairong)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4395">HADOOP-4395</a>. The FSEditLog loading is incorrect for the case OP_SET_OWNER.<br />(szetszwo)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4351">HADOOP-4351</a>. FSNamesystem.getBlockLocationsInternal throws
|
|
|
ArrayIndexOutOfBoundsException.<br />(hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4403">HADOOP-4403</a>. Make TestLeaseRecovery and TestFileCreation more robust.<br />(szetszwo)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4292">HADOOP-4292</a>. Do not support append() for LocalFileSystem.<br />(hairong)</li>
|
|
|
- <li><a href="http://issues.apache.org/jira/browse/HADOOP-4398">HADOOP-4398</a>. No need to truncate access time in INode. Also fixes NPE
|
|
|
-in CreateEditsLog.<br />(Raghu Angadi)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4399">HADOOP-4399</a>. Make fuse-dfs multi-thread access safe.<br />(Pete Wyckoff via dhruba)</li>
|
|
|
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4369">HADOOP-4369</a>. Use setMetric(...) instead of incrMetric(...) for metrics
|
|
|
averages.<br />(Brian Bockelman via szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4469">HADOOP-4469</a>. Rename and add the ant task jar file to the tar file.<br />(nigel)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3914">HADOOP-3914</a>. DFSClient sends Checksum Ok only once for a block.<br />(Christian Kunz via hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4467">HADOOP-4467</a>. SerializationFactory now uses the current context ClassLoader
|
|
|
+allowing for user supplied Serialization instances.<br />(Chris Wensel via
|
|
|
+acmurthy)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4517">HADOOP-4517</a>. Release FSDataset lock before joining ongoing create threads.<br />(szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4526">HADOOP-4526</a>. fsck failing with NullPointerException.<br />(hairong)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4483">HADOOP-4483</a> Honor the max parameter in DatanodeDescriptor.getBlockArray(..)<br />(Ahad Rana and Hairong Kuang via szetszwo)</li>
|
|
|
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4340">HADOOP-4340</a>. Correctly set the exit code from JobShell.main so that the
|
|
|
+'hadoop jar' command returns the right code to the user.<br />(acmurthy)</li>
|
|
|
+ </ol>
|
|
|
+ </li>
|
|
|
+ <li><a href="javascript:toggleList('release_0.18.2_-_2008-11-03_._new_features_')"> NEW FEATURES
|
|
|
+</a> (1)
|
|
|
+ <ol id="release_0.18.2_-_2008-11-03_._new_features_">
|
|
|
+ <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>
|
|
|
</li>
|
|
|
</ul>
|