You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sz...@apache.org on 2008/12/02 20:23:35 UTC

svn commit: r722582 [1/2] - in /hadoop/core/trunk: ./ conf/ docs/ docs/jdiff/ src/docs/src/documentation/content/xdocs/ src/mapred/org/apache/hadoop/mapred/

Author: szetszwo
Date: Tue Dec  2 11:23:34 2008
New Revision: 722582

URL: http://svn.apache.org/viewvc?rev=722582&view=rev
Log:
HADOOP-4726. Fix documentation typos "the the". (Edward J. Yoon via szetszwo)

Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/conf/hadoop-default.xml
    hadoop/core/trunk/docs/SLG_user_guide.html
    hadoop/core/trunk/docs/capacity_scheduler.html
    hadoop/core/trunk/docs/changes.html
    hadoop/core/trunk/docs/cluster_setup.html
    hadoop/core/trunk/docs/cluster_setup.pdf
    hadoop/core/trunk/docs/commands_manual.html
    hadoop/core/trunk/docs/distcp.html
    hadoop/core/trunk/docs/hadoop-default.html
    hadoop/core/trunk/docs/hadoop_archives.html
    hadoop/core/trunk/docs/hdfs_design.html
    hadoop/core/trunk/docs/hdfs_permissions_guide.html
    hadoop/core/trunk/docs/hdfs_permissions_guide.pdf
    hadoop/core/trunk/docs/hdfs_quota_admin_guide.html
    hadoop/core/trunk/docs/hdfs_shell.html
    hadoop/core/trunk/docs/hdfs_user_guide.html
    hadoop/core/trunk/docs/hod_admin_guide.html
    hadoop/core/trunk/docs/hod_config_guide.html
    hadoop/core/trunk/docs/hod_user_guide.html
    hadoop/core/trunk/docs/index.html
    hadoop/core/trunk/docs/jdiff/hadoop_0.17.0.xml
    hadoop/core/trunk/docs/jdiff/hadoop_0.18.1.xml
    hadoop/core/trunk/docs/jdiff/hadoop_0.18.2.xml
    hadoop/core/trunk/docs/jdiff/hadoop_0.19.0.xml
    hadoop/core/trunk/docs/linkmap.html
    hadoop/core/trunk/docs/linkmap.pdf
    hadoop/core/trunk/docs/mapred_tutorial.html
    hadoop/core/trunk/docs/mapred_tutorial.pdf
    hadoop/core/trunk/docs/native_libraries.html
    hadoop/core/trunk/docs/quickstart.html
    hadoop/core/trunk/docs/streaming.html
    hadoop/core/trunk/docs/streaming.pdf
    hadoop/core/trunk/src/docs/src/documentation/content/xdocs/cluster_setup.xml
    hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_permissions_guide.xml
    hadoop/core/trunk/src/docs/src/documentation/content/xdocs/mapred_tutorial.xml
    hadoop/core/trunk/src/docs/src/documentation/content/xdocs/streaming.xml
    hadoop/core/trunk/src/mapred/org/apache/hadoop/mapred/ReduceTask.java

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Dec  2 11:23:34 2008
@@ -1285,6 +1285,9 @@
     HADOOP-4714. Report status between merges and make the number of records
     between progress reports configurable. (Jothi Padmanabhan via cdouglas)
 
+    HADOOP-4726. Fix documentation typos "the the". (Edward J. Yoon via
+    szetszwo)
+
 Release 0.18.2 - 2008-11-03
 
   BUG FIXES

Modified: hadoop/core/trunk/conf/hadoop-default.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/conf/hadoop-default.xml?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/conf/hadoop-default.xml (original)
+++ hadoop/core/trunk/conf/hadoop-default.xml Tue Dec  2 11:23:34 2008
@@ -1208,7 +1208,7 @@
     <value>false</value>
     <description>To set whether the system should collect profiler
      information for some of the tasks in this job? The information is stored
-     in the the user log directory. The value is "true" if task profiling
+     in the user log directory. The value is "true" if task profiling
      is enabled.</description>
   </property>
 

Modified: hadoop/core/trunk/docs/SLG_user_guide.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/SLG_user_guide.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/SLG_user_guide.html (original)
+++ hadoop/core/trunk/docs/SLG_user_guide.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <div class="menupagetitle">HDFS Utilities</div>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/capacity_scheduler.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/capacity_scheduler.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/capacity_scheduler.html (original)
+++ hadoop/core/trunk/docs/capacity_scheduler.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/changes.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/changes.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/changes.html (original)
+++ hadoop/core/trunk/docs/changes.html Tue Dec  2 11:23:34 2008
@@ -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>&nbsp;&nbsp;&nbsp;(2)
+</a>&nbsp;&nbsp;&nbsp;(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 @@
  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>&nbsp;&nbsp;&nbsp;(none)
+</a>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(9)
+</a>&nbsp;&nbsp;&nbsp;(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 @@
 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>&nbsp;&nbsp;&nbsp;(none)
+</a>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(4)
+</a>&nbsp;&nbsp;&nbsp;(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 @@
       <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>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(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 @@
 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>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(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 @@
       <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>&nbsp;&nbsp;&nbsp;(77)
-    <ol id="release_0.19.0_-_unreleased_._improvements_">
+  <li><a href="javascript:toggleList('release_0.19.0_-_2008-11-18_._improvements_')">  IMPROVEMENTS
+</a>&nbsp;&nbsp;&nbsp;(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 @@
       <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 @@
 </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>&nbsp;&nbsp;&nbsp;(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 @@
 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>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(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
@@ -644,9 +771,6 @@
       <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
@@ -666,8 +790,6 @@
       <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 @@
       <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 @@
 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>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(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>&nbsp;&nbsp;&nbsp;(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>

Modified: hadoop/core/trunk/docs/cluster_setup.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cluster_setup.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cluster_setup.html (original)
+++ hadoop/core/trunk/docs/cluster_setup.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">
@@ -334,7 +337,7 @@
         values via the <span class="codefrag">conf/hadoop-env.sh</span>.</p>
 <a name="N10097"></a><a name="Site+Configuration"></a>
 <h3 class="h4">Site Configuration</h3>
-<p>To configure the the Hadoop cluster you will need to configure the
+<p>To configure the Hadoop cluster you will need to configure the
         <em>environment</em> in which the Hadoop daemons execute as well as
         the <em>configuration parameters</em> for the Hadoop daemons.</p>
 <p>The Hadoop daemons are <span class="codefrag">NameNode</span>/<span class="codefrag">DataNode</span> 

Modified: hadoop/core/trunk/docs/cluster_setup.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cluster_setup.pdf?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cluster_setup.pdf (original)
+++ hadoop/core/trunk/docs/cluster_setup.pdf Tue Dec  2 11:23:34 2008
@@ -238,10 +238,10 @@
 >>
 endobj
 39 0 obj
-<< /Length 2370 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2371 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-GatU6CN%rc'`IH,@2&gTD@IhQU)jL3_+C/oko+3>=*.Z%5`t84W%<4?jO%E9I95!XPc5JI,)0h'P*b@'HUqH=A2TdY-N?chkrnsXT3)FuVRiqJX%'Gi7hk7p>K/L/e%<_?PEXPXptV7:"MS*B-d(:@JcG!l\((bi<'4H'VgnZD+cP8OO77Uo+.$<NlIKYdXM+KfZ4el"hG!s@XtF:g&;i$`.%Sa:E(8:ZBBW=6\MKs)(aDZ'glYT=:[Ac/F1roh[`4$gL>e.Kp<u!0;>n=PR+@6echHa+^mN:S42?P5#fl-)_2:(bgX="tZ/EHV_I1Q=Up<,$68N^o@8f#U!m]tgkA4[XLhJ7R,,KPu'\?sO0So$*fFr=(51hdfjWieOikO`t!1O,U=S0ND8Q62,ZQjh?+AQnm1,)OG]QG&#,XSbJ,Qisn-;lAZ%2aeO,H;ok%O"Xl)g"fEi!Pcr'tUJVWRr>L2XQO:-H]F8G!E;H]4W$K$q*N74)d9Y+k/b(OAdjD%.@5Zm<m*_X?Cg\3je6WO[]USRh2[fpfmc''L!X6;cFVOErD]]640Eo&?=qjr4Lt%Kl;#r]?:`&og!\lQ+Ujo<DW`b$sLe'0hc*d&QK/M[L=ZneBH`pJJT\qI::'638T=fcRE3>\*0?8G=4rI"uSV@QK6)Ur<eTNoME3bih104g`.J\,&`gh[FjTta07oO`B34,CX8,T2V*seq#stg\FmQp`+O%NMWB93kuJKZ/EVYnAq=3$'M.R?*_FPn%kN%0><]B'Y,ALT2+*^?nN8dY+ONS37COm^T4bVLMbirIVu\!jVI:J8o@f_\*rhgab6ar"3Jl'Bm'=#8nG=m].V:a])6=ahP1#<qU;ZM3!JmC*(`H4Hm7Rr0%X<I6c2h80H4QU:gAV+Mpl&r(Ng;7Ogh#l_,C'#&.':t\@Wo1^>i5O&]=;0!4//Wb40rVCC#*D`o"m5L\5I0i&%:ZUG<ULai%Y755&s<,@t+3
 o,M%%"bD&Et"tI\ni#a@Uq/3BkTS&\aFO3A`q$hYKJqd)s%i`M$',CM>s'".6['K\`5T5TMou(T"^:Z[-[;cD]6UcKm6c\@$-)HRS]bia5CuLb`=gZuK1V38<7c5gQ(-%^V-ZYuETO]n1Zj438UJ(dK-<@$l#/`&#Zs*g(f%bVAEt./5LO2q%.0_3J(p4<,a;lc,b8_-9$29&S`)re_e#ED///A=:2&r::$SEhb##a.W;+2qaC>r0*ma^[Qr+^40kG;6H-"2gB<9eEq7O;MUc]9<L1r<Yh:t`SkV`g"F]NV^4#u;d$)NDV25@uQSCega&E70=,j>7M=.;3f]>L!"Y,gJ-#7U9n'Br('Abo]]Ui<Hh[7K7fT)/t6^ZYdhB\E)AkF!aOG-_JD0e/u>iY.EQ?(gQ;jS-hIM5S\ZMc;,6XB="'lL?Xm]fe?lXpa7ARVN3f>NA/Eo.f/lQMe_pqi1PlLA(2oKqSW'UjVEdn""5/q:r+P$Tn6..Mj)]9m.B?9VM@d\/AnF9iL#j%=<Da%)I\^h<:oXW'%,tX_-rHu`hcQ%oEXf\lRfV'##RDmTn5p"6j8oXZfO[`R9HXo6mW,*:TW`,l'FQdgRZ[Iet;Ti+Op:DXMuMb^p;t,mkb"Bl._L/f6-;p'<^h\+")6K`+!,\<c]W?g_0itb;J"VbEkQ.TVEL"&d$)[/.OA@$ASrW]kRDIYP<WV]/7^fltI8*flD3]YF\;q`kT/IqXWb(cbINe\cPk96<=-;bCP0<=#SQXYPQn'.7RK$a8uDY#m"A1IW#gQ^R($`[Y/Cc==Yl$NC'bgnPbe)\>h-P6`uf`nGFfVZn(L#\[S5SAe]4_\p/^Op>Ml!lDf_8dIrC>+J.SqQPJdP^+T3eLpgU,*L9=rONWZlkHj:s8t@tN`*=S_n_E=Y0W%)8@kM[tJ0&1a!67''-Xr1&HpW[d?bQpd#-YQkZR7D$:iG.)'5_"0i72Y^m:&8k?@M[UX8I
 i@;B*VmJ_SmShDX21!,f]]m>bYnls2/=[\8Rsh[![j^Ai;l6&"`(a1=-,gR"E6k>g/5Z8((:FKg=0e#HR#bop(=>&2/n_j?iUTd2_nZBkfQ^Ol55li_2"OW3Or!_;hqYm>6FIaY[^4P5,*`+AW29Jng^lpY-TYkO&6^"6nb%FIaqI>16tT8gMq;`0.8KiGfCaA3l-FVp]:-6Dqq_"g:8A[YSp)VNB!Nks!:`rae(99uA8TsgD^%Ui2Q5h2-i+s*%*M3)u_Vo=P-fCh?@VBQbp\17KpJI?*$F^,54/)0B3$@/FV[B+-2Sg3]QPLNUWYF)>4$S.*;[gI]-)mc+&nEjes:*+8d5^EoliU1nZ`0o^O$HO1`\RVee@MV,n<P/J&Inm>d]D~>
+GatU6CN%rc'`IH,@2&gTD@IhQU)jL3_+C/oko+3>=*.Z%5`t84W%<4?jO%E9I95!XPc5JI,)0h'P*b@'HUqH=A2TdY-N?chkrnsXT3)FuVRiqJX%'Gi7hk7p>K/L/e%<_?PEXPXptV7:"MS*B-d(:@JcG!l\((bi<'4H'VgnZD+cP8OO77Uo+.$<NlIKYdXM+KfZ4el"hG!s@XtF:g&;i$`.%Sa:E(8:ZBBW=6\MKs)(aDZ'glYT=:[Ac/F1rn=Y&Rm^@CY@oqe;S)W;b^89^B]nkPKBP@*I_e*AHf.h8e^T_'2FY<'qJR_1DnF$A0o<P03E9r>N'Tehtk)$TP%CT!OP>+sNsfLm7$r<*Yo0_]Z*H?r,!<q#K1)Q]I(qM>sFl"De^HA'kr[,YgAHcAq6CK0[C]aM:'cn^_,*O9rmpOUNdURRjRE2II4/Ni7]J3eTbP%"M^m'3r@OY<nRu//9*,dAG`>f0k@R/@#)?S_-*S&7Qb3>1nJ]0b'f\19i9s>_[I'aEG:/C"==fC`Q]&X[jZ>WD*Y!G5SIl/d`\^VCAMR%(YLs83DUQ>5V?A.!T';hnli_TAAUaiHcV.cUqNO81>qf+pKWqPSb`&L'T5^#[<%K05BWe]tfO>aM'@f3#lkReE<V\NE_'2_E4J:4bK2q-VO$jc$k@:+F5HmFE(.'ohH>IFs:jkaMlfnhT)iN*Q:,&G\bWfAiA5%;>CBB6+HU%2oK?JOG`+Kc087C3\9EIZt=koBbX,).NV1)`"+DFY$4)rA$2`6K/H#_A+;Z@Hm$g)0h&Q(B:ihG(Q2)\Y,D@CeYZapo(1S*cQ<+XK?FRrLcL=<3UF&Z([r@u+"Cka)]>^q]TU^&#bo9+AH@U[1`.--:[Ldb`t!?D%h8YIi-Gp*S(diB;>?)b(QOe51#-@-\0H7o)CV`:k$iMB=Bsb_FM#%h/N]])Aim>4b%][E47^6FQFKh0H4RIIgNPi2@,Na?<^(Os\RU*
 `a<T8...@8_MRg3hF_2>,rOR6'HhQEq/*a-l9[WQib93D9Y*Tmg6G>)J#`,qF_]>%8rK,3_[HFmY,ta^g@DlCrq!m/'.kmhc!+RX";LfftklAa`>:3mAQ$boTV-gqF)$[:T0XE,[:/Gla^_:Qigu-_!`9h"t]3]s]Z`F
 "]5uJZAD1UHq:Yn"cEWC!p[-`l__sCY[:q!'TDr1h0<5/BS_EinD;9-7*;qmY/"m8n<;mJ.3YB7""B[`taeBK.:/Qur1C;ZC-4eX,_p9p:mM8+Z;0'i^XpQ6EZAHGBn'<qg\Vgd(&h`TP?b/@lan4Y]"/aPo1V6K]P2SI^TR17P8I=6i??([+i&5tH<%#%Zq/]^^/eTD_#67*cKBYaF0`FZJX1E+rkPE*K(qUYf!B1nPd4/'*OT+5:+`B_t=S0B#?15V*<!2men^=W'A';crg`jdMt_LW)-%s;+`3%NbLF:*;h@^W:Pm[bZlIZr8]c**M7FUK^W=gn`ha;_IVmI9LS\5")^^-HuSK&Q-A7`:_V575INqmg4>c!hGOlrC\$mXIfA^A\~>
 endstream
 endobj
 40 0 obj
@@ -766,35 +766,35 @@
 xref
 0 96
 0000000000 65535 f 
-0000030418 00000 n 
-0000030532 00000 n 
-0000030624 00000 n 
+0000030419 00000 n 
+0000030533 00000 n 
+0000030625 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000904 00000 n 
 0000001024 00000 n 
 0000001119 00000 n 
-0000030769 00000 n 
+0000030770 00000 n 
 0000001254 00000 n 
-0000030832 00000 n 
+0000030833 00000 n 
 0000001391 00000 n 
-0000030898 00000 n 
+0000030899 00000 n 
 0000001526 00000 n 
-0000030964 00000 n 
+0000030965 00000 n 
 0000001663 00000 n 
-0000031030 00000 n 
+0000031031 00000 n 
 0000001800 00000 n 
-0000031096 00000 n 
+0000031097 00000 n 
 0000001937 00000 n 
-0000031160 00000 n 
+0000031161 00000 n 
 0000002074 00000 n 
-0000031224 00000 n 
+0000031225 00000 n 
 0000002210 00000 n 
-0000031290 00000 n 
+0000031291 00000 n 
 0000002347 00000 n 
-0000031356 00000 n 
+0000031357 00000 n 
 0000002483 00000 n 
-0000031422 00000 n 
+0000031423 00000 n 
 0000002620 00000 n 
 0000004905 00000 n 
 0000005028 00000 n 
@@ -805,62 +805,62 @@
 0000005777 00000 n 
 0000005990 00000 n 
 0000006189 00000 n 
-0000008652 00000 n 
-0000008760 00000 n 
-0000011951 00000 n 
-0000012059 00000 n 
-0000014399 00000 n 
-0000014522 00000 n 
-0000014556 00000 n 
-0000014727 00000 n 
-0000014899 00000 n 
-0000017723 00000 n 
-0000017846 00000 n 
-0000017873 00000 n 
-0000018080 00000 n 
-0000020900 00000 n 
-0000021023 00000 n 
-0000021057 00000 n 
-0000021241 00000 n 
-0000021429 00000 n 
-0000023928 00000 n 
-0000024051 00000 n 
-0000024085 00000 n 
-0000031486 00000 n 
-0000024224 00000 n 
-0000024451 00000 n 
-0000025726 00000 n 
-0000031545 00000 n 
-0000025834 00000 n 
-0000025967 00000 n 
-0000026156 00000 n 
-0000026334 00000 n 
-0000026558 00000 n 
-0000026773 00000 n 
-0000031596 00000 n 
-0000027022 00000 n 
-0000031662 00000 n 
-0000027422 00000 n 
-0000031728 00000 n 
-0000027765 00000 n 
-0000031792 00000 n 
-0000028068 00000 n 
-0000031857 00000 n 
-0000028230 00000 n 
-0000031923 00000 n 
-0000028424 00000 n 
-0000028621 00000 n 
-0000028898 00000 n 
-0000029045 00000 n 
-0000029275 00000 n 
-0000029464 00000 n 
-0000029645 00000 n 
-0000029758 00000 n 
-0000029868 00000 n 
-0000029979 00000 n 
-0000030087 00000 n 
-0000030193 00000 n 
-0000030309 00000 n 
+0000008653 00000 n 
+0000008761 00000 n 
+0000011952 00000 n 
+0000012060 00000 n 
+0000014400 00000 n 
+0000014523 00000 n 
+0000014557 00000 n 
+0000014728 00000 n 
+0000014900 00000 n 
+0000017724 00000 n 
+0000017847 00000 n 
+0000017874 00000 n 
+0000018081 00000 n 
+0000020901 00000 n 
+0000021024 00000 n 
+0000021058 00000 n 
+0000021242 00000 n 
+0000021430 00000 n 
+0000023929 00000 n 
+0000024052 00000 n 
+0000024086 00000 n 
+0000031487 00000 n 
+0000024225 00000 n 
+0000024452 00000 n 
+0000025727 00000 n 
+0000031546 00000 n 
+0000025835 00000 n 
+0000025968 00000 n 
+0000026157 00000 n 
+0000026335 00000 n 
+0000026559 00000 n 
+0000026774 00000 n 
+0000031597 00000 n 
+0000027023 00000 n 
+0000031663 00000 n 
+0000027423 00000 n 
+0000031729 00000 n 
+0000027766 00000 n 
+0000031793 00000 n 
+0000028069 00000 n 
+0000031858 00000 n 
+0000028231 00000 n 
+0000031924 00000 n 
+0000028425 00000 n 
+0000028622 00000 n 
+0000028899 00000 n 
+0000029046 00000 n 
+0000029276 00000 n 
+0000029465 00000 n 
+0000029646 00000 n 
+0000029759 00000 n 
+0000029869 00000 n 
+0000029980 00000 n 
+0000030088 00000 n 
+0000030194 00000 n 
+0000030310 00000 n 
 trailer
 <<
 /Size 96
@@ -868,5 +868,5 @@
 /Info 4 0 R
 >>
 startxref
-31989
+31990
 %%EOF

Modified: hadoop/core/trunk/docs/commands_manual.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/commands_manual.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/commands_manual.html (original)
+++ hadoop/core/trunk/docs/commands_manual.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/distcp.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/distcp.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/distcp.html (original)
+++ hadoop/core/trunk/docs/distcp.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/hadoop-default.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hadoop-default.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hadoop-default.html (original)
+++ hadoop/core/trunk/docs/hadoop-default.html Tue Dec  2 11:23:34 2008
@@ -190,17 +190,30 @@
   </td>
 </tr>
 <tr>
-<td><a name="dfs.datanode.https.address">dfs.datanode.https.address</a></td><td>0.0.0.0:50475</td><td></td>
+<td><a name="dfs.https.enable">dfs.https.enable</a></td><td>false</td><td>Decide if HTTPS(SSL) is supported on HDFS
+  </td>
 </tr>
 <tr>
-<td><a name="dfs.https.address">dfs.https.address</a></td><td>0.0.0.0:50470</td><td></td>
+<td><a name="dfs.https.need.client.auth">dfs.https.need.client.auth</a></td><td>false</td><td>Whether SSL client certificate authentication is required
+  </td>
 </tr>
 <tr>
-<td><a name="https.keystore.info.rsrc">https.keystore.info.rsrc</a></td><td>sslinfo.xml</td><td>The name of the resource from which ssl keystore information
-  will be extracted
+<td><a name="dfs.https.server.keystore.resource">dfs.https.server.keystore.resource</a></td><td>ssl-server.xml</td><td>Resource file from which ssl server keystore
+  information will be extracted
   </td>
 </tr>
 <tr>
+<td><a name="dfs.https.client.keystore.resource">dfs.https.client.keystore.resource</a></td><td>ssl-client.xml</td><td>Resource file from which ssl client keystore
+  information will be extracted
+  </td>
+</tr>
+<tr>
+<td><a name="dfs.datanode.https.address">dfs.datanode.https.address</a></td><td>0.0.0.0:50475</td><td></td>
+</tr>
+<tr>
+<td><a name="dfs.https.address">dfs.https.address</a></td><td>0.0.0.0:50470</td><td></td>
+</tr>
+<tr>
 <td><a name="dfs.datanode.dns.interface">dfs.datanode.dns.interface</a></td><td>default</td><td>The name of the Network Interface from which a data node should 
   report its IP address.
   </td>
@@ -338,10 +351,14 @@
   </td>
 </tr>
 <tr>
-<td><a name="dfs.namenode.decommission.interval">dfs.namenode.decommission.interval</a></td><td>300</td><td>Namenode periodicity in seconds to check if decommission is 
+<td><a name="dfs.namenode.decommission.interval">dfs.namenode.decommission.interval</a></td><td>30</td><td>Namenode periodicity in seconds to check if decommission is 
   complete.</td>
 </tr>
 <tr>
+<td><a name="dfs.namenode.decommission.nodes.per.interval">dfs.namenode.decommission.nodes.per.interval</a></td><td>5</td><td>The number of nodes namenode checks if decommission is complete
+  in each dfs.namenode.decommission.interval.</td>
+</tr>
+<tr>
 <td><a name="dfs.replication.interval">dfs.replication.interval</a></td><td>3</td><td>The periodicity in seconds with which the namenode computes 
   repliaction work for datanodes. </td>
 </tr>
@@ -735,7 +752,7 @@
 <tr>
 <td><a name="mapred.task.profile">mapred.task.profile</a></td><td>false</td><td>To set whether the system should collect profiler
      information for some of the tasks in this job? The information is stored
-     in the the user log directory. The value is "true" if task profiling
+     in the user log directory. The value is "true" if task profiling
      is enabled.</td>
 </tr>
 <tr>
@@ -957,6 +974,11 @@
     index cache that is used when serving map outputs to reducers.
   </td>
 </tr>
+<tr>
+<td><a name="mapred.merge.recordsBeforeProgress">mapred.merge.recordsBeforeProgress</a></td><td>10000</td><td> The number of records to process during merge before
+   sending a progress notification to the TaskTracker.
+  </td>
+</tr>
 </table>
 </body>
 </html>

Modified: hadoop/core/trunk/docs/hadoop_archives.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hadoop_archives.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hadoop_archives.html (original)
+++ hadoop/core/trunk/docs/hadoop_archives.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/hdfs_design.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hdfs_design.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hdfs_design.html (original)
+++ hadoop/core/trunk/docs/hdfs_design.html Tue Dec  2 11:23:34 2008
@@ -152,6 +152,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/hdfs_permissions_guide.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hdfs_permissions_guide.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hdfs_permissions_guide.html (original)
+++ hadoop/core/trunk/docs/hdfs_permissions_guide.html Tue Dec  2 11:23:34 2008
@@ -152,6 +152,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">
@@ -256,12 +259,12 @@
 		</li>
 		
 <li>
-		   Otherwise the the other permissions of <span class="codefrag">foo</span> are tested.
+		   Otherwise the other permissions of <span class="codefrag">foo</span> are tested.
 		</li>
 	
 </ul>
 <p>
-		If a permissions check fails, the the client operation fails.	
+		If a permissions check fails, the client operation fails.	
 </p>
 </div>
 

Modified: hadoop/core/trunk/docs/hdfs_permissions_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hdfs_permissions_guide.pdf?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hdfs_permissions_guide.pdf (original)
+++ hadoop/core/trunk/docs/hdfs_permissions_guide.pdf Tue Dec  2 11:23:34 2008
@@ -124,10 +124,10 @@
 >>
 endobj
 26 0 obj
-<< /Length 2602 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2597 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gatm>gN)%,&:O:Sn1g?9;$+D>:Iu5/DEF&(lqTW@G:!k)=_L>mji*,So`Zu]G=d=J-69i<&f...@1t>U0[5XiUnnpq&Ii4_%M+W71cqNJs"lc%J=3fsht"/YWn%Y!;TgtD<83Xj8Bq*b9chc-om\f5?cq)C=86Y\MM[]D@Y<U+6=uV;r!muHD!s1IrQt;dJP4j4*[Mk=kkVF".apu9&cem\C7NqXfBPmm(W:_g=H"h=MNQaK5!,XTY;88jJT$GYS`N7&EI)2AeEHK3Y)6!g&gRlgp147/T1*;]q"[/l!aU03OE_m14AA7UY%Z7cbgr,6"Lp+/"cfaKUYo(:X\<jC%Q'O]:hD-*')7o8JiH4J<4,Ca^FXXqkN\kVJjAOG.F;?]HbL,8,M+<<SH`T\//N(B7Zs'UJUfrDC%2J/bNgkSOjH_O[XqmjQW@/b@I+^9ra2E;KomUoLpX/W.[sbVMok[/k6Glm-BOd=I@q`V(kuk
 Kot;0LF2E"s:3H"<L+s<EG5]78pllGp%n#?%$jg@o)bN_?VLtmcJE01s]_*mrfCpc<oH*R+A@&AA=GOc'i&D]1$.%k[O-='/0q!R/['b+ORZG'K$[6E4k<q&n\NUY2E8Ql+<A91Jp0/]T!,cVQ>332n=Gi[;k&b4$`KR^iWcf805nC?fK.Zi'/T;.97c?)0XDeiW"q&Ntc'gLN@+mE(?)l>AK?Cc=-De=*i/Wmm[/+JcGEY#`I4L12"(i^fAS&e(oT#Ht<t#?9<#YGCV25<kH7?CBh,qFZTu,>^-M=_'mZa`rdC-=_.6$mm-^C/`2q,`rOImMl:j8<u6NbPnpq4*1mm'u6R<X*RN2Nnb28E,q$S"tke2;Dl%D2o44D.o9/M'uleVuJj?Lh@$nsuf!;JfsJ7.d<K=H![-O]([rM0o@?l;GVl)dF>UUgq)$%[W+g8DS/%![YDX!>+q[_a:*Fm>?sJR+ts:%#r3Na;\5%Y*IBj`Y=SR7Jb]SSsM4N?sI.h"Ec/RNS>k(Wi5OFZ#Uq\&Oak.`Mfa6mLP(Mo3kt\cBnCF*Z5?O>iitr^c7.]ZS@Rk0TSEX[0GO.0,'LbmtVWaf$;9W#)4TZj6KR5\L%s!ngMf4b8=0VGc4'-F2<&JnW,*g0>]plVa0],QpToo7-e)O?*B_V_IJldAXZEI6t5:g?<@hB5F4GV\X@^(4P.C]lNGDH1f*sOO8:oG0(Pr*d_gjK5M8]n<b)Su8N_%#QHBRO-mZA[J-qgV5J$Yu=MOp!0gU/&A@4L?rI,MZF.(:-B4k438oN$qJ(\[.NqSM%W0$-md2eRsHIWnS:;7s<]/um:bM+K^HX0E)]WIpB:Z?HP<j=>%al33NS[J/C74,OHUn5<Q6:`\pR&?.,\SV0_jlX6/Z>_-\.Vr*BG?*BXbQE\*+c-\J<0Oe0'n:f"TXPK@5sa7-h.6(4:oE4EFS96O67<9r\Ep=cE7"UCgmi(1a4nGd1XC$504&
 p07XA0p:]%9R\brgVmlc^W=R%.BC,AJ%))eQ:3gd.>A2$-.r]e5-,`-$4aJTcVg3+Z^]+&Z+nc(d#/HQa/KMH_Jnme/6WVMjtM-!V7-"]9LloXoNWG'TmHZW'1S?6O]CpMch`r/k4g3.>=!'L4d.!8itOK*eUpZA6UiLhnJ37O[G>$#"QGPLC\]MYEuZI@q2K^WoYLZrk)9,LX=W4-MY5,T#BEWVb$BM,A\R2,p$'sh[n!$MEN[ODq62485DXAm$6j.$T#KFLoPPg=B4DL!BUE0>*8=0e4.AN.UQ9%O9"6>pCmamU*lQDqRZjae?&ru&L_b4DJqg;?tmh2`AF/$g+[_`V)$VG(E@$6@4Hr4.4'!<$\^0gbOha"+jN*75:f"tF"U9RP%e&W-J)M5\/O/Et+`h/&na`$f0AX#K?L(@@/XGho9rj#91Zg4S:WO$:i/ckRSg%r?P$h2"J8:iEkT88kPgc(Wja;[ii2R2:41m],8[;",]Z''N!n/>R/ZFtSVSUmmbAG<Ie0gooI)h-<iIqlRS6]9cDZD7`FV`>r`uJ;u/B](*9KpqL1Kg$ocZn(";l%mKGH\Q)A/*XBoA=O2a#U-#sgCSC4;o2r,0m/@)!)P4P~>
+Gatm>gN)%,&:O:Sn1g?9;$+D>:Iu5/DEF&(lqTW@G:!k)=_L>mji*,So`Zu]G=d=J-69i<&f8/>]/Y/2hEG1mEuR-h-a*'F\T47=/*aY@O#i,u57;n#:bQo3Ep(bMPe;0W=O;NrlGKqVT;C2TG5cM'I_'k*E:o9XCo)Wkl6STc`*qm)h=EQHF,B@M_HC1CHM+_s)E<uS>-UOdM')Bt+1>Y.p`j,r[2[`dA6"t:e^S%kIX!A!+EIK[eKQ*eO0="[GC0AbHMg1n]1h:[W2oGE55r/-AM1#UWWIR?X0p$gj[PMCU%Q=*MY-r\5,0&12Onb=99If*PYeO>np4P@>@,0bo-W:R/%'qKi:J*Ugu&&b0cPB,4bpXc&9+2rLW.*H(B>C:@o]L-Eo_tgXLG'Z#>%29iS_?cT(qG+S:q#eIH%LK$)i7qb+m0CI&Ik+AC*X;P/8mq8aI\\Vc#Ca-&%1O_LNdI!&0::N%YSW"2%hJn?'WhQQ"]o;2N.$`BdFZdM?#lRKsdY(/ki5(L11/._S-)eQP=D#;h61Og!-<er];^Ec$Y3A.6eiA]oV!DJ(p'g4Y>4C]``2VYLgUZkT8uU1$a4iSi1NAuCmQT10%k3+f;N[sW%DW]c+HWT>p]<1bTGOdZ*#1O2[Oec5/9qbl"2]>AbR;,"n:&K:kn'JdSEk'+VYB7$7bmt\W<'J=['H'EQ<U$'0#X%Xm,9)tcfW,Z:Q?E5:S>nH`:@50tA;N16sn_#YaIGM/,*Vd&[d905o';not7u]^Ii2ZQ/+[NulahB=Ai3S55*^:_P6_J3J*"id8LSq,MbS<j`Q.c"sO9#%:Y/&FbEYNoDZB_C!_1;fS!Qkh)=or%e:(YGOKrUI'kEdJ*kZj[c<tGXC0*Sp[B?sYRDWLY)[*rF,S)n+]_ar5H/J-8YSeb=&?!`;[O+^Q>[M8qo]!Sd&%qDe>nGaEG.#]/97ANZ&=5!6">th\>4$R[/14eeVlN7T!_D#L
 nY4''&SJ.U\GH-"V0T;.@ZKi$-`*,pG4q*;20dMEXD^['FR1?7*!KnCio%(Fg?/M\6dsK/KOj12K@N>g9K&^gc,Wqt\5>I6\`,l+rVX8XFWqj.tZuF'OG>8kDT'IU5$hldj>m5;j@D<QJ$fK%%W`<rKMP\tiDGFhV=ZfhKY%j<n(\Bt.51jm/gB,uW@2'b]b6g0/CLF@td]?Rr"k0'Zlr',"*)tKX1F_-k!I'3-U<QJ,\XUOjmorYZ)))HG/Lr%]Tm,Sa^1'>=T[Ke-/PRM#cqDK'lc/e?$l,qb19$lLGGeDWNjb2naLIoS4_`^4\X>#RK`'n%Kt>Gq()gS0`;8?I^B7p#AE*,:0kt-,COi;m(0$s_W,(bb)L)_FH-WqR>$.raWuHK"HHC6-b'0iu9=9nq'%*$u@50ekNg,.Y9B6bj:mWq$g>LZj,ou==EO]PT5jEOA&1Gp0#_8lB*YoBJDHD4m_rTs;B6Zu6N4a_liE@*^@n\'1<hu?>m!1$I%#7IaKqL';n_lAuSLWoPGHBSTBESpRH8-=Q^\`X=C0'K9m<km7p;g@?j=3+V"NEaWSW/J"JU-l*Y;Q)5I[Q:.HU"V$Z?A.'1GCY")./HibVbNuPt,hc?,i6u`Bu4,SI<.nM17pMIhD\-3!FW#_%\@8-X,\Bl?_:!&ZT!RP\E<i'8`-<H!s9PrEScLjC[D:o3;MjX:m,edlcl14mM@c]#^ZG8.Qfrra[[U>B(M>.AO:3[ei"@8J6_Jl%qKs,9iLG(iV3AAWMgMG%WG]cXLN>Ze<:@`dCDIaDi<Tacka&a*1D%=I/0rb%88o$tQ'h&=_Jre%4YC'T9Z-G8f=1;;Wbk3H(`rR#pCu*ph0Uj-Cl&gf?I3?XP%QQ:o?Kai%F*rf(sf?5HO"@j;YqWg^Q"m1AEb_h*t<#<8a*>IKF(5]b<,#2;D9D4kc%q&,RKDgON<1+sf8L)4+[<['M*s);jn[$KP8JF8h<37+#\\Sg
 ?1'qb2(`H1ihl)o@S8[-]9^=-bWj>(OR4'XIJ1W`U@o)*uh_akE\fT8lZ?F=W;k]Rp#UuVK'mTBZFNX;9EBV`R)_,BkVLQej;DG$E%i3MgqO!UJ_60uu^61_I`*N$qnM]24d]k?)jaT><1c...@649um>jscqa,2MfV<^;jd6s$[]^J-Z,,0J8e",5UQ(6dW-n17Lbb=_moYl?M*T9SM5JZOVOs6`Aad$<:Cb@.!D<)]Zu$AAuNE6_]PBn61?^Asu(RH'RhBTD;39*5n_-RM#hJr%?oi^?c'F-cH-LTWLlg>\#NYMQ@%=gUCGiH:ceNo0c]BFfQM55I6[5Z`'75G[NqF<_D%6bVID@_Ag$2MZ%":+Zm]AR=^`\pK=0_8)-08KaQ4S<1<FfsrA?O`"4>hs\oWF2)T7FV@=amC2pum9WE\[-]JK'R-Xp!]mKOlc.t"i;\8rB#di[^/peM5PVnkjAn.WH5n1@@Qb\(Mb\I"ejA8TkHR;&f_l&.\!]k~>
 endstream
 endobj
 27 0 obj
@@ -410,60 +410,60 @@
 xref
 0 55
 0000000000 65535 f 
-0000016483 00000 n 
-0000016576 00000 n 
-0000016668 00000 n 
+0000016478 00000 n 
+0000016571 00000 n 
+0000016663 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000919 00000 n 
 0000001039 00000 n 
 0000001120 00000 n 
-0000016836 00000 n 
+0000016831 00000 n 
 0000001255 00000 n 
-0000016899 00000 n 
+0000016894 00000 n 
 0000001392 00000 n 
-0000016965 00000 n 
+0000016960 00000 n 
 0000001529 00000 n 
-0000017029 00000 n 
+0000017024 00000 n 
 0000001666 00000 n 
-0000017095 00000 n 
+0000017090 00000 n 
 0000001803 00000 n 
-0000017159 00000 n 
+0000017154 00000 n 
 0000001940 00000 n 
-0000017225 00000 n 
+0000017220 00000 n 
 0000002077 00000 n 
-0000017289 00000 n 
+0000017284 00000 n 
 0000002214 00000 n 
-0000017355 00000 n 
+0000017350 00000 n 
 0000002351 00000 n 
-0000005046 00000 n 
-0000005154 00000 n 
-0000007535 00000 n 
-0000007643 00000 n 
-0000010226 00000 n 
-0000010334 00000 n 
-0000012847 00000 n 
-0000012955 00000 n 
-0000013372 00000 n 
-0000017421 00000 n 
-0000013480 00000 n 
-0000013619 00000 n 
-0000013802 00000 n 
-0000014098 00000 n 
-0000014379 00000 n 
-0000014673 00000 n 
-0000014861 00000 n 
-0000015049 00000 n 
-0000015243 00000 n 
-0000015478 00000 n 
-0000015591 00000 n 
-0000015701 00000 n 
-0000015812 00000 n 
-0000015920 00000 n 
-0000016040 00000 n 
-0000016152 00000 n 
-0000016258 00000 n 
-0000016374 00000 n 
+0000005041 00000 n 
+0000005149 00000 n 
+0000007530 00000 n 
+0000007638 00000 n 
+0000010221 00000 n 
+0000010329 00000 n 
+0000012842 00000 n 
+0000012950 00000 n 
+0000013367 00000 n 
+0000017416 00000 n 
+0000013475 00000 n 
+0000013614 00000 n 
+0000013797 00000 n 
+0000014093 00000 n 
+0000014374 00000 n 
+0000014668 00000 n 
+0000014856 00000 n 
+0000015044 00000 n 
+0000015238 00000 n 
+0000015473 00000 n 
+0000015586 00000 n 
+0000015696 00000 n 
+0000015807 00000 n 
+0000015915 00000 n 
+0000016035 00000 n 
+0000016147 00000 n 
+0000016253 00000 n 
+0000016369 00000 n 
 trailer
 <<
 /Size 55
@@ -471,5 +471,5 @@
 /Info 4 0 R
 >>
 startxref
-17472
+17467
 %%EOF

Modified: hadoop/core/trunk/docs/hdfs_quota_admin_guide.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hdfs_quota_admin_guide.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hdfs_quota_admin_guide.html (original)
+++ hadoop/core/trunk/docs/hdfs_quota_admin_guide.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/hdfs_shell.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hdfs_shell.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hdfs_shell.html (original)
+++ hadoop/core/trunk/docs/hdfs_shell.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/hdfs_user_guide.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hdfs_user_guide.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hdfs_user_guide.html (original)
+++ hadoop/core/trunk/docs/hdfs_user_guide.html Tue Dec  2 11:23:34 2008
@@ -152,6 +152,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/hod_admin_guide.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hod_admin_guide.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hod_admin_guide.html (original)
+++ hadoop/core/trunk/docs/hod_admin_guide.html Tue Dec  2 11:23:34 2008
@@ -152,6 +152,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menupage">

Modified: hadoop/core/trunk/docs/hod_config_guide.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hod_config_guide.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hod_config_guide.html (original)
+++ hadoop/core/trunk/docs/hod_config_guide.html Tue Dec  2 11:23:34 2008
@@ -152,6 +152,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/hod_user_guide.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/hod_user_guide.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/hod_user_guide.html (original)
+++ hadoop/core/trunk/docs/hod_user_guide.html Tue Dec  2 11:23:34 2008
@@ -151,6 +151,9 @@
 <div class="menuitem">
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
+<div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
 <div class="menupage">
 <div class="menupagetitle">HOD User Guide</div>
 </div>

Modified: hadoop/core/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/index.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/index.html (original)
+++ hadoop/core/trunk/docs/index.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">

Modified: hadoop/core/trunk/docs/jdiff/hadoop_0.17.0.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/jdiff/hadoop_0.17.0.xml?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/jdiff/hadoop_0.17.0.xml (original)
+++ hadoop/core/trunk/docs/jdiff/hadoop_0.17.0.xml Tue Dec  2 11:23:34 2008
@@ -551,7 +551,7 @@
       <doc>
       <![CDATA[Set the quiteness-mode. 
  
- In the the quite-mode error and informational messages might not be logged.
+ In the quite-mode error and informational messages might not be logged.
  
  @param quietmode <code>true</code> to set quiet-mode on, <code>false</code>
               to turn it off.]]>
@@ -23538,7 +23538,7 @@
  helps to cut down the amount of data transferred from the {@link Mapper} to
  the {@link Reducer}, leading to better performance.</p>
   
- <p>Typically the combiner is same as the the <code>Reducer</code> for the  
+ <p>Typically the combiner is same as the <code>Reducer</code> for the  
  job i.e. {@link #setReducerClass(Class)}.</p>
  
  @param theClass the user-defined combiner class used to combine 
@@ -23958,7 +23958,7 @@
       <param name="newValue" type="boolean"/>
       <doc>
       <![CDATA[Set whether the system should collect profiler information for some of 
- the tasks in this job? The information is stored in the the user log 
+ the tasks in this job? The information is stored in the user log 
  directory.
  @param newValue true means it should be gathered]]>
       </doc>
@@ -29523,7 +29523,7 @@
       <param name="aJob" type="org.apache.hadoop.mapred.jobcontrol.Job"/>
       <doc>
       <![CDATA[Add a new job.
- @param aJob the the new job]]>
+ @param aJob the new job]]>
       </doc>
     </method>
     <method name="addJobs"
@@ -33101,7 +33101,7 @@
 </pre>
 </blockquote>
 In the above code, LONG_VALUE_SUM is a string denoting the aggregation type LongValueSum, which sums over long values.
-ONE denotes a string "1". Function generateEntry(LONG_VALUE_SUM, words[i], ONE) will inperpret the first argument as an aggregation type, the second as an aggregation ID, and the the third argumnent as the value to be aggregated. The output will look like: "LongValueSum:xxxx", where XXXX is the string value of words[i]. The value will be "1". The mapper will call generateKeyValPairs(Object key, Object val)  for each input key/value pair to generate the desired aggregation id/value pairs. 
+ONE denotes a string "1". Function generateEntry(LONG_VALUE_SUM, words[i], ONE) will inperpret the first argument as an aggregation type, the second as an aggregation ID, and the third argumnent as the value to be aggregated. The output will look like: "LongValueSum:xxxx", where XXXX is the string value of words[i]. The value will be "1". The mapper will call generateKeyValPairs(Object key, Object val)  for each input key/value pair to generate the desired aggregation id/value pairs. 
 The down stream combiner/reducer will interpret these pairs as adding one to the aggregator XXXX.
 <p />
 Class ValueAggregatorBaseDescriptor is a base class that user plugin classes can extend. Here is the XML fragment specifying the user plugin class:
@@ -41954,7 +41954,7 @@
     <doc>
     <![CDATA[A helper to load the native hadoop code i.e. libhadoop.so.
  This handles the fallback to either the bundled libhadoop-Linux-i386-32.so
- or the the default java implementations where appropriate.]]>
+ or the default java implementations where appropriate.]]>
     </doc>
   </class>
   <!-- end class org.apache.hadoop.util.NativeCodeLoader -->

Modified: hadoop/core/trunk/docs/jdiff/hadoop_0.18.1.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/jdiff/hadoop_0.18.1.xml?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/jdiff/hadoop_0.18.1.xml (original)
+++ hadoop/core/trunk/docs/jdiff/hadoop_0.18.1.xml Tue Dec  2 11:23:34 2008
@@ -567,7 +567,7 @@
       <doc>
       <![CDATA[Set the quiteness-mode. 
  
- In the the quite-mode error and informational messages might not be logged.
+ In the quite-mode error and informational messages might not be logged.
  
  @param quietmode <code>true</code> to set quiet-mode on, <code>false</code>
               to turn it off.]]>
@@ -25379,7 +25379,7 @@
  helps to cut down the amount of data transferred from the {@link Mapper} to
  the {@link Reducer}, leading to better performance.</p>
   
- <p>Typically the combiner is same as the the <code>Reducer</code> for the  
+ <p>Typically the combiner is same as the <code>Reducer</code> for the  
  job i.e. {@link #setReducerClass(Class)}.</p>
  
  @param theClass the user-defined combiner class used to combine 
@@ -25814,7 +25814,7 @@
       <param name="newValue" type="boolean"/>
       <doc>
       <![CDATA[Set whether the system should collect profiler information for some of 
- the tasks in this job? The information is stored in the the user log 
+ the tasks in this job? The information is stored in the user log 
  directory.
  @param newValue true means it should be gathered]]>
       </doc>
@@ -31855,7 +31855,7 @@
       <param name="aJob" type="org.apache.hadoop.mapred.jobcontrol.Job"/>
       <doc>
       <![CDATA[Add a new job.
- @param aJob the the new job]]>
+ @param aJob the new job]]>
       </doc>
     </method>
     <method name="addJobs"
@@ -43418,7 +43418,7 @@
     <doc>
     <![CDATA[A helper to load the native hadoop code i.e. libhadoop.so.
  This handles the fallback to either the bundled libhadoop-Linux-i386-32.so
- or the the default java implementations where appropriate.]]>
+ or the default java implementations where appropriate.]]>
     </doc>
   </class>
   <!-- end class org.apache.hadoop.util.NativeCodeLoader -->

Modified: hadoop/core/trunk/docs/jdiff/hadoop_0.18.2.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/jdiff/hadoop_0.18.2.xml?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/jdiff/hadoop_0.18.2.xml (original)
+++ hadoop/core/trunk/docs/jdiff/hadoop_0.18.2.xml Tue Dec  2 11:23:34 2008
@@ -567,7 +567,7 @@
       <doc>
       <![CDATA[Set the quiteness-mode. 
  
- In the the quite-mode error and informational messages might not be logged.
+ In the quite-mode error and informational messages might not be logged.
  
  @param quietmode <code>true</code> to set quiet-mode on, <code>false</code>
               to turn it off.]]>
@@ -19389,7 +19389,7 @@
  helps to cut down the amount of data transferred from the {@link Mapper} to
  the {@link Reducer}, leading to better performance.</p>
   
- <p>Typically the combiner is same as the the <code>Reducer</code> for the  
+ <p>Typically the combiner is same as the <code>Reducer</code> for the  
  job i.e. {@link #setReducerClass(Class)}.</p>
  
  @param theClass the user-defined combiner class used to combine 
@@ -19824,7 +19824,7 @@
       <param name="newValue" type="boolean"/>
       <doc>
       <![CDATA[Set whether the system should collect profiler information for some of 
- the tasks in this job? The information is stored in the the user log 
+ the tasks in this job? The information is stored in the user log 
  directory.
  @param newValue true means it should be gathered]]>
       </doc>
@@ -25865,7 +25865,7 @@
       <param name="aJob" type="org.apache.hadoop.mapred.jobcontrol.Job"/>
       <doc>
       <![CDATA[Add a new job.
- @param aJob the the new job]]>
+ @param aJob the new job]]>
       </doc>
     </method>
     <method name="addJobs"
@@ -37428,7 +37428,7 @@
     <doc>
     <![CDATA[A helper to load the native hadoop code i.e. libhadoop.so.
  This handles the fallback to either the bundled libhadoop-Linux-i386-32.so
- or the the default java implementations where appropriate.]]>
+ or the default java implementations where appropriate.]]>
     </doc>
   </class>
   <!-- end class org.apache.hadoop.util.NativeCodeLoader -->

Modified: hadoop/core/trunk/docs/jdiff/hadoop_0.19.0.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/jdiff/hadoop_0.19.0.xml?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/jdiff/hadoop_0.19.0.xml (original)
+++ hadoop/core/trunk/docs/jdiff/hadoop_0.19.0.xml Tue Dec  2 11:23:34 2008
@@ -644,7 +644,7 @@
       <doc>
       <![CDATA[Set the quiteness-mode. 
  
- In the the quite-mode error and informational messages might not be logged.
+ In the quite-mode error and informational messages might not be logged.
  
  @param quietmode <code>true</code> to set quiet-mode on, <code>false</code>
               to turn it off.]]>
@@ -21200,7 +21200,7 @@
  helps to cut down the amount of data transferred from the {@link Mapper} to
  the {@link Reducer}, leading to better performance.</p>
   
- <p>Typically the combiner is same as the the <code>Reducer</code> for the  
+ <p>Typically the combiner is same as the <code>Reducer</code> for the  
  job i.e. {@link #setReducerClass(Class)}.</p>
  
  @param theClass the user-defined combiner class used to combine 
@@ -21620,7 +21620,7 @@
       <param name="newValue" type="boolean"/>
       <doc>
       <![CDATA[Set whether the system should collect profiler information for some of 
- the tasks in this job? The information is stored in the the user log 
+ the tasks in this job? The information is stored in the user log 
  directory.
  @param newValue true means it should be gathered]]>
       </doc>
@@ -28444,7 +28444,7 @@
       <param name="aJob" type="org.apache.hadoop.mapred.jobcontrol.Job"/>
       <doc>
       <![CDATA[Add a new job.
- @param aJob the the new job]]>
+ @param aJob the new job]]>
       </doc>
     </method>
     <method name="addJobs"
@@ -42249,7 +42249,7 @@
     <doc>
     <![CDATA[A helper to load the native hadoop code i.e. libhadoop.so.
  This handles the fallback to either the bundled libhadoop-Linux-i386-32.so
- or the the default java implementations where appropriate.]]>
+ or the default java implementations where appropriate.]]>
     </doc>
   </class>
   <!-- end class org.apache.hadoop.util.NativeCodeLoader -->

Modified: hadoop/core/trunk/docs/linkmap.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/linkmap.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/linkmap.html (original)
+++ hadoop/core/trunk/docs/linkmap.html Tue Dec  2 11:23:34 2008
@@ -150,6 +150,9 @@
 <a href="SLG_user_guide.html">HDFS Utilities</a>
 </div>
 <div class="menuitem">
+<a href="libhdfs.html">HDFS C API</a>
+</div>
+<div class="menuitem">
 <a href="hod_user_guide.html">HOD User Guide</a>
 </div>
 <div class="menuitem">
@@ -308,6 +311,12 @@
     
 <ul>
 <li>
+<a href="libhdfs.html">HDFS C API</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>libhdfs</em>
+</li>
+</ul>
+    
+<ul>
+<li>
 <a href="hod_user_guide.html">HOD User Guide</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>hod-user-guide</em>
 </li>
 </ul>

Modified: hadoop/core/trunk/docs/linkmap.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/linkmap.pdf?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/linkmap.pdf (original)
+++ hadoop/core/trunk/docs/linkmap.pdf Tue Dec  2 11:23:34 2008
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 1190 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 1183 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gau1/bAs(+'Sc@2$C9p#WpW,rWSR2%kp<aL...@MA>@^6%L?_Dp6EEN;H!Y9Bekkp(n^giir$i[ShDEd01g[CJAG\TJbEG+J\c)Q!bd$[&DMQ%69oc0/2k?-ZanNT8T9^-a?2Jp;VN94Z"n8/`4*/G4C>PKdsS4X<gQU60>ZY-;.]jGNNsqP_@UZW)nAD78fNB8-YMkTBJ0l!c(L28Y&u)G6'?/0CT3jdV/f(8RlX0qOXbKN-+YQO33o:hFr#]i3j@LLbT9:j5s$ZW6U6-6qb!Z0DKB6j(B/X[k89<<$]%.QiY_P9RiK$`0XhT-!=V-XF+g"CB6dBlb^1",jkI%RKTZPa'h\)YTjg:BhI,"6m6H$5Qc3:Q]?sT:!.q_aOWT5LO[0DM%^P,Q4B0[MV32qfE3;X'a&5iL??6hVqR9LuCr5mbdtkC1lJ\>;X&@-X+d]bY?(_nb!p)U3fgP1Zk-V8T*pC(Bp[k4SX2HaeU=+=\`-O7$29$-:cXHZF+k(m`au\@$Do2+j`bRsq/!\9)e2RX8;kG1H,l4W5D/U94I5uLd,a7QeULdiIHO0@KQ35b_+)K5j.eRoX=MW#M'HHoKWDQ4_Mk!2o?t[20rHRcFpm(\VLdK4(r(Jn3N49*IYenZM@'D`U\r^Br[]@e]46CZ_H_P'j[?&itH)MZ8MBk!a4F0bZ=VMF#I8+\ig.+bC\,U'Cj$&`GO$9Ol8PB.tg_\;b!L=r9G$E80Xf#1BH:]uc1Bs@=^?Qh9*2@D<q4+F`W'BG;=ZcU*MiB2ZZRd#53c;6ZI&(1BKXfcVs,t<CQ"r+GhgD\JRt-DQ/-3*NlEm6lgfghF5,#:pZi;/F<'88GLkKsKn,;VQfIq!j)4l#;Vrs>m3+"P:qm[7*2PSCn\'c,..YW$&nAHogYTa1k;9ZVRl&qOLjAN*$);S6#kXhm3PWe)uNgtut8<j,<Hj_9h=eW"a\iHbiH*YOXkA/b*n&&aGV[kFE]QR=
 IoknX57LRi&5>Ou><'MC[3\BRC9f'%[S^8Qs+6L;mpJ``2LX3V89Q'0KOa<@T?jK(7crq=hb^r.cbK9G<\NNbDBgQbu:l0-^R<+sO(]uL*5th7d)jtESqcTjtVV@;t)pD,?_@T2^!DDPpY?[IHm>gB*;W!>J\T=0?gU,hK"6X1=o"5jig8-TkVUOmC$JO!Z!QVZA?N~>
+Gau1/bAu&c'Sc@-$89Ss6?h2N+Ji=t>=hot_l1!VCN/9@b@PpF,V-eG`Rq\sSS9[&ErPMUk<G:...@hfo>(8mU&C<jJ,XdgQd4*^EE#E3hTmm*:m!V:_dGG';J4GurLHB[]Hl@l7#QlGgke<g[$]4f?4L$4+MBVDn`",:.<]Ii#iZ4u@_L^/OunPQK-T-sksJ/4U6k[Tn@;9rjT9P%m0n$91aHeOc8j7Dg_c3HJ+r^Wl)>If)sl44Q0"=Z##XgglP#8CN`XnZ_'Q-&J\2dUGDTH*M=XJ<)K<!OMJ<Zsd(l>*V_;TsG?;rue1<!m)mIKMM0sd[TZK0BR=Zb9`j"WNN/D-_eNHH[G:4H:?g/7=fVZjl`bn38_<o,MX\Y_f#+Ws&@&1QdDsPEe1_((KP&rH-D$qk`_Kqmm_0_)r4T)kZOf=Q(>mHmTYR$aHZ\_]s=u]/>p[oDXQ#
 U"53%>o;1]hO("5_d#lUu^QruteoL2]&9iKO5YN0InKUi]Mf7Dh8[mYK0Es7iBI=/gAl1.Tc/NL.`1F)u+:oO=<Y?BNjrLQH`^%[LPS1c@-aKf`5AISXFFRup#rC(lY\=X)=\I_EZog71l&Sor7Xl5^GNZ8HpNa6+#N!MV9&0q;mD^)<j5V)HK0Jt#Lbqc=~>
 endstream
 endobj
 6 0 obj
@@ -20,10 +20,10 @@
 >>
 endobj
 7 0 obj
-<< /Length 483 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 516 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-GatUo9i$C,&;KZOME0CCj6j2pm'/JB@#XW.`.KpZXU?F!ZkPCsHP^@,C""n935)ZBq`_>pcK!i!.Y'9"&17L01n[+h97b6_."t&\35k:TGVWc&N8Tpu6/9l06hZg+.7gM2pR`$[6%%o0jDVod4UfH8qc@RBkn&1^)kKkL5JT&qhu4;02c%Z_3":k/*MBsL\M\0g.]b.*QaL-!),P;]W>m6c2D7,?,Fh)9,R6:V$WEiBk#IiK),bM)RLS<>Xae[<+@>L?EQ0\A+Xe6QA\.3=cg$ff.F^sFLQrTmmq+SY`TAHgIT7]s3@Tm?(A0T`+q@Z@5H^L7-rHoGn9/W"9L*/4$#YCeAguprVJpcg'S>HaW=@sK8Vd,c)j?H0;Ru$+(]J.UJQ`D:\/UfY<g.S"?"N8pDZ-<lnn1YC?84d@?H!<,Mt,6>I=5HLop;Yjb-_'p?;6uU"aY$2hMX:=m:j2@eYdi7rpG48R?[G.~>
+GatUo9i$C,&;KZOME0t<EHg*^@r6%V0ua_:&([,U>ppJ^;UkL1h*P>]VJ2cDH3\'=B6Iq5U>U,=J2/A]`;tN8TKrEJJ]^th$AjpbLu.([BZui'L(d/_nXkgG2]#f*7LWof:YaA'"K;LL]?`2o6$2?3jjnG3(.s3Wp?c1aBcM&4`(nUH0N?-f&3co]oZooKq-Es"/pE,,C1M[97YBHFicL+!pAH+n0F#W?RQHir]6*E\?5M-VDGY<]WU)^40$B`YLH(Pb]n`p3XVUN.8H(eb*0"BT]?+Z,f4bXMnno4U$oJDYd1@`_:"F_reP&T/;3H4+1nVP975#G0Q`U3g&bk@ja=ETY)tWYLGd"U'XI>nPTb>0,[L"\iV1Ub;%F/!i97LFYNu.'m$qIGNPW(Mbqm0%ePcWKnGGht70#%s2U]AYf_mCjM//I,SR`qeCSmEH:QjMIr7Ykq^1ioc9/F915mu+^PZ=PC=.R*F&XjSE6:0NskU@qo:Zs1-4dnR)1],s)R*5V~>
 endstream
 endobj
 8 0 obj
@@ -87,19 +87,19 @@
 xref
 0 14
 0000000000 65535 f 
-0000002696 00000 n 
-0000002760 00000 n 
-0000002810 00000 n 
+0000002722 00000 n 
+0000002786 00000 n 
+0000002836 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000001353 00000 n 
-0000001459 00000 n 
-0000002033 00000 n 
-0000002139 00000 n 
-0000002251 00000 n 
-0000002361 00000 n 
-0000002472 00000 n 
-0000002580 00000 n 
+0000001346 00000 n 
+0000001452 00000 n 
+0000002059 00000 n 
+0000002165 00000 n 
+0000002277 00000 n 
+0000002387 00000 n 
+0000002498 00000 n 
+0000002606 00000 n 
 trailer
 <<
 /Size 14
@@ -107,5 +107,5 @@
 /Info 4 0 R
 >>
 startxref
-2932
+2958
 %%EOF

Modified: hadoop/core/trunk/docs/mapred_tutorial.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/mapred_tutorial.html?rev=722582&r1=722581&r2=722582&view=diff
==============================================================================
--- hadoop/core/trunk/docs/mapred_tutorial.html (original)
+++ hadoop/core/trunk/docs/mapred_tutorial.html Tue Dec  2 11:23:34 2008
@@ -2465,7 +2465,7 @@
           <a href="api/org/apache/hadoop/mapred/JobConf.html#setProfileEnabled(boolean)">
           JobConf.setProfileEnabled(boolean)</a>. If the value is set 
           <span class="codefrag">true</span>, the task profiling is enabled. The profiler
-          information is stored in the the user log directory. By default, 
+          information is stored in the user log directory. By default, 
           profiling is not enabled for the job.  </p>
 <p>Once user configures that profiling is needed, she/he can use
           the configuration property