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 ni...@apache.org on 2008/12/16 09:37:31 UTC

svn commit: r726984 - in /hadoop/core/trunk: ./ docs/ docs/cn/

Author: nigel
Date: Tue Dec 16 00:37:30 2008
New Revision: 726984

URL: http://svn.apache.org/viewvc?rev=726984&view=rev
Log:
Preparing for release 0.20.0

Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/docs/changes.html
    hadoop/core/trunk/docs/cn/cluster_setup.pdf
    hadoop/core/trunk/docs/cn/commands_manual.pdf
    hadoop/core/trunk/docs/cn/distcp.pdf
    hadoop/core/trunk/docs/cn/hadoop_archives.pdf
    hadoop/core/trunk/docs/cn/hdfs_design.pdf
    hadoop/core/trunk/docs/cn/hdfs_permissions_guide.pdf
    hadoop/core/trunk/docs/cn/hdfs_quota_admin_guide.pdf
    hadoop/core/trunk/docs/cn/hdfs_shell.pdf
    hadoop/core/trunk/docs/cn/hdfs_user_guide.pdf
    hadoop/core/trunk/docs/cn/hod.pdf
    hadoop/core/trunk/docs/cn/hod_admin_guide.pdf
    hadoop/core/trunk/docs/cn/hod_config_guide.pdf
    hadoop/core/trunk/docs/cn/hod_user_guide.pdf
    hadoop/core/trunk/docs/cn/index.pdf
    hadoop/core/trunk/docs/cn/linkmap.pdf
    hadoop/core/trunk/docs/cn/mapred_tutorial.pdf
    hadoop/core/trunk/docs/cn/native_libraries.pdf
    hadoop/core/trunk/docs/cn/quickstart.pdf
    hadoop/core/trunk/docs/cn/streaming.pdf

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Dec 16 00:37:30 2008
@@ -1,6 +1,6 @@
 Hadoop Change Log
 
-Trunk (unreleased changes)
+Release 0.20.0 - Unreleased
 
   INCOMPATIBLE CHANGES
 

Modified: hadoop/core/trunk/docs/changes.html
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/changes.html?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/changes.html (original)
+++ hadoop/core/trunk/docs/changes.html Tue Dec 16 00:37:30 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.1_-_unreleased_') {
+        if (list.id != 'release_0.20.0_-_unreleased_' && list.id != 'release_0.19.1_-_unreleased_') {
           list.style.display = "none";
         }
       }
@@ -52,12 +52,12 @@
 <a href="http://hadoop.apache.org/core/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
 <h1>Hadoop Change Log</h1>
 
-<h2><a href="javascript:toggleList('trunk_(unreleased_changes)_')">Trunk (unreleased changes)
+<h2><a href="javascript:toggleList('release_0.20.0_-_unreleased_')">Release 0.20.0 - Unreleased
 </a></h2>
-<ul id="trunk_(unreleased_changes)_">
-  <li><a href="javascript:toggleList('trunk_(unreleased_changes)_._incompatible_changes_')">  INCOMPATIBLE CHANGES
-</a>&nbsp;&nbsp;&nbsp;(13)
-    <ol id="trunk_(unreleased_changes)_._incompatible_changes_">
+<ul id="release_0.20.0_-_unreleased_">
+  <li><a href="javascript:toggleList('release_0.20.0_-_unreleased_._incompatible_changes_')">  INCOMPATIBLE CHANGES
+</a>&nbsp;&nbsp;&nbsp;(15)
+    <ol id="release_0.20.0_-_unreleased_._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
 abstract class.<br />(Suresh Srinivas via cdouglas)</li>
@@ -91,11 +91,16 @@
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4445">HADOOP-4445</a>. Replace running task counts with running task
 percentage in capacity scheduler UI.<br />(Sreekanth Ramakrishnan via
 yhemanth)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4631">HADOOP-4631</a>. Splits the configuration into three parts - one for core,
+one for mapred and the last one for HDFS.<br />(Sharad Agarwal via cdouglas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-3344">HADOOP-3344</a>. Fix libhdfs build to use autoconf and build the same
+architecture (32 vs 64 bit) of the JVM running Ant.  The libraries for
+pipes, utils, and libhdfs are now all in c++/&lt;os_osarch_jvmdatamodel&gt;/lib.<br />(Giridharan Kesavan via nigel)</li>
     </ol>
   </li>
-  <li><a href="javascript:toggleList('trunk_(unreleased_changes)_._new_features_')">  NEW FEATURES
-</a>&nbsp;&nbsp;&nbsp;(6)
-    <ol id="trunk_(unreleased_changes)_._new_features_">
+  <li><a href="javascript:toggleList('release_0.20.0_-_unreleased_._new_features_')">  NEW FEATURES
+</a>&nbsp;&nbsp;&nbsp;(10)
+    <ol id="release_0.20.0_-_unreleased_._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>
@@ -116,11 +121,32 @@
 move DataNode information to a separated page.<br />(Boris Shkolnik via
 szetszwo)</li>
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4348">HADOOP-4348</a>. Add service-level authorization for Hadoop.<br />(acmurthy)</li>
-    </ol>
-  </li>
-  <li><a href="javascript:toggleList('trunk_(unreleased_changes)_._improvements_')">  IMPROVEMENTS
-</a>&nbsp;&nbsp;&nbsp;(44)
-    <ol id="trunk_(unreleased_changes)_._improvements_">
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4826">HADOOP-4826</a>. Introduce admin command saveNamespace.<br />(shv)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-3063">HADOOP-3063</a>  BloomMapFile - fail-fast version of MapFile for sparsely
+populated key space<br />(Andrzej Bialecki via stack)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-1230">HADOOP-1230</a>. Add new map/reduce API and deprecate the old one. Generally,
+the old code should work without problem. The new api is in
+org.apache.hadoop.mapreduce and the old classes in org.apache.hadoop.mapred
+are deprecated. Differences in the new API:
+  1. All of the methods take Context objects that allow us to add new
+     methods without breaking compatability.
+  2. Mapper and Reducer now have a "run" method that is called once and
+     contains the control loop for the task, which lets applications
+     replace it.
+  3. Mapper and Reducer by default are Identity Mapper and Reducer.
+  4. The FileOutputFormats use part-r-00000 for the output of reduce 0 and
+     part-m-00000 for the output of map 0.
+  5. The reduce grouping comparator now uses the raw compare instead of
+     object compare.
+  6. The number of maps in FileInputFormat is controlled by min and max
+     split size rather than min size and the desired number of maps.<br />(omalley)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-3305">HADOOP-3305</a>.  Use Ivy to manage dependencies.<br />(Giridharan Kesavan
+and Steve Loughran via cutting)</li>
+    </ol>
+  </li>
+  <li><a href="javascript:toggleList('release_0.20.0_-_unreleased_._improvements_')">  IMPROVEMENTS
+</a>&nbsp;&nbsp;&nbsp;(48)
+    <ol id="release_0.20.0_-_unreleased_._improvements_">
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4749">HADOOP-4749</a>. Added a new counter REDUCE_INPUT_BYTES.<br />(Yongqiang He via
 zshao)</li>
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4234">HADOOP-4234</a>. Fix KFS "glue" layer to allow applications to interface
@@ -203,18 +229,25 @@
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4688">HADOOP-4688</a>. Modify the MiniMRDFSSort unit test to spill multiple times,
 exercising the map-side merge code.<br />(cdouglas)</li>
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4737">HADOOP-4737</a>. Adds the KILLED notification when jobs get killed.<br />(Amareshwari Sriramadasu via ddas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4728">HADOOP-4728</a>. Add a test exercising different namenode configurations.<br />(Boris Shkolnik via cdouglas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4807">HADOOP-4807</a>. Adds JobClient commands to get the active/blacklisted tracker names.
+Also adds commands to display running/completed task attempt IDs.<br />(ddas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4699">HADOOP-4699</a>. Remove checksum validation from map output servlet.<br />(cdouglas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4838">HADOOP-4838</a>. Added a registry to automate metrics and mbeans management.<br />(Sanjay Radia via acmurthy)</li>
     </ol>
   </li>
-  <li><a href="javascript:toggleList('trunk_(unreleased_changes)_._optimizations_')">  OPTIMIZATIONS
-</a>&nbsp;&nbsp;&nbsp;(1)
-    <ol id="trunk_(unreleased_changes)_._optimizations_">
+  <li><a href="javascript:toggleList('release_0.20.0_-_unreleased_._optimizations_')">  OPTIMIZATIONS
+</a>&nbsp;&nbsp;&nbsp;(2)
+    <ol id="release_0.20.0_-_unreleased_._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>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4683">HADOOP-4683</a>. Fixes Reduce shuffle scheduler to invoke getMapCompletionEvents
+in a separate thread.<br />(Jothi Padmanabhan via ddas)</li>
     </ol>
   </li>
-  <li><a href="javascript:toggleList('trunk_(unreleased_changes)_._bug_fixes_')">  BUG FIXES
-</a>&nbsp;&nbsp;&nbsp;(39)
-    <ol id="trunk_(unreleased_changes)_._bug_fixes_">
+  <li><a href="javascript:toggleList('release_0.20.0_-_unreleased_._bug_fixes_')">  BUG FIXES
+</a>&nbsp;&nbsp;&nbsp;(46)
+    <ol id="release_0.20.0_-_unreleased_._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
 classes.<br />(Suresh Srinivas via cdouglas)</li>
@@ -284,6 +317,21 @@
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4837">HADOOP-4837</a>. Move HADOOP_CONF_DIR configuration to chukwa-env.sh<br />(Jerome
 Boulon via cdouglas)</li>
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4825">HADOOP-4825</a>. Use ps instead of jps for querying process status in Chukwa.<br />(Eric Yang via cdouglas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4844">HADOOP-4844</a>. Fixed javadoc for
+org.apache.hadoop.fs.permission.AccessControlException to document that
+it's deprecated in favour of
+org.apache.hadoop.security.AccessControlException.<br />(acmurthy)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4706">HADOOP-4706</a>. Close the underlying output stream in
+IFileOutputStream::close.<br />(Jothi Padmanabhan via cdouglas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4855">HADOOP-4855</a>. Fixed command-specific help messages for refreshServiceAcl in
+DFSAdmin and MRAdmin.<br />(acmurthy)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4820">HADOOP-4820</a>. Remove unused method FSNamesystem::deleteInSafeMode.<br />(Suresh
+Srinivas via cdouglas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4698">HADOOP-4698</a>. Lower io.sort.mb to 10 in the tests and raise the junit memory
+limit to 512m from 256m.<br />(Nigel Daley via cdouglas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4860">HADOOP-4860</a>. Split TestFileTailingAdapters into three separate tests to
+avoid contention.<br />(Eric Yang via cdouglas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-3921">HADOOP-3921</a>. Fixed clover (code coverage) target to work with JDK 6.<br />(tomwhite via nigel)</li>
     </ol>
   </li>
 </ul>
@@ -309,7 +357,7 @@
 szetszwo)</li>
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4727">HADOOP-4727</a>. Fix a group checking bug in fill_stat_structure(...) in
 fuse-dfs.<br />(Brian Bockelman via szetszwo)</li>
-      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4836">HADOOP-4836</a>. Correct typos in mapred related documentation.<br />(Jordà Polo
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4836">HADOOP-4836</a>. Correct typos in mapred related documentation.<br />(Jord? Polo
 via szetszwo)</li>
     </ol>
   </li>
@@ -954,7 +1002,7 @@
     </ol>
   </li>
   <li><a href="javascript:toggleList('release_0.18.3_-_unreleased_._bug_fixes_')">  BUG FIXES
-</a>&nbsp;&nbsp;&nbsp;(27)
+</a>&nbsp;&nbsp;&nbsp;(29)
     <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
@@ -999,6 +1047,9 @@
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4806">HADOOP-4806</a>. HDFS rename should not use src path as a regular expression.<br />(szetszwo)</li>
       <li><a href="http://issues.apache.org/jira/browse/HADOOP-4795">HADOOP-4795</a>. Prevent lease monitor getting into an infinite loop when
 leases and the namespace tree does not match.<br />(szetszwo)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4620">HADOOP-4620</a>. Fixes Streaming to handle well the cases of map/reduce with empty
+input/output.<br />(Ravi Gummadi via ddas)</li>
+      <li><a href="http://issues.apache.org/jira/browse/HADOOP-4857">HADOOP-4857</a>. Fixes TestUlimit to have exactly 1 map in the jobs spawned.<br />(Ravi Gummadi via ddas)</li>
     </ol>
   </li>
 </ul>

Modified: hadoop/core/trunk/docs/cn/cluster_setup.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/cluster_setup.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/cluster_setup.pdf (original)
+++ hadoop/core/trunk/docs/cn/cluster_setup.pdf Tue Dec 16 00:37:30 2008
@@ -467,7 +467,7 @@
 endobj
 73 0 obj
 << /Type /FontDescriptor
-/FontName /4Ec3c4ARPLUMingCN,Light
+/FontName /1E1a22ARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -491,13 +491,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /4Ec3c4ARPLUMingCN,Light
+/BaseFont /1E1a22ARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 76 0 R ]  >>
 endobj
 76 0 obj
 << /Type /Font
-/BaseFont /4Ec3c4ARPLUMingCN,Light 
+/BaseFont /1E1a22ARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 73 0 R

Modified: hadoop/core/trunk/docs/cn/commands_manual.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/commands_manual.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/commands_manual.pdf (original)
+++ hadoop/core/trunk/docs/cn/commands_manual.pdf Tue Dec 16 00:37:30 2008
@@ -910,7 +910,7 @@
 endobj
 123 0 obj
 << /Type /FontDescriptor
-/FontName /18E1c3bARPLUMingCN,Light
+/FontName /3E2b6fARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -934,13 +934,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /18E1c3bARPLUMingCN,Light
+/BaseFont /3E2b6fARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 126 0 R ]  >>
 endobj
 126 0 obj
 << /Type /Font
-/BaseFont /18E1c3bARPLUMingCN,Light 
+/BaseFont /3E2b6fARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 123 0 R
@@ -1106,55 +1106,55 @@
 xref
 0 128
 0000000000 65535 f 
-0000152623 00000 n 
-0000152745 00000 n 
-0000152838 00000 n 
+0000152620 00000 n 
+0000152742 00000 n 
+0000152835 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000001204 00000 n 
 0000001324 00000 n 
 0000001489 00000 n 
-0000152943 00000 n 
+0000152940 00000 n 
 0000001622 00000 n 
-0000153006 00000 n 
+0000153003 00000 n 
 0000001753 00000 n 
-0000153072 00000 n 
+0000153069 00000 n 
 0000001888 00000 n 
-0000153136 00000 n 
+0000153133 00000 n 
 0000002023 00000 n 
-0000153202 00000 n 
+0000153199 00000 n 
 0000002158 00000 n 
-0000153268 00000 n 
+0000153265 00000 n 
 0000002293 00000 n 
-0000153333 00000 n 
+0000153330 00000 n 
 0000002426 00000 n 
-0000153399 00000 n 
+0000153396 00000 n 
 0000002561 00000 n 
-0000153465 00000 n 
+0000153462 00000 n 
 0000002696 00000 n 
-0000153530 00000 n 
+0000153527 00000 n 
 0000002831 00000 n 
-0000153595 00000 n 
+0000153592 00000 n 
 0000002966 00000 n 
-0000153659 00000 n 
+0000153656 00000 n 
 0000003099 00000 n 
-0000153725 00000 n 
+0000153722 00000 n 
 0000003234 00000 n 
-0000153791 00000 n 
+0000153788 00000 n 
 0000003369 00000 n 
-0000153857 00000 n 
+0000153854 00000 n 
 0000003504 00000 n 
-0000153923 00000 n 
+0000153920 00000 n 
 0000003639 00000 n 
-0000153989 00000 n 
+0000153986 00000 n 
 0000003772 00000 n 
-0000154055 00000 n 
+0000154052 00000 n 
 0000003907 00000 n 
-0000154120 00000 n 
+0000154117 00000 n 
 0000004042 00000 n 
-0000154186 00000 n 
+0000154183 00000 n 
 0000004177 00000 n 
-0000154252 00000 n 
+0000154249 00000 n 
 0000004312 00000 n 
 0000007387 00000 n 
 0000007510 00000 n 
@@ -1205,7 +1205,7 @@
 0000030681 00000 n 
 0000030870 00000 n 
 0000031355 00000 n 
-0000154318 00000 n 
+0000154315 00000 n 
 0000031463 00000 n 
 0000031615 00000 n 
 0000031735 00000 n 
@@ -1229,10 +1229,10 @@
 0000034643 00000 n 
 0000034814 00000 n 
 0000034923 00000 n 
-0000035150 00000 n 
-0000150114 00000 n 
-0000150264 00000 n 
-0000152506 00000 n 
+0000035149 00000 n 
+0000150113 00000 n 
+0000150262 00000 n 
+0000152503 00000 n 
 trailer
 <<
 /Size 128
@@ -1240,5 +1240,5 @@
 /Info 4 0 R
 >>
 startxref
-154372
+154369
 %%EOF

Modified: hadoop/core/trunk/docs/cn/distcp.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/distcp.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/distcp.pdf (original)
+++ hadoop/core/trunk/docs/cn/distcp.pdf Tue Dec 16 00:37:30 2008
@@ -380,7 +380,7 @@
 endobj
 59 0 obj
 << /Type /FontDescriptor
-/FontName /12E4d1ARPLUMingCN,Light
+/FontName /16E72d6ARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -404,13 +404,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /12E4d1ARPLUMingCN,Light
+/BaseFont /16E72d6ARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 62 0 R ]  >>
 endobj
 62 0 obj
 << /Type /Font
-/BaseFont /12E4d1ARPLUMingCN,Light 
+/BaseFont /16E72d6ARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 59 0 R
@@ -510,29 +510,29 @@
 xref
 0 64
 0000000000 65535 f 
-0000131677 00000 n 
-0000131770 00000 n 
-0000131862 00000 n 
+0000131680 00000 n 
+0000131773 00000 n 
+0000131865 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000814 00000 n 
 0000000934 00000 n 
 0000001008 00000 n 
-0000131964 00000 n 
+0000131967 00000 n 
 0000001141 00000 n 
-0000132027 00000 n 
+0000132030 00000 n 
 0000001272 00000 n 
-0000132093 00000 n 
+0000132096 00000 n 
 0000001407 00000 n 
-0000132159 00000 n 
+0000132162 00000 n 
 0000001542 00000 n 
-0000132225 00000 n 
+0000132228 00000 n 
 0000001677 00000 n 
-0000132291 00000 n 
+0000132294 00000 n 
 0000001812 00000 n 
-0000132357 00000 n 
+0000132360 00000 n 
 0000001945 00000 n 
-0000132422 00000 n 
+0000132425 00000 n 
 0000002080 00000 n 
 0000004113 00000 n 
 0000004236 00000 n 
@@ -549,18 +549,18 @@
 0000010941 00000 n 
 0000011064 00000 n 
 0000011098 00000 n 
-0000132488 00000 n 
+0000132491 00000 n 
 0000011231 00000 n 
 0000011362 00000 n 
 0000012800 00000 n 
 0000012908 00000 n 
 0000014836 00000 n 
-0000132553 00000 n 
+0000132556 00000 n 
 0000014944 00000 n 
 0000015051 00000 n 
 0000015228 00000 n 
 0000015376 00000 n 
-0000132604 00000 n 
+0000132607 00000 n 
 0000015533 00000 n 
 0000015674 00000 n 
 0000015826 00000 n 
@@ -569,10 +569,10 @@
 0000016310 00000 n 
 0000016503 00000 n 
 0000016611 00000 n 
-0000016835 00000 n 
-0000129249 00000 n 
-0000129396 00000 n 
-0000131561 00000 n 
+0000016836 00000 n 
+0000129250 00000 n 
+0000129398 00000 n 
+0000131564 00000 n 
 trailer
 <<
 /Size 64
@@ -580,5 +580,5 @@
 /Info 4 0 R
 >>
 startxref
-132670
+132673
 %%EOF

Modified: hadoop/core/trunk/docs/cn/hadoop_archives.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hadoop_archives.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hadoop_archives.pdf (original)
+++ hadoop/core/trunk/docs/cn/hadoop_archives.pdf Tue Dec 16 00:37:30 2008
@@ -118,7 +118,7 @@
 endobj
 23 0 obj
 << /Type /FontDescriptor
-/FontName /3Eb6deARPLUMingCN,Light
+/FontName /19E7f0dARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -142,13 +142,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /3Eb6deARPLUMingCN,Light
+/BaseFont /19E7f0dARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 26 0 R ]  >>
 endobj
 26 0 obj
 << /Type /Font
-/BaseFont /3Eb6deARPLUMingCN,Light 
+/BaseFont /19E7f0dARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 23 0 R
@@ -206,33 +206,33 @@
 xref
 0 28
 0000000000 65535 f 
-0000051562 00000 n 
-0000051634 00000 n 
-0000051726 00000 n 
+0000051565 00000 n 
+0000051637 00000 n 
+0000051729 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000632 00000 n 
 0000000752 00000 n 
 0000000791 00000 n 
-0000051828 00000 n 
+0000051831 00000 n 
 0000000924 00000 n 
-0000051891 00000 n 
+0000051894 00000 n 
 0000001055 00000 n 
-0000051957 00000 n 
+0000051960 00000 n 
 0000001190 00000 n 
 0000003193 00000 n 
 0000003301 00000 n 
 0000003909 00000 n 
-0000052023 00000 n 
+0000052026 00000 n 
 0000004017 00000 n 
 0000004225 00000 n 
 0000004409 00000 n 
 0000004616 00000 n 
 0000004724 00000 n 
-0000004948 00000 n 
-0000050238 00000 n 
-0000050385 00000 n 
-0000051446 00000 n 
+0000004949 00000 n 
+0000050239 00000 n 
+0000050387 00000 n 
+0000051449 00000 n 
 trailer
 <<
 /Size 28
@@ -240,5 +240,5 @@
 /Info 4 0 R
 >>
 startxref
-52074
+52077
 %%EOF

Modified: hadoop/core/trunk/docs/cn/hdfs_design.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hdfs_design.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hdfs_design.pdf (original)
+++ hadoop/core/trunk/docs/cn/hdfs_design.pdf Tue Dec 16 00:37:30 2008
@@ -978,7 +978,7 @@
 endobj
 148 0 obj
 << /Type /FontDescriptor
-/FontName /8Edbb0ARPLUMingCN,Light
+/FontName /7E4e7eARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -1002,13 +1002,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /8Edbb0ARPLUMingCN,Light
+/BaseFont /7E4e7eARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 151 0 R ]  >>
 endobj
 151 0 obj
 << /Type /Font
-/BaseFont /8Edbb0ARPLUMingCN,Light 
+/BaseFont /7E4e7eARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 148 0 R

Modified: hadoop/core/trunk/docs/cn/hdfs_permissions_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hdfs_permissions_guide.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hdfs_permissions_guide.pdf (original)
+++ hadoop/core/trunk/docs/cn/hdfs_permissions_guide.pdf Tue Dec 16 00:37:30 2008
@@ -276,7 +276,7 @@
 endobj
 47 0 obj
 << /Type /FontDescriptor
-/FontName /16E12d1ARPLUMingCN,Light
+/FontName /11E5e3eARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -300,13 +300,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /16E12d1ARPLUMingCN,Light
+/BaseFont /11E5e3eARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 50 0 R ]  >>
 endobj
 50 0 obj
 << /Type /Font
-/BaseFont /16E12d1ARPLUMingCN,Light 
+/BaseFont /11E5e3eARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 47 0 R

Modified: hadoop/core/trunk/docs/cn/hdfs_quota_admin_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hdfs_quota_admin_guide.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hdfs_quota_admin_guide.pdf (original)
+++ hadoop/core/trunk/docs/cn/hdfs_quota_admin_guide.pdf Tue Dec 16 00:37:30 2008
@@ -28,7 +28,7 @@
 endobj
 8 0 obj
 << /Type /FontDescriptor
-/FontName /2Eb376ARPLUMingCN,Light
+/FontName /8E5687ARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -52,13 +52,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /2Eb376ARPLUMingCN,Light
+/BaseFont /8E5687ARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 11 0 R ]  >>
 endobj
 11 0 obj
 << /Type /Font
-/BaseFont /2Eb376ARPLUMingCN,Light 
+/BaseFont /8E5687ARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 8 0 R

Modified: hadoop/core/trunk/docs/cn/hdfs_shell.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hdfs_shell.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hdfs_shell.pdf (original)
+++ hadoop/core/trunk/docs/cn/hdfs_shell.pdf Tue Dec 16 00:37:30 2008
@@ -782,7 +782,7 @@
 endobj
 122 0 obj
 << /Type /FontDescriptor
-/FontName /11E2bARPLUMingCN,Light
+/FontName /18E7b7fARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -806,13 +806,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /11E2bARPLUMingCN,Light
+/BaseFont /18E7b7fARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 125 0 R ]  >>
 endobj
 125 0 obj
 << /Type /Font
-/BaseFont /11E2bARPLUMingCN,Light 
+/BaseFont /18E7b7fARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 122 0 R
@@ -1026,70 +1026,70 @@
 xref
 0 127
 0000000000 65535 f 
-0000096840 00000 n 
-0000096962 00000 n 
-0000097054 00000 n 
+0000096846 00000 n 
+0000096968 00000 n 
+0000097060 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000001188 00000 n 
 0000001308 00000 n 
 0000001473 00000 n 
-0000097159 00000 n 
+0000097165 00000 n 
 0000001606 00000 n 
-0000097222 00000 n 
+0000097228 00000 n 
 0000001737 00000 n 
-0000097287 00000 n 
+0000097293 00000 n 
 0000001872 00000 n 
-0000097353 00000 n 
+0000097359 00000 n 
 0000002007 00000 n 
-0000097419 00000 n 
+0000097425 00000 n 
 0000002142 00000 n 
-0000097485 00000 n 
+0000097491 00000 n 
 0000002277 00000 n 
-0000097551 00000 n 
+0000097557 00000 n 
 0000002410 00000 n 
-0000097616 00000 n 
+0000097622 00000 n 
 0000002545 00000 n 
-0000097682 00000 n 
+0000097688 00000 n 
 0000002680 00000 n 
-0000097748 00000 n 
+0000097754 00000 n 
 0000002815 00000 n 
-0000097814 00000 n 
+0000097820 00000 n 
 0000002950 00000 n 
-0000097880 00000 n 
+0000097886 00000 n 
 0000003083 00000 n 
-0000097946 00000 n 
+0000097952 00000 n 
 0000003218 00000 n 
-0000098011 00000 n 
+0000098017 00000 n 
 0000003353 00000 n 
-0000098077 00000 n 
+0000098083 00000 n 
 0000003488 00000 n 
-0000098143 00000 n 
+0000098149 00000 n 
 0000003623 00000 n 
-0000098209 00000 n 
+0000098215 00000 n 
 0000003756 00000 n 
-0000098273 00000 n 
+0000098279 00000 n 
 0000003891 00000 n 
-0000098339 00000 n 
+0000098345 00000 n 
 0000004026 00000 n 
-0000098405 00000 n 
+0000098411 00000 n 
 0000004161 00000 n 
-0000098471 00000 n 
+0000098477 00000 n 
 0000004296 00000 n 
 0000004946 00000 n 
 0000005069 00000 n 
 0000005131 00000 n 
-0000098537 00000 n 
+0000098543 00000 n 
 0000005262 00000 n 
-0000098603 00000 n 
+0000098609 00000 n 
 0000005397 00000 n 
-0000098669 00000 n 
+0000098675 00000 n 
 0000005532 00000 n 
-0000098734 00000 n 
+0000098740 00000 n 
 0000005667 00000 n 
-0000098799 00000 n 
+0000098805 00000 n 
 0000005802 00000 n 
-0000098865 00000 n 
+0000098871 00000 n 
 0000005935 00000 n 
 0000008405 00000 n 
 0000008528 00000 n 
@@ -1101,9 +1101,9 @@
 0000011024 00000 n 
 0000011201 00000 n 
 0000011378 00000 n 
-0000098931 00000 n 
+0000098937 00000 n 
 0000011513 00000 n 
-0000098990 00000 n 
+0000098996 00000 n 
 0000011646 00000 n 
 0000013241 00000 n 
 0000013364 00000 n 
@@ -1118,7 +1118,7 @@
 0000019628 00000 n 
 0000019736 00000 n 
 0000020450 00000 n 
-0000099049 00000 n 
+0000099055 00000 n 
 0000020558 00000 n 
 0000020724 00000 n 
 0000020844 00000 n 
@@ -1148,10 +1148,10 @@
 0000024482 00000 n 
 0000024627 00000 n 
 0000024736 00000 n 
-0000024961 00000 n 
-0000095040 00000 n 
-0000095188 00000 n 
-0000096723 00000 n 
+0000024963 00000 n 
+0000095042 00000 n 
+0000095192 00000 n 
+0000096729 00000 n 
 trailer
 <<
 /Size 127
@@ -1159,5 +1159,5 @@
 /Info 4 0 R
 >>
 startxref
-99100
+99106
 %%EOF

Modified: hadoop/core/trunk/docs/cn/hdfs_user_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hdfs_user_guide.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hdfs_user_guide.pdf (original)
+++ hadoop/core/trunk/docs/cn/hdfs_user_guide.pdf Tue Dec 16 00:37:30 2008
@@ -785,7 +785,7 @@
 endobj
 104 0 obj
 << /Type /FontDescriptor
-/FontName /1Ead53ARPLUMingCN,Light
+/FontName /17E768dARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -809,13 +809,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /1Ead53ARPLUMingCN,Light
+/BaseFont /17E768dARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 107 0 R ]  >>
 endobj
 107 0 obj
 << /Type /Font
-/BaseFont /1Ead53ARPLUMingCN,Light 
+/BaseFont /17E768dARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 104 0 R
@@ -945,43 +945,43 @@
 xref
 0 109
 0000000000 65535 f 
-0000190643 00000 n 
-0000190743 00000 n 
-0000190835 00000 n 
+0000190646 00000 n 
+0000190746 00000 n 
+0000190838 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000001135 00000 n 
 0000001255 00000 n 
 0000001378 00000 n 
-0000190940 00000 n 
+0000190943 00000 n 
 0000001511 00000 n 
-0000191003 00000 n 
+0000191006 00000 n 
 0000001642 00000 n 
-0000191069 00000 n 
+0000191072 00000 n 
 0000001777 00000 n 
-0000191135 00000 n 
+0000191138 00000 n 
 0000001912 00000 n 
-0000191201 00000 n 
+0000191204 00000 n 
 0000002047 00000 n 
-0000191267 00000 n 
+0000191270 00000 n 
 0000002182 00000 n 
-0000191333 00000 n 
+0000191336 00000 n 
 0000002315 00000 n 
-0000191397 00000 n 
+0000191400 00000 n 
 0000002450 00000 n 
-0000191463 00000 n 
+0000191466 00000 n 
 0000002585 00000 n 
-0000191529 00000 n 
+0000191532 00000 n 
 0000002720 00000 n 
-0000191595 00000 n 
+0000191598 00000 n 
 0000002855 00000 n 
-0000191659 00000 n 
+0000191662 00000 n 
 0000002988 00000 n 
-0000191725 00000 n 
+0000191728 00000 n 
 0000003123 00000 n 
-0000191791 00000 n 
+0000191794 00000 n 
 0000003258 00000 n 
-0000191857 00000 n 
+0000191860 00000 n 
 0000003393 00000 n 
 0000006479 00000 n 
 0000006602 00000 n 
@@ -1031,7 +1031,7 @@
 0000025837 00000 n 
 0000026034 00000 n 
 0000026218 00000 n 
-0000191923 00000 n 
+0000191926 00000 n 
 0000026388 00000 n 
 0000026495 00000 n 
 0000026617 00000 n 
@@ -1049,10 +1049,10 @@
 0000028595 00000 n 
 0000028726 00000 n 
 0000028835 00000 n 
-0000029061 00000 n 
-0000187489 00000 n 
-0000187638 00000 n 
-0000190526 00000 n 
+0000029062 00000 n 
+0000187490 00000 n 
+0000187640 00000 n 
+0000190529 00000 n 
 trailer
 <<
 /Size 109
@@ -1060,5 +1060,5 @@
 /Info 4 0 R
 >>
 startxref
-191975
+191978
 %%EOF

Modified: hadoop/core/trunk/docs/cn/hod.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hod.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hod.pdf (original)
+++ hadoop/core/trunk/docs/cn/hod.pdf Tue Dec 16 00:37:30 2008
@@ -125,7 +125,7 @@
 endobj
 22 0 obj
 << /Type /FontDescriptor
-/FontName /7Ed8d3ARPLUMingCN,Light
+/FontName /12E61f3ARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -149,13 +149,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /7Ed8d3ARPLUMingCN,Light
+/BaseFont /12E61f3ARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 25 0 R ]  >>
 endobj
 25 0 obj
 << /Type /Font
-/BaseFont /7Ed8d3ARPLUMingCN,Light 
+/BaseFont /12E61f3ARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 22 0 R
@@ -207,32 +207,32 @@
 xref
 0 27
 0000000000 65535 f 
-0000054506 00000 n 
-0000054571 00000 n 
-0000054663 00000 n 
+0000054509 00000 n 
+0000054574 00000 n 
+0000054666 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000558 00000 n 
 0000000678 00000 n 
 0000000710 00000 n 
-0000054765 00000 n 
+0000054768 00000 n 
 0000000843 00000 n 
-0000054828 00000 n 
+0000054831 00000 n 
 0000000974 00000 n 
 0000002833 00000 n 
 0000002956 00000 n 
 0000002997 00000 n 
 0000003167 00000 n 
 0000003338 00000 n 
-0000054894 00000 n 
+0000054897 00000 n 
 0000003507 00000 n 
 0000003614 00000 n 
 0000003722 00000 n 
 0000003830 00000 n 
-0000004054 00000 n 
-0000053141 00000 n 
-0000053288 00000 n 
-0000054390 00000 n 
+0000004055 00000 n 
+0000053142 00000 n 
+0000053290 00000 n 
+0000054393 00000 n 
 trailer
 <<
 /Size 27
@@ -240,5 +240,5 @@
 /Info 4 0 R
 >>
 startxref
-54945
+54948
 %%EOF

Modified: hadoop/core/trunk/docs/cn/hod_admin_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hod_admin_guide.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hod_admin_guide.pdf (original)
+++ hadoop/core/trunk/docs/cn/hod_admin_guide.pdf Tue Dec 16 00:37:30 2008
@@ -635,7 +635,7 @@
 endobj
 91 0 obj
 << /Type /FontDescriptor
-/FontName /13E858ARPLUMingCN,Light
+/FontName /13E64f0ARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -659,13 +659,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /13E858ARPLUMingCN,Light
+/BaseFont /13E64f0ARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 94 0 R ]  >>
 endobj
 94 0 obj
 << /Type /Font
-/BaseFont /13E858ARPLUMingCN,Light 
+/BaseFont /13E64f0ARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 91 0 R
@@ -801,37 +801,37 @@
 xref
 0 96
 0000000000 65535 f 
-0000175212 00000 n 
-0000175319 00000 n 
-0000175411 00000 n 
+0000175215 00000 n 
+0000175322 00000 n 
+0000175414 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000001083 00000 n 
 0000001203 00000 n 
 0000001305 00000 n 
-0000175513 00000 n 
+0000175516 00000 n 
 0000001438 00000 n 
-0000175576 00000 n 
+0000175579 00000 n 
 0000001569 00000 n 
-0000175642 00000 n 
+0000175645 00000 n 
 0000001704 00000 n 
-0000175707 00000 n 
+0000175710 00000 n 
 0000001839 00000 n 
-0000175773 00000 n 
+0000175776 00000 n 
 0000001974 00000 n 
-0000175839 00000 n 
+0000175842 00000 n 
 0000002109 00000 n 
-0000175905 00000 n 
+0000175908 00000 n 
 0000002242 00000 n 
-0000175971 00000 n 
+0000175974 00000 n 
 0000002377 00000 n 
-0000176037 00000 n 
+0000176040 00000 n 
 0000002512 00000 n 
-0000176103 00000 n 
+0000176106 00000 n 
 0000002647 00000 n 
-0000176169 00000 n 
+0000176172 00000 n 
 0000002782 00000 n 
-0000176235 00000 n 
+0000176238 00000 n 
 0000002915 00000 n 
 0000005593 00000 n 
 0000005716 00000 n 
@@ -869,7 +869,7 @@
 0000023696 00000 n 
 0000023919 00000 n 
 0000025132 00000 n 
-0000176301 00000 n 
+0000176304 00000 n 
 0000025240 00000 n 
 0000025347 00000 n 
 0000025485 00000 n 
@@ -880,22 +880,22 @@
 0000026214 00000 n 
 0000026354 00000 n 
 0000026553 00000 n 
-0000176352 00000 n 
+0000176355 00000 n 
 0000026839 00000 n 
-0000176418 00000 n 
+0000176421 00000 n 
 0000027050 00000 n 
 0000027292 00000 n 
-0000176484 00000 n 
+0000176487 00000 n 
 0000027593 00000 n 
 0000027790 00000 n 
-0000176550 00000 n 
+0000176553 00000 n 
 0000028173 00000 n 
 0000028401 00000 n 
 0000028509 00000 n 
-0000028733 00000 n 
-0000172257 00000 n 
-0000172404 00000 n 
-0000175096 00000 n 
+0000028734 00000 n 
+0000172258 00000 n 
+0000172406 00000 n 
+0000175099 00000 n 
 trailer
 <<
 /Size 96
@@ -903,5 +903,5 @@
 /Info 4 0 R
 >>
 startxref
-176614
+176617
 %%EOF

Modified: hadoop/core/trunk/docs/cn/hod_config_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hod_config_guide.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hod_config_guide.pdf (original)
+++ hadoop/core/trunk/docs/cn/hod_config_guide.pdf Tue Dec 16 00:37:30 2008
@@ -299,7 +299,7 @@
 endobj
 50 0 obj
 << /Type /FontDescriptor
-/FontName /17E1713ARPLUMingCN,Light
+/FontName /14E672cARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -323,13 +323,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /17E1713ARPLUMingCN,Light
+/BaseFont /14E672cARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 53 0 R ]  >>
 endobj
 53 0 obj
 << /Type /Font
-/BaseFont /17E1713ARPLUMingCN,Light 
+/BaseFont /14E672cARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 50 0 R

Modified: hadoop/core/trunk/docs/cn/hod_user_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/hod_user_guide.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/hod_user_guide.pdf (original)
+++ hadoop/core/trunk/docs/cn/hod_user_guide.pdf Tue Dec 16 00:37:30 2008
@@ -944,7 +944,7 @@
 endobj
 145 0 obj
 << /Type /FontDescriptor
-/FontName /6Ed3c6ARPLUMingCN,Light
+/FontName /15E6e3eARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -968,13 +968,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /6Ed3c6ARPLUMingCN,Light
+/BaseFont /15E6e3eARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 148 0 R ]  >>
 endobj
 148 0 obj
 << /Type /Font
-/BaseFont /6Ed3c6ARPLUMingCN,Light 
+/BaseFont /15E6e3eARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 145 0 R
@@ -1194,72 +1194,72 @@
 xref
 0 150
 0000000000 65535 f 
-0000237360 00000 n 
-0000237565 00000 n 
-0000237658 00000 n 
+0000237363 00000 n 
+0000237568 00000 n 
+0000237661 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000001520 00000 n 
 0000001640 00000 n 
 0000001805 00000 n 
-0000237763 00000 n 
+0000237766 00000 n 
 0000001938 00000 n 
-0000237826 00000 n 
+0000237829 00000 n 
 0000002069 00000 n 
-0000237892 00000 n 
+0000237895 00000 n 
 0000002204 00000 n 
-0000237958 00000 n 
+0000237961 00000 n 
 0000002339 00000 n 
-0000238024 00000 n 
+0000238027 00000 n 
 0000002474 00000 n 
-0000238088 00000 n 
+0000238091 00000 n 
 0000002609 00000 n 
-0000238154 00000 n 
+0000238157 00000 n 
 0000002742 00000 n 
-0000238220 00000 n 
+0000238223 00000 n 
 0000002877 00000 n 
-0000238286 00000 n 
+0000238289 00000 n 
 0000003012 00000 n 
-0000238352 00000 n 
+0000238355 00000 n 
 0000003147 00000 n 
-0000238418 00000 n 
+0000238421 00000 n 
 0000003282 00000 n 
-0000238484 00000 n 
+0000238487 00000 n 
 0000003415 00000 n 
-0000238550 00000 n 
+0000238553 00000 n 
 0000003550 00000 n 
-0000238616 00000 n 
+0000238619 00000 n 
 0000003685 00000 n 
-0000238682 00000 n 
+0000238685 00000 n 
 0000003820 00000 n 
-0000238748 00000 n 
+0000238751 00000 n 
 0000003955 00000 n 
-0000238814 00000 n 
+0000238817 00000 n 
 0000004088 00000 n 
-0000238880 00000 n 
+0000238883 00000 n 
 0000004223 00000 n 
-0000238944 00000 n 
+0000238947 00000 n 
 0000004358 00000 n 
-0000239009 00000 n 
+0000239012 00000 n 
 0000004493 00000 n 
-0000239075 00000 n 
+0000239078 00000 n 
 0000004628 00000 n 
 0000005562 00000 n 
 0000005685 00000 n 
 0000005754 00000 n 
-0000239141 00000 n 
+0000239144 00000 n 
 0000005885 00000 n 
-0000239208 00000 n 
+0000239211 00000 n 
 0000006020 00000 n 
-0000239275 00000 n 
+0000239278 00000 n 
 0000006155 00000 n 
-0000239342 00000 n 
+0000239345 00000 n 
 0000006290 00000 n 
-0000239409 00000 n 
+0000239412 00000 n 
 0000006425 00000 n 
-0000239476 00000 n 
+0000239479 00000 n 
 0000006558 00000 n 
-0000239543 00000 n 
+0000239546 00000 n 
 0000006693 00000 n 
 0000009134 00000 n 
 0000009242 00000 n 
@@ -1282,13 +1282,13 @@
 0000032047 00000 n 
 0000032170 00000 n 
 0000032204 00000 n 
-0000239610 00000 n 
+0000239613 00000 n 
 0000032334 00000 n 
 0000032505 00000 n 
 0000035058 00000 n 
 0000035181 00000 n 
 0000035208 00000 n 
-0000239676 00000 n 
+0000239679 00000 n 
 0000035343 00000 n 
 0000037406 00000 n 
 0000037514 00000 n 
@@ -1308,7 +1308,7 @@
 0000053562 00000 n 
 0000053672 00000 n 
 0000055222 00000 n 
-0000239742 00000 n 
+0000239745 00000 n 
 0000055332 00000 n 
 0000055442 00000 n 
 0000055643 00000 n 
@@ -1339,10 +1339,10 @@
 0000061100 00000 n 
 0000061284 00000 n 
 0000061393 00000 n 
-0000061619 00000 n 
-0000233936 00000 n 
-0000234085 00000 n 
-0000237243 00000 n 
+0000061620 00000 n 
+0000233937 00000 n 
+0000234087 00000 n 
+0000237246 00000 n 
 trailer
 <<
 /Size 150
@@ -1350,5 +1350,5 @@
 /Info 4 0 R
 >>
 startxref
-239796
+239799
 %%EOF

Modified: hadoop/core/trunk/docs/cn/index.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/index.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/index.pdf (original)
+++ hadoop/core/trunk/docs/cn/index.pdf Tue Dec 16 00:37:30 2008
@@ -141,7 +141,7 @@
 endobj
 18 0 obj
 << /Type /FontDescriptor
-/FontName /14Ec2bARPLUMingCN,Light
+/FontName /6E4a9fARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -165,13 +165,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /14Ec2bARPLUMingCN,Light
+/BaseFont /6E4a9fARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 21 0 R ]  >>
 endobj
 21 0 obj
 << /Type /Font
-/BaseFont /14Ec2bARPLUMingCN,Light 
+/BaseFont /6E4a9fARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 18 0 R

Modified: hadoop/core/trunk/docs/cn/linkmap.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/linkmap.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/linkmap.pdf (original)
+++ hadoop/core/trunk/docs/cn/linkmap.pdf Tue Dec 16 00:37:30 2008
@@ -43,7 +43,7 @@
 endobj
 10 0 obj
 << /Type /FontDescriptor
-/FontName /9Ee440ARPLUMingCN,Light
+/FontName /2E1f98ARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -67,13 +67,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /9Ee440ARPLUMingCN,Light
+/BaseFont /2E1f98ARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 13 0 R ]  >>
 endobj
 13 0 obj
 << /Type /Font
-/BaseFont /9Ee440ARPLUMingCN,Light 
+/BaseFont /2E1f98ARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 10 0 R

Modified: hadoop/core/trunk/docs/cn/mapred_tutorial.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/mapred_tutorial.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/mapred_tutorial.pdf (original)
+++ hadoop/core/trunk/docs/cn/mapred_tutorial.pdf Tue Dec 16 00:37:30 2008
@@ -2702,7 +2702,7 @@
 endobj
 336 0 obj
 << /Type /FontDescriptor
-/FontName /10Ef6dfARPLUMingCN,Light
+/FontName /4E402bARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -2726,13 +2726,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /10Ef6dfARPLUMingCN,Light
+/BaseFont /4E402bARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 339 0 R ]  >>
 endobj
 339 0 obj
 << /Type /Font
-/BaseFont /10Ef6dfARPLUMingCN,Light 
+/BaseFont /4E402bARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 336 0 R
@@ -3078,53 +3078,53 @@
 xref
 0 341
 0000000000 65535 f 
-0000339727 00000 n 
-0000340032 00000 n 
-0000340125 00000 n 
+0000339724 00000 n 
+0000340029 00000 n 
+0000340122 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000001275 00000 n 
 0000001395 00000 n 
 0000001553 00000 n 
-0000340230 00000 n 
+0000340227 00000 n 
 0000001686 00000 n 
-0000340293 00000 n 
+0000340290 00000 n 
 0000001817 00000 n 
-0000340359 00000 n 
+0000340356 00000 n 
 0000001952 00000 n 
-0000340425 00000 n 
+0000340422 00000 n 
 0000002087 00000 n 
-0000340491 00000 n 
+0000340488 00000 n 
 0000002222 00000 n 
-0000340556 00000 n 
+0000340553 00000 n 
 0000002357 00000 n 
-0000340622 00000 n 
+0000340619 00000 n 
 0000002490 00000 n 
-0000340687 00000 n 
+0000340684 00000 n 
 0000002625 00000 n 
-0000340753 00000 n 
+0000340750 00000 n 
 0000002760 00000 n 
-0000340819 00000 n 
+0000340816 00000 n 
 0000002895 00000 n 
-0000340885 00000 n 
+0000340882 00000 n 
 0000003030 00000 n 
-0000340952 00000 n 
+0000340949 00000 n 
 0000003163 00000 n 
-0000341019 00000 n 
+0000341016 00000 n 
 0000003298 00000 n 
-0000341086 00000 n 
+0000341083 00000 n 
 0000003433 00000 n 
-0000341153 00000 n 
+0000341150 00000 n 
 0000003568 00000 n 
-0000341220 00000 n 
+0000341217 00000 n 
 0000003703 00000 n 
-0000341287 00000 n 
+0000341284 00000 n 
 0000003836 00000 n 
-0000341352 00000 n 
+0000341349 00000 n 
 0000003971 00000 n 
-0000341419 00000 n 
+0000341416 00000 n 
 0000004106 00000 n 
-0000341485 00000 n 
+0000341482 00000 n 
 0000004241 00000 n 
 0000007046 00000 n 
 0000007169 00000 n 
@@ -3233,7 +3233,7 @@
 0000064520 00000 n 
 0000064646 00000 n 
 0000064715 00000 n 
-0000341552 00000 n 
+0000341549 00000 n 
 0000064847 00000 n 
 0000065088 00000 n 
 0000065323 00000 n 
@@ -3331,7 +3331,7 @@
 0000119023 00000 n 
 0000119133 00000 n 
 0000120784 00000 n 
-0000341612 00000 n 
+0000341609 00000 n 
 0000120894 00000 n 
 0000121004 00000 n 
 0000121146 00000 n 
@@ -3342,71 +3342,71 @@
 0000121938 00000 n 
 0000122059 00000 n 
 0000122316 00000 n 
-0000341666 00000 n 
+0000341663 00000 n 
 0000122511 00000 n 
-0000341732 00000 n 
+0000341729 00000 n 
 0000122705 00000 n 
-0000341799 00000 n 
+0000341796 00000 n 
 0000122876 00000 n 
-0000341866 00000 n 
+0000341863 00000 n 
 0000123091 00000 n 
-0000341933 00000 n 
+0000341930 00000 n 
 0000123259 00000 n 
-0000342000 00000 n 
+0000341997 00000 n 
 0000123466 00000 n 
-0000342067 00000 n 
+0000342064 00000 n 
 0000123670 00000 n 
-0000342134 00000 n 
+0000342131 00000 n 
 0000123847 00000 n 
-0000342201 00000 n 
+0000342198 00000 n 
 0000124066 00000 n 
-0000342269 00000 n 
+0000342266 00000 n 
 0000124242 00000 n 
-0000342337 00000 n 
+0000342334 00000 n 
 0000124439 00000 n 
-0000342403 00000 n 
+0000342400 00000 n 
 0000124618 00000 n 
 0000124824 00000 n 
 0000124975 00000 n 
 0000125159 00000 n 
-0000342471 00000 n 
+0000342468 00000 n 
 0000125383 00000 n 
 0000125522 00000 n 
-0000342538 00000 n 
+0000342535 00000 n 
 0000125723 00000 n 
-0000342606 00000 n 
+0000342603 00000 n 
 0000125899 00000 n 
 0000126087 00000 n 
-0000342674 00000 n 
+0000342671 00000 n 
 0000126288 00000 n 
-0000342742 00000 n 
+0000342739 00000 n 
 0000126522 00000 n 
 0000126710 00000 n 
-0000342810 00000 n 
+0000342807 00000 n 
 0000126911 00000 n 
-0000342877 00000 n 
+0000342874 00000 n 
 0000127075 00000 n 
-0000342945 00000 n 
+0000342942 00000 n 
 0000127302 00000 n 
-0000343011 00000 n 
+0000343008 00000 n 
 0000127457 00000 n 
-0000343078 00000 n 
+0000343075 00000 n 
 0000127678 00000 n 
-0000343145 00000 n 
+0000343142 00000 n 
 0000127863 00000 n 
-0000343213 00000 n 
+0000343210 00000 n 
 0000128050 00000 n 
-0000343281 00000 n 
+0000343278 00000 n 
 0000128243 00000 n 
-0000343348 00000 n 
+0000343345 00000 n 
 0000128437 00000 n 
-0000343416 00000 n 
+0000343413 00000 n 
 0000128594 00000 n 
-0000343484 00000 n 
+0000343481 00000 n 
 0000128785 00000 n 
-0000343552 00000 n 
+0000343549 00000 n 
 0000128974 00000 n 
-0000343619 00000 n 
+0000343616 00000 n 
 0000129131 00000 n 
 0000129288 00000 n 
 0000129528 00000 n 
@@ -3414,10 +3414,10 @@
 0000129806 00000 n 
 0000129942 00000 n 
 0000130051 00000 n 
-0000130278 00000 n 
-0000335860 00000 n 
-0000336010 00000 n 
-0000339610 00000 n 
+0000130277 00000 n 
+0000335859 00000 n 
+0000336008 00000 n 
+0000339607 00000 n 
 trailer
 <<
 /Size 341
@@ -3425,5 +3425,5 @@
 /Info 4 0 R
 >>
 startxref
-343687
+343684
 %%EOF

Modified: hadoop/core/trunk/docs/cn/native_libraries.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/native_libraries.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/native_libraries.pdf (original)
+++ hadoop/core/trunk/docs/cn/native_libraries.pdf Tue Dec 16 00:37:30 2008
@@ -462,7 +462,7 @@
 endobj
 62 0 obj
 << /Type /FontDescriptor
-/FontName /15Eee7ARPLUMingCN,Light
+/FontName /5E4760ARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -486,13 +486,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /15Eee7ARPLUMingCN,Light
+/BaseFont /5E4760ARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 65 0 R ]  >>
 endobj
 65 0 obj
 << /Type /Font
-/BaseFont /15Eee7ARPLUMingCN,Light 
+/BaseFont /5E4760ARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 62 0 R

Modified: hadoop/core/trunk/docs/cn/quickstart.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/quickstart.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/quickstart.pdf (original)
+++ hadoop/core/trunk/docs/cn/quickstart.pdf Tue Dec 16 00:37:30 2008
@@ -439,7 +439,7 @@
 endobj
 67 0 obj
 << /Type /FontDescriptor
-/FontName /5Ec9e9ARPLUMingCN,Light
+/FontName /10E5c7aARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -463,13 +463,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /5Ec9e9ARPLUMingCN,Light
+/BaseFont /10E5c7aARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 70 0 R ]  >>
 endobj
 70 0 obj
 << /Type /Font
-/BaseFont /5Ec9e9ARPLUMingCN,Light 
+/BaseFont /10E5c7aARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 67 0 R
@@ -587,39 +587,39 @@
 xref
 0 72
 0000000000 65535 f 
-0000104934 00000 n 
-0000105020 00000 n 
-0000105112 00000 n 
+0000104937 00000 n 
+0000105023 00000 n 
+0000105115 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000962 00000 n 
 0000001082 00000 n 
 0000001191 00000 n 
-0000105214 00000 n 
+0000105217 00000 n 
 0000001324 00000 n 
-0000105277 00000 n 
+0000105280 00000 n 
 0000001455 00000 n 
-0000105341 00000 n 
+0000105344 00000 n 
 0000001590 00000 n 
-0000105407 00000 n 
+0000105410 00000 n 
 0000001725 00000 n 
-0000105472 00000 n 
+0000105475 00000 n 
 0000001860 00000 n 
-0000105537 00000 n 
+0000105540 00000 n 
 0000001995 00000 n 
-0000105601 00000 n 
+0000105604 00000 n 
 0000002128 00000 n 
-0000105667 00000 n 
+0000105670 00000 n 
 0000002263 00000 n 
-0000105733 00000 n 
+0000105736 00000 n 
 0000002398 00000 n 
-0000105799 00000 n 
+0000105802 00000 n 
 0000002533 00000 n 
-0000105865 00000 n 
+0000105868 00000 n 
 0000002668 00000 n 
-0000105931 00000 n 
+0000105934 00000 n 
 0000002801 00000 n 
-0000105996 00000 n 
+0000105999 00000 n 
 0000002936 00000 n 
 0000005090 00000 n 
 0000005213 00000 n 
@@ -638,7 +638,7 @@
 0000011885 00000 n 
 0000012058 00000 n 
 0000012229 00000 n 
-0000106062 00000 n 
+0000106065 00000 n 
 0000012397 00000 n 
 0000012504 00000 n 
 0000012682 00000 n 
@@ -654,10 +654,10 @@
 0000014235 00000 n 
 0000014416 00000 n 
 0000014524 00000 n 
-0000014748 00000 n 
-0000102841 00000 n 
-0000102988 00000 n 
-0000104818 00000 n 
+0000014749 00000 n 
+0000102842 00000 n 
+0000102990 00000 n 
+0000104821 00000 n 
 trailer
 <<
 /Size 72
@@ -665,5 +665,5 @@
 /Info 4 0 R
 >>
 startxref
-106113
+106116
 %%EOF

Modified: hadoop/core/trunk/docs/cn/streaming.pdf
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/docs/cn/streaming.pdf?rev=726984&r1=726983&r2=726984&view=diff
==============================================================================
--- hadoop/core/trunk/docs/cn/streaming.pdf (original)
+++ hadoop/core/trunk/docs/cn/streaming.pdf Tue Dec 16 00:37:30 2008
@@ -859,7 +859,7 @@
 endobj
 130 0 obj
 << /Type /FontDescriptor
-/FontName /19E206aARPLUMingCN,Light
+/FontName /9E59e2ARPLUMingCN,Light
 /FontBBox  [-62 -151 1009 895] 
 /Flags 33
 /CapHeight 603
@@ -883,13 +883,13 @@
 << /Type /Font
 /Subtype /Type0
 /Name /F15
-/BaseFont /19E206aARPLUMingCN,Light
+/BaseFont /9E59e2ARPLUMingCN,Light
 /Encoding /Identity-H
 /DescendantFonts [ 133 0 R ]  >>
 endobj
 133 0 obj
 << /Type /Font
-/BaseFont /19E206aARPLUMingCN,Light 
+/BaseFont /9E59e2ARPLUMingCN,Light 
 /Subtype /CIDFontType2
 /CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
 /FontDescriptor 130 0 R
@@ -1098,74 +1098,74 @@
 xref
 0 136
 0000000000 65535 f 
-0000170685 00000 n 
-0000170836 00000 n 
-0000170929 00000 n 
+0000170682 00000 n 
+0000170833 00000 n 
+0000170926 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000001944 00000 n 
 0000002064 00000 n 
 0000002229 00000 n 
-0000171046 00000 n 
+0000171043 00000 n 
 0000002362 00000 n 
-0000171109 00000 n 
+0000171106 00000 n 
 0000002493 00000 n 
-0000171174 00000 n 
+0000171171 00000 n 
 0000002628 00000 n 
-0000171240 00000 n 
+0000171237 00000 n 
 0000002763 00000 n 
-0000171306 00000 n 
+0000171303 00000 n 
 0000002898 00000 n 
-0000171371 00000 n 
+0000171368 00000 n 
 0000003033 00000 n 
-0000171435 00000 n 
+0000171432 00000 n 
 0000003166 00000 n 
-0000171501 00000 n 
+0000171498 00000 n 
 0000003301 00000 n 
-0000171567 00000 n 
+0000171564 00000 n 
 0000003436 00000 n 
-0000171633 00000 n 
+0000171630 00000 n 
 0000003571 00000 n 
-0000171699 00000 n 
+0000171696 00000 n 
 0000003706 00000 n 
-0000171765 00000 n 
+0000171762 00000 n 
 0000003843 00000 n 
 0000003977 00000 n 
-0000171829 00000 n 
+0000171826 00000 n 
 0000004112 00000 n 
-0000171895 00000 n 
+0000171892 00000 n 
 0000004247 00000 n 
-0000171960 00000 n 
+0000171957 00000 n 
 0000004382 00000 n 
-0000172026 00000 n 
+0000172023 00000 n 
 0000004515 00000 n 
-0000172090 00000 n 
+0000172087 00000 n 
 0000004650 00000 n 
-0000172156 00000 n 
+0000172153 00000 n 
 0000004785 00000 n 
-0000172222 00000 n 
+0000172219 00000 n 
 0000004920 00000 n 
 0000005054 00000 n 
 0000006343 00000 n 
 0000006466 00000 n 
 0000006556 00000 n 
-0000172288 00000 n 
+0000172285 00000 n 
 0000006691 00000 n 
 0000006825 00000 n 
-0000172354 00000 n 
+0000172351 00000 n 
 0000006964 00000 n 
 0000007098 00000 n 
-0000172420 00000 n 
+0000172417 00000 n 
 0000007233 00000 n 
-0000172485 00000 n 
+0000172482 00000 n 
 0000007366 00000 n 
-0000172550 00000 n 
+0000172547 00000 n 
 0000007501 00000 n 
-0000172617 00000 n 
+0000172614 00000 n 
 0000007636 00000 n 
-0000172684 00000 n 
+0000172681 00000 n 
 0000007771 00000 n 
-0000172750 00000 n 
+0000172747 00000 n 
 0000007906 00000 n 
 0000010100 00000 n 
 0000010208 00000 n 
@@ -1198,7 +1198,7 @@
 0000035292 00000 n 
 0000035400 00000 n 
 0000037308 00000 n 
-0000172817 00000 n 
+0000172814 00000 n 
 0000037417 00000 n 
 0000037606 00000 n 
 0000037800 00000 n 
@@ -1228,11 +1228,11 @@
 0000045228 00000 n 
 0000045483 00000 n 
 0000045592 00000 n 
-0000045819 00000 n 
-0000167918 00000 n 
-0000168068 00000 n 
-0000170461 00000 n 
-0000170568 00000 n 
+0000045818 00000 n 
+0000167917 00000 n 
+0000168066 00000 n 
+0000170458 00000 n 
+0000170565 00000 n 
 trailer
 <<
 /Size 136
@@ -1240,5 +1240,5 @@
 /Info 4 0 R
 >>
 startxref
-172871
+172868
 %%EOF