Author: tomwhite
Date: Tue Jun 30 10:35:10 2009
New Revision: 789657
URL: http://svn.apache.org/viewvc?rev=789657&view=rev
Log:
Preparing for release 0.19.2
Modified:
hadoop/common/branches/branch-0.19/CHANGES.txt
hadoop/common/branches/branch-0.19/build.xml
hadoop/common/branches/branch-0.19/docs/changes.html
hadoop/common/branches/branch-0.19/docs/cn/cluster_setup.pdf
hadoop/common/branches/branch-0.19/docs/cn/commands_manual.pdf
hadoop/common/branches/branch-0.19/docs/cn/distcp.pdf
hadoop/common/branches/branch-0.19/docs/cn/hadoop_archives.pdf
hadoop/common/branches/branch-0.19/docs/cn/hdfs_design.pdf
hadoop/common/branches/branch-0.19/docs/cn/hdfs_permissions_guide.pdf
hadoop/common/branches/branch-0.19/docs/cn/hdfs_quota_admin_guide.pdf
hadoop/common/branches/branch-0.19/docs/cn/hdfs_shell.pdf
hadoop/common/branches/branch-0.19/docs/cn/hdfs_user_guide.pdf
hadoop/common/branches/branch-0.19/docs/cn/hod.pdf
hadoop/common/branches/branch-0.19/docs/cn/hod_admin_guide.pdf
hadoop/common/branches/branch-0.19/docs/cn/hod_config_guide.pdf
hadoop/common/branches/branch-0.19/docs/cn/hod_user_guide.pdf
hadoop/common/branches/branch-0.19/docs/cn/index.pdf
hadoop/common/branches/branch-0.19/docs/cn/linkmap.pdf
hadoop/common/branches/branch-0.19/docs/cn/mapred_tutorial.pdf
hadoop/common/branches/branch-0.19/docs/cn/native_libraries.pdf
hadoop/common/branches/branch-0.19/docs/cn/quickstart.pdf
hadoop/common/branches/branch-0.19/docs/cn/streaming.pdf
hadoop/common/branches/branch-0.19/docs/mapred_tutorial.html
hadoop/common/branches/branch-0.19/docs/mapred_tutorial.pdf
hadoop/common/branches/branch-0.19/docs/releasenotes.html
Modified: hadoop/common/branches/branch-0.19/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/CHANGES.txt?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.19/CHANGES.txt Tue Jun 30 10:35:10 2009
@@ -1,6 +1,6 @@
Hadoop Change Log
-Release 0.19.2 - Unreleased
+Release 0.19.2 - 2009-06-30
BUG FIXES
Modified: hadoop/common/branches/branch-0.19/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/build.xml?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/build.xml (original)
+++ hadoop/common/branches/branch-0.19/build.xml Tue Jun 30 10:35:10 2009
@@ -26,7 +26,7 @@
<property name="Name" value="Hadoop"/>
<property name="name" value="hadoop"/>
- <property name="version" value="0.19.2-dev"/>
+ <property name="version" value="0.19.3-dev"/>
<property name="final.name" value="${name}-${version}"/>
<property name="year" value="2008"/>
<property name="libhdfs.version" value="1"/>
Modified: hadoop/common/branches/branch-0.19/docs/changes.html
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/changes.html?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/changes.html (original)
+++ hadoop/common/branches/branch-0.19/docs/changes.html Tue Jun 30 10:35:10 2009
@@ -36,7 +36,7 @@
function collapse() {
for (var i = 0; i < document.getElementsByTagName("ul").length; i++) {
var list = document.getElementsByTagName("ul")[i];
- if (list.id != 'release_0.19.1_-_2009-02-23_' && list.id != 'release_0.19.0_-_2008-11-18_') {
+ if (list.id != 'release_0.19.2_-_2009-06-30_' && list.id != 'release_0.19.1_-_2009-02-23_') {
list.style.display = "none";
}
}
@@ -52,31 +52,98 @@
<a href="http://hadoop.apache.org/core/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
<h1>Hadoop Change Log</h1>
-<h2><a href="javascript:toggleList('release_0.19.1_-_2009-02-23_')">Release 0.19.1 - 2009-02-23
+<h2><a href="javascript:toggleList('release_0.19.2_-_2009-06-30_')">Release 0.19.2 - 2009-06-30
</a></h2>
-<ul id="release_0.19.1_-_2009-02-23_">
- <li><a href="javascript:toggleList('release_0.19.1_-_2009-02-23_._incompatible_changes_')"> INCOMPATIBLE CHANGES
-</a> (2)
- <ol id="release_0.19.1_-_2009-02-23_._incompatible_changes_">
+<ul id="release_0.19.2_-_2009-06-30_">
+ <li><a href="javascript:toggleList('release_0.19.2_-_2009-06-30_._bug_fixes_')"> BUG FIXES
+</a> (36)
+ <ol id="release_0.19.2_-_2009-06-30_._bug_fixes_">
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5379">HADOOP-5379</a>. CBZip2InputStream to throw IOException on data crc error.<br />(Rodrigo Schmidt via zshao)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5326">HADOOP-5326</a>. Fixes CBZip2OutputStream data corruption problem.<br />(Rodrigo Schmidt via zshao)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5154">HADOOP-5154</a>. Fixes a deadlock in the fairshare scheduler.<br />(Matei Zaharia via yhemanth)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5269">HADOOP-5269</a>. Fixes a problem to do with tasktracker holding on to FAILED_UNCLEAN
+or KILLED_UNCLEAN tasks forever.<br />(Amareshwari Sriramadasu via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5280">HADOOP-5280</a>. Adds a check to prevent a task state transition from FAILED to
+any of UNASSIGNED, RUNNING, COMMIT_PENDING or SUCCEEDED.<br />(ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5241">HADOOP-5241</a>. Fixes a bug in disk-space resource estimation. Makes the estimation
+formula linear where blowUp = Total-Output/Total-Input.<br />(Sharad Agarwal via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5233">HADOOP-5233</a>. Addresses the three issues - Race condition in updating
+status, NPE in TaskTracker task localization when the conf file is missing
+(<a href="http://issues.apache.org/jira/browse/HADOOP-5234">HADOOP-5234</a>) and NPE in handling KillTaskAction of a cleanup task (<a href="http://issues.apache.org/jira/browse/HADOOP-5235">HADOOP-5235</a>).<br />(Amareshwari Sriramadasu via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5247">HADOOP-5247</a>. Introduces a broadcast of KillJobAction to all trackers when
+a job finishes. This fixes a bunch of problems to do with NPE when a completed
+job is not in memory and a tasktracker comes to the jobtracker with a status
+report of a task belonging to that job.<br />(Amar Kamat via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5146">HADOOP-5146</a>. Fixes a race condition that causes LocalDirAllocator to miss
+files.<br />(Devaraj Das via yhemanth)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4638">HADOOP-4638</a>. Fixes job recovery to not crash the job tracker for problems
+with a single job file.<br />(Amar Kamat via yhemanth)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5384">HADOOP-5384</a>. Fix a problem that DataNodeCluster creates blocks with
+generationStamp == 1.<br />(szetszwo)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5376">HADOOP-5376</a>. Fixes the code handling lost tasktrackers to set the task state
+to KILLED_UNCLEAN only for relevant type of tasks.<br />(Amareshwari Sriramadasu via yhemanth)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5285">HADOOP-5285</a>. Fixes the issues - (1) obtainTaskCleanupTask checks whether job is
+inited before trying to lock the JobInProgress (2) Moves the CleanupQueue class
+outside the TaskTracker and makes it a generic class that is used by the
+JobTracker also for deleting the paths on the job's output fs. (3) Moves the
+references to completedJobStore outside the block where the JobTracker is locked.<br />(ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5392">HADOOP-5392</a>. Fixes a problem to do with JT crashing during recovery when
+the job files are garbled.<br />(Amar Kamat vi ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5421">HADOOP-5421</a>. Removes the test TestRecoveryManager.java from the 0.19 branch
+as it has compilation issues.<br />(ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5332">HADOOP-5332</a>. Appending to files is not allowed (by default) unless
+dfs.support.append is set to true.<br />(dhruba)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5333">HADOOP-5333</a>. libhdfs supports appending to files.<br />(dhruba)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-3998">HADOOP-3998</a>. Fix dfsclient exception when JVM is shutdown.<br />(dhruba)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5440">HADOOP-5440</a>. Fixes a problem to do with removing a taskId from the list
+of taskIds that the TaskTracker's TaskMemoryManager manages.<br />(Amareshwari Sriramadasu via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5446">HADOOP-5446</a>. Restore TaskTracker metrics.<br />(cdouglas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5449">HADOOP-5449</a>. Fixes the history cleaner thread.<br />(Amareshwari Sriramadasu via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5479">HADOOP-5479</a>. NameNode should not send empty block replication request to
+DataNode.<br />(hairong)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5522">HADOOP-5522</a>. Documents the setup/cleanup tasks in the mapred tutorial.<br />(Amareshwari Sriramadasu via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5549">HADOOP-5549</a>. ReplicationMonitor should schedule both replication and
+deletion work in one iteration.<br />(hairong)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5554">HADOOP-5554</a>. DataNodeCluster and CreateEditsLog should create blocks with
+the same generation stamp value.<br />(hairong via szetszwo)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5231">HADOOP-5231</a>. Clones the TaskStatus before passing it to the JobInProgress.<br />(Amareshwari Sriramadasu via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4719">HADOOP-4719</a>. Fix documentation of 'ls' format for FsShell.<br />(Ravi Phulari
+via cdouglas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5374">HADOOP-5374</a>. Fixes a NPE problem in getTasksToSave method.<br />(Amareshwari Sriramadasu via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-4780">HADOOP-4780</a>. Cache the size of directories in DistributedCache, avoiding
+long delays in recalculating it.<br />(He Yongqiang via cdouglas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5551">HADOOP-5551</a>. Prevent directory destruction on file create.<br />(Brian Bockelman via shv)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5671">HADOOP-5671</a>. Fix FNF exceptions when copying from old versions of
+HftpFileSystem. (Tsz Wo (Nicholas), SZE via cdouglas)
+</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5213">HADOOP-5213</a>. Fix Null pointer exception caused when bzip2compression
+was used and user closed a output stream without writing any data.<br />(Zheng Shao via dhruba)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5579">HADOOP-5579</a>. Set errno correctly in libhdfs for permission, quota, and FNF
+conditions.<br />(Brian Bockelman via cdouglas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5728">HADOOP-5728</a>. Fixed FSEditLog.printStatistics IndexOutOfBoundsException.<br />(Wang Xu via johan)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5816">HADOOP-5816</a>. Fixes a problem in the KeyFieldBasedComparator to do with
+ArrayIndexOutOfBounds exception.<br />(He Yongqiang via ddas)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5951">HADOOP-5951</a>. Add Apache license header to StorageInfo.java.<br />(Suresh
+Srinivas via szetszwo)</li>
+ </ol>
+ </li>
+</ul>
+<h2><a href="javascript:toggleList('release_0.19.1_-_2009-02-23_')">Release 0.19.1 - 2009-02-23
+</a></h2>
+ <ul id="release_0.19.1_-_2009-02-23_">
<li><a href="http://issues.apache.org/jira/browse/HADOOP-5225">HADOOP-5225</a>. Workaround for tmp file handling in HDFS. sync() is
incomplete as a result. committed only to 0.19.x.<br />(Raghu Angadi)</li>
<li><a href="http://issues.apache.org/jira/browse/HADOOP-5224">HADOOP-5224</a>. HDFS append() is disabled. It throws
UnsupportedOperationException. committed only to 0.19.x<br />(Raghu Angadi)</li>
- </ol>
- </li>
- <li><a href="javascript:toggleList('release_0.19.1_-_2009-02-23_._improvements_')"> IMPROVEMENTS
-</a> (4)
- <ol id="release_0.19.1_-_2009-02-23_._improvements_">
+ </ul>
+ <ul id="release_0.19.1_-_2009-02-23_._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>
<li><a href="http://issues.apache.org/jira/browse/HADOOP-3894">HADOOP-3894</a>. DFSClient logging improvements.<br />(Steve Loughran via shv)</li>
<li><a href="http://issues.apache.org/jira/browse/HADOOP-5126">HADOOP-5126</a>. Remove empty file BlocksWithLocations.java<br />(shv)</li>
<li><a href="http://issues.apache.org/jira/browse/HADOOP-5127">HADOOP-5127</a>. Remove public methods in FSDirectory.<br />(Jakob Homan via shv)</li>
- </ol>
- </li>
- <li><a href="javascript:toggleList('release_0.19.1_-_2009-02-23_._bug_fixes_')"> BUG FIXES
-</a> (31)
- <ol id="release_0.19.1_-_2009-02-23_._bug_fixes_">
+ </ul>
+ <ul id="release_0.19.1_-_2009-02-23_._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>
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4420">HADOOP-4420</a>. Add null checks for job, caused by invalid job IDs.<br />(Aaron Kimball via tomwhite)</li>
@@ -130,11 +197,11 @@
<li><a href="http://issues.apache.org/jira/browse/HADOOP-5067">HADOOP-5067</a>. Fixes TaskInProgress.java to keep track of count of failed and
killed tasks correctly.<br />(Amareshwari Sriramadasu via ddas)</li>
<li><a href="http://issues.apache.org/jira/browse/HADOOP-4760">HADOOP-4760</a>. HDFS streams should not throw exceptions when closed twice.<br />(enis)</li>
- </ol>
- </li>
-</ul>
-<h2><a href="javascript:toggleList('release_0.19.0_-_2008-11-18_')">Release 0.19.0 - 2008-11-18
-</a></h2>
+ </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> (22)
@@ -757,13 +824,11 @@
</ol>
</li>
</ul>
-<h2><a href="javascript:toggleList('older')">Older Releases</a></h2>
-<ul id="older">
<h3><a href="javascript:toggleList('release_0.18.4_-_unreleased_')">Release 0.18.4 - Unreleased
</a></h3>
<ul id="release_0.18.4_-_unreleased_">
<li><a href="javascript:toggleList('release_0.18.4_-_unreleased_._bug_fixes_')"> BUG FIXES
-</a> (3)
+</a> (8)
<ol id="release_0.18.4_-_unreleased_._bug_fixes_">
<li><a href="http://issues.apache.org/jira/browse/HADOOP-5114">HADOOP-5114</a>. Remove timeout for accept() in DataNode. This makes accept()
fail in JDK on Windows and causes many tests to fail.<br />(Raghu Angadi)</li>
@@ -771,6 +836,17 @@
being written by other threads.<br />(hairong)</li>
<li><a href="http://issues.apache.org/jira/browse/HADOOP-5134">HADOOP-5134</a>. FSNamesystem#commitBlockSynchronization adds under-construction
block locations to blocksMap.<br />(Dhruba Borthakur via hairong)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5412">HADOOP-5412</a>. Simulated DataNode should not write to a block that's being
+written by another thread.<br />(hairong)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5465">HADOOP-5465</a>. Fix the problem of blocks remaining under-replicated by
+providing synchronized modification to the counter xmitsInProgress in
+DataNode.<br />(hairong)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5557">HADOOP-5557</a>. Fixes some minor problems in TestOverReplicatedBlocks.<br />(szetszwo)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-5644">HADOOP-5644</a>. Namnode is stuck in safe mode.<br />(Suresh Srinivas via hairong)</li>
+ <li><a href="http://issues.apache.org/jira/browse/HADOOP-6017">HADOOP-6017</a>. Lease Manager in NameNode does not handle certain characters
+in filenames. This results in fatal errors in Secondary NameNode and while
+restrating NameNode. (Tsz Wo (Nicholas), SZE via rangadi)
+</li>
</ol>
</li>
</ul>
Modified: hadoop/common/branches/branch-0.19/docs/cn/cluster_setup.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/cluster_setup.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/cluster_setup.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/cluster_setup.pdf Tue Jun 30 10:35:10 2009
@@ -467,7 +467,7 @@
endobj
73 0 obj
<< /Type /FontDescriptor
-/FontName /16Eab01ARPLUMingCN,Light
+/FontName /12E62d4ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -491,13 +491,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /16Eab01ARPLUMingCN,Light
+/BaseFont /12E62d4ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 76 0 R ] >>
endobj
76 0 obj
<< /Type /Font
-/BaseFont /16Eab01ARPLUMingCN,Light
+/BaseFont /12E62d4ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 73 0 R
Modified: hadoop/common/branches/branch-0.19/docs/cn/commands_manual.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/commands_manual.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/commands_manual.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/commands_manual.pdf Tue Jun 30 10:35:10 2009
@@ -910,7 +910,7 @@
endobj
123 0 obj
<< /Type /FontDescriptor
-/FontName /14Ea515ARPLUMingCN,Light
+/FontName /11E5f19ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -934,13 +934,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /14Ea515ARPLUMingCN,Light
+/BaseFont /11E5f19ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 126 0 R ] >>
endobj
126 0 obj
<< /Type /Font
-/BaseFont /14Ea515ARPLUMingCN,Light
+/BaseFont /11E5f19ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 123 0 R
Modified: hadoop/common/branches/branch-0.19/docs/cn/distcp.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/distcp.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/distcp.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/distcp.pdf Tue Jun 30 10:35:10 2009
@@ -380,7 +380,7 @@
endobj
59 0 obj
<< /Type /FontDescriptor
-/FontName /9E90d4ARPLUMingCN,Light
+/FontName /2E2714ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -404,13 +404,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /9E90d4ARPLUMingCN,Light
+/BaseFont /2E2714ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 62 0 R ] >>
endobj
62 0 obj
<< /Type /Font
-/BaseFont /9E90d4ARPLUMingCN,Light
+/BaseFont /2E2714ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 59 0 R
Modified: hadoop/common/branches/branch-0.19/docs/cn/hadoop_archives.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hadoop_archives.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hadoop_archives.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hadoop_archives.pdf Tue Jun 30 10:35:10 2009
@@ -118,7 +118,7 @@
endobj
23 0 obj
<< /Type /FontDescriptor
-/FontName /2E5ec9ARPLUMingCN,Light
+/FontName /5E374aARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -142,13 +142,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /2E5ec9ARPLUMingCN,Light
+/BaseFont /5E374aARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 26 0 R ] >>
endobj
26 0 obj
<< /Type /Font
-/BaseFont /2E5ec9ARPLUMingCN,Light
+/BaseFont /5E374aARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 23 0 R
Modified: hadoop/common/branches/branch-0.19/docs/cn/hdfs_design.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hdfs_design.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hdfs_design.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hdfs_design.pdf Tue Jun 30 10:35:10 2009
@@ -978,7 +978,7 @@
endobj
148 0 obj
<< /Type /FontDescriptor
-/FontName /5E6fd4ARPLUMingCN,Light
+/FontName /6E3a34ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -1002,13 +1002,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /5E6fd4ARPLUMingCN,Light
+/BaseFont /6E3a34ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 151 0 R ] >>
endobj
151 0 obj
<< /Type /Font
-/BaseFont /5E6fd4ARPLUMingCN,Light
+/BaseFont /6E3a34ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 148 0 R
Modified: hadoop/common/branches/branch-0.19/docs/cn/hdfs_permissions_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hdfs_permissions_guide.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hdfs_permissions_guide.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hdfs_permissions_guide.pdf Tue Jun 30 10:35:10 2009
@@ -276,7 +276,7 @@
endobj
47 0 obj
<< /Type /FontDescriptor
-/FontName /17Ead51ARPLUMingCN,Light
+/FontName /4E3235ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -300,13 +300,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /17Ead51ARPLUMingCN,Light
+/BaseFont /4E3235ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 50 0 R ] >>
endobj
50 0 obj
<< /Type /Font
-/BaseFont /17Ead51ARPLUMingCN,Light
+/BaseFont /4E3235ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 47 0 R
@@ -400,31 +400,31 @@
xref
0 52
0000000000 65535 f
-0000130510 00000 n
-0000130596 00000 n
-0000130688 00000 n
+0000130507 00000 n
+0000130593 00000 n
+0000130685 00000 n
0000000015 00000 n
0000000071 00000 n
0000000825 00000 n
0000000945 00000 n
0000001026 00000 n
-0000130812 00000 n
+0000130809 00000 n
0000001159 00000 n
-0000130875 00000 n
+0000130872 00000 n
0000001290 00000 n
-0000130941 00000 n
+0000130938 00000 n
0000001425 00000 n
-0000131005 00000 n
+0000131002 00000 n
0000001560 00000 n
-0000131071 00000 n
+0000131068 00000 n
0000001695 00000 n
-0000131137 00000 n
+0000131134 00000 n
0000001830 00000 n
-0000131203 00000 n
+0000131200 00000 n
0000001963 00000 n
-0000131269 00000 n
+0000131266 00000 n
0000002098 00000 n
-0000131335 00000 n
+0000131332 00000 n
0000002233 00000 n
0000004561 00000 n
0000004669 00000 n
@@ -433,7 +433,7 @@
0000009474 00000 n
0000009582 00000 n
0000011561 00000 n
-0000131399 00000 n
+0000131396 00000 n
0000011669 00000 n
0000011776 00000 n
0000011912 00000 n
@@ -447,10 +447,10 @@
0000013069 00000 n
0000013177 00000 n
0000013297 00000 n
-0000013522 00000 n
-0000128000 00000 n
-0000128148 00000 n
-0000130394 00000 n
+0000013521 00000 n
+0000127999 00000 n
+0000128146 00000 n
+0000130391 00000 n
trailer
<<
/Size 52
@@ -458,5 +458,5 @@
/Info 4 0 R
>>
startxref
-131450
+131447
%%EOF
Modified: hadoop/common/branches/branch-0.19/docs/cn/hdfs_quota_admin_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hdfs_quota_admin_guide.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hdfs_quota_admin_guide.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hdfs_quota_admin_guide.pdf Tue Jun 30 10:35:10 2009
@@ -28,7 +28,7 @@
endobj
8 0 obj
<< /Type /FontDescriptor
-/FontName /8E8ef6ARPLUMingCN,Light
+/FontName /19E8d8aARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -52,13 +52,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /8E8ef6ARPLUMingCN,Light
+/BaseFont /19E8d8aARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 11 0 R ] >>
endobj
11 0 obj
<< /Type /Font
-/BaseFont /8E8ef6ARPLUMingCN,Light
+/BaseFont /19E8d8aARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 8 0 R
@@ -91,18 +91,18 @@
xref
0 13
0000000000 65535 f
-0000047869 00000 n
-0000047927 00000 n
-0000047977 00000 n
+0000047872 00000 n
+0000047930 00000 n
+0000047980 00000 n
0000000015 00000 n
0000000071 00000 n
0000001741 00000 n
0000001847 00000 n
0000001954 00000 n
-0000002176 00000 n
-0000046566 00000 n
-0000046713 00000 n
-0000047753 00000 n
+0000002177 00000 n
+0000046567 00000 n
+0000046715 00000 n
+0000047756 00000 n
trailer
<<
/Size 13
@@ -110,5 +110,5 @@
/Info 4 0 R
>>
startxref
-48078
+48081
%%EOF
Modified: hadoop/common/branches/branch-0.19/docs/cn/hdfs_shell.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hdfs_shell.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hdfs_shell.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hdfs_shell.pdf Tue Jun 30 10:35:10 2009
@@ -782,7 +782,7 @@
endobj
122 0 obj
<< /Type /FontDescriptor
-/FontName /18Eaf21ARPLUMingCN,Light
+/FontName /16E701fARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -806,13 +806,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /18Eaf21ARPLUMingCN,Light
+/BaseFont /16E701fARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 125 0 R ] >>
endobj
125 0 obj
<< /Type /Font
-/BaseFont /18Eaf21ARPLUMingCN,Light
+/BaseFont /16E701fARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 122 0 R
Modified: hadoop/common/branches/branch-0.19/docs/cn/hdfs_user_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hdfs_user_guide.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hdfs_user_guide.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hdfs_user_guide.pdf Tue Jun 30 10:35:10 2009
@@ -785,7 +785,7 @@
endobj
104 0 obj
<< /Type /FontDescriptor
-/FontName /3E615dARPLUMingCN,Light
+/FontName /14E68a1ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -809,13 +809,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /3E615dARPLUMingCN,Light
+/BaseFont /14E68a1ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 107 0 R ] >>
endobj
107 0 obj
<< /Type /Font
-/BaseFont /3E615dARPLUMingCN,Light
+/BaseFont /14E68a1ARPLUMingCN,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/common/branches/branch-0.19/docs/cn/hod.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hod.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hod.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hod.pdf Tue Jun 30 10:35:10 2009
@@ -125,7 +125,7 @@
endobj
22 0 obj
<< /Type /FontDescriptor
-/FontName /10E92e5ARPLUMingCN,Light
+/FontName /7E444aARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -149,13 +149,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /10E92e5ARPLUMingCN,Light
+/BaseFont /7E444aARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 25 0 R ] >>
endobj
25 0 obj
<< /Type /Font
-/BaseFont /10E92e5ARPLUMingCN,Light
+/BaseFont /7E444aARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 22 0 R
@@ -207,32 +207,32 @@
xref
0 27
0000000000 65535 f
-0000054509 00000 n
-0000054574 00000 n
-0000054666 00000 n
+0000054506 00000 n
+0000054571 00000 n
+0000054663 00000 n
0000000015 00000 n
0000000071 00000 n
0000000558 00000 n
0000000678 00000 n
0000000710 00000 n
-0000054768 00000 n
+0000054765 00000 n
0000000843 00000 n
-0000054831 00000 n
+0000054828 00000 n
0000000974 00000 n
0000002833 00000 n
0000002956 00000 n
0000002997 00000 n
0000003167 00000 n
0000003338 00000 n
-0000054897 00000 n
+0000054894 00000 n
0000003507 00000 n
0000003614 00000 n
0000003722 00000 n
0000003830 00000 n
-0000004055 00000 n
-0000053142 00000 n
-0000053290 00000 n
-0000054393 00000 n
+0000004054 00000 n
+0000053141 00000 n
+0000053288 00000 n
+0000054390 00000 n
trailer
<<
/Size 27
@@ -240,5 +240,5 @@
/Info 4 0 R
>>
startxref
-54948
+54945
%%EOF
Modified: hadoop/common/branches/branch-0.19/docs/cn/hod_admin_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hod_admin_guide.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hod_admin_guide.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hod_admin_guide.pdf Tue Jun 30 10:35:10 2009
@@ -635,7 +635,7 @@
endobj
91 0 obj
<< /Type /FontDescriptor
-/FontName /12E9e5aARPLUMingCN,Light
+/FontName /8E48c0ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -659,13 +659,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /12E9e5aARPLUMingCN,Light
+/BaseFont /8E48c0ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 94 0 R ] >>
endobj
94 0 obj
<< /Type /Font
-/BaseFont /12E9e5aARPLUMingCN,Light
+/BaseFont /8E48c0ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 91 0 R
@@ -801,37 +801,37 @@
xref
0 96
0000000000 65535 f
-0000175215 00000 n
-0000175322 00000 n
-0000175414 00000 n
+0000175212 00000 n
+0000175319 00000 n
+0000175411 00000 n
0000000015 00000 n
0000000071 00000 n
0000001083 00000 n
0000001203 00000 n
0000001305 00000 n
-0000175516 00000 n
+0000175513 00000 n
0000001438 00000 n
-0000175579 00000 n
+0000175576 00000 n
0000001569 00000 n
-0000175645 00000 n
+0000175642 00000 n
0000001704 00000 n
-0000175710 00000 n
+0000175707 00000 n
0000001839 00000 n
-0000175776 00000 n
+0000175773 00000 n
0000001974 00000 n
-0000175842 00000 n
+0000175839 00000 n
0000002109 00000 n
-0000175908 00000 n
+0000175905 00000 n
0000002242 00000 n
-0000175974 00000 n
+0000175971 00000 n
0000002377 00000 n
-0000176040 00000 n
+0000176037 00000 n
0000002512 00000 n
-0000176106 00000 n
+0000176103 00000 n
0000002647 00000 n
-0000176172 00000 n
+0000176169 00000 n
0000002782 00000 n
-0000176238 00000 n
+0000176235 00000 n
0000002915 00000 n
0000005593 00000 n
0000005716 00000 n
@@ -869,7 +869,7 @@
0000023696 00000 n
0000023919 00000 n
0000025132 00000 n
-0000176304 00000 n
+0000176301 00000 n
0000025240 00000 n
0000025347 00000 n
0000025485 00000 n
@@ -880,22 +880,22 @@
0000026214 00000 n
0000026354 00000 n
0000026553 00000 n
-0000176355 00000 n
+0000176352 00000 n
0000026839 00000 n
-0000176421 00000 n
+0000176418 00000 n
0000027050 00000 n
0000027292 00000 n
-0000176487 00000 n
+0000176484 00000 n
0000027593 00000 n
0000027790 00000 n
-0000176553 00000 n
+0000176550 00000 n
0000028173 00000 n
0000028401 00000 n
0000028509 00000 n
-0000028734 00000 n
-0000172258 00000 n
-0000172406 00000 n
-0000175099 00000 n
+0000028733 00000 n
+0000172257 00000 n
+0000172404 00000 n
+0000175096 00000 n
trailer
<<
/Size 96
@@ -903,5 +903,5 @@
/Info 4 0 R
>>
startxref
-176617
+176614
%%EOF
Modified: hadoop/common/branches/branch-0.19/docs/cn/hod_config_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hod_config_guide.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hod_config_guide.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hod_config_guide.pdf Tue Jun 30 10:35:10 2009
@@ -299,7 +299,7 @@
endobj
50 0 obj
<< /Type /FontDescriptor
-/FontName /19Eb0b5ARPLUMingCN,Light
+/FontName /9E4d2eARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -323,13 +323,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /19Eb0b5ARPLUMingCN,Light
+/BaseFont /9E4d2eARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 53 0 R ] >>
endobj
53 0 obj
<< /Type /Font
-/BaseFont /19Eb0b5ARPLUMingCN,Light
+/BaseFont /9E4d2eARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 50 0 R
@@ -429,33 +429,33 @@
xref
0 55
0000000000 65535 f
-0000123044 00000 n
-0000123130 00000 n
-0000123222 00000 n
+0000123041 00000 n
+0000123127 00000 n
+0000123219 00000 n
0000000015 00000 n
0000000071 00000 n
0000000902 00000 n
0000001022 00000 n
0000001110 00000 n
-0000123324 00000 n
+0000123321 00000 n
0000001243 00000 n
-0000123387 00000 n
+0000123384 00000 n
0000001374 00000 n
-0000123453 00000 n
+0000123450 00000 n
0000001509 00000 n
-0000123519 00000 n
+0000123516 00000 n
0000001644 00000 n
-0000123585 00000 n
+0000123582 00000 n
0000001779 00000 n
-0000123650 00000 n
+0000123647 00000 n
0000001914 00000 n
-0000123716 00000 n
+0000123713 00000 n
0000002047 00000 n
-0000123780 00000 n
+0000123777 00000 n
0000002182 00000 n
-0000123846 00000 n
+0000123843 00000 n
0000002317 00000 n
-0000123912 00000 n
+0000123909 00000 n
0000002452 00000 n
0000004685 00000 n
0000004793 00000 n
@@ -466,7 +466,7 @@
0000011072 00000 n
0000011180 00000 n
0000013504 00000 n
-0000123978 00000 n
+0000123975 00000 n
0000013612 00000 n
0000013734 00000 n
0000013863 00000 n
@@ -479,10 +479,10 @@
0000015429 00000 n
0000015625 00000 n
0000015733 00000 n
-0000015958 00000 n
-0000120671 00000 n
-0000120819 00000 n
-0000122928 00000 n
+0000015957 00000 n
+0000120670 00000 n
+0000120817 00000 n
+0000122925 00000 n
trailer
<<
/Size 55
@@ -490,5 +490,5 @@
/Info 4 0 R
>>
startxref
-124029
+124026
%%EOF
Modified: hadoop/common/branches/branch-0.19/docs/cn/hod_user_guide.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/hod_user_guide.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/hod_user_guide.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/hod_user_guide.pdf Tue Jun 30 10:35:10 2009
@@ -944,7 +944,7 @@
endobj
145 0 obj
<< /Type /FontDescriptor
-/FontName /11E99c5ARPLUMingCN,Light
+/FontName /10E54eeARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -968,13 +968,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /11E99c5ARPLUMingCN,Light
+/BaseFont /10E54eeARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 148 0 R ] >>
endobj
148 0 obj
<< /Type /Font
-/BaseFont /11E99c5ARPLUMingCN,Light
+/BaseFont /10E54eeARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 145 0 R
Modified: hadoop/common/branches/branch-0.19/docs/cn/index.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/index.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/index.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/index.pdf Tue Jun 30 10:35:10 2009
@@ -141,7 +141,7 @@
endobj
18 0 obj
<< /Type /FontDescriptor
-/FontName /1E5749ARPLUMingCN,Light
+/FontName /13E6609ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -165,13 +165,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /1E5749ARPLUMingCN,Light
+/BaseFont /13E6609ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 21 0 R ] >>
endobj
21 0 obj
<< /Type /Font
-/BaseFont /1E5749ARPLUMingCN,Light
+/BaseFont /13E6609ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 18 0 R
@@ -204,9 +204,9 @@
xref
0 23
0000000000 65535 f
-0000028211 00000 n
-0000028269 00000 n
-0000028319 00000 n
+0000028214 00000 n
+0000028272 00000 n
+0000028322 00000 n
0000000015 00000 n
0000000071 00000 n
0000001566 00000 n
@@ -222,10 +222,10 @@
0000003185 00000 n
0000003368 00000 n
0000003476 00000 n
-0000003700 00000 n
-0000027336 00000 n
-0000027483 00000 n
-0000028095 00000 n
+0000003701 00000 n
+0000027337 00000 n
+0000027485 00000 n
+0000028098 00000 n
trailer
<<
/Size 23
@@ -233,5 +233,5 @@
/Info 4 0 R
>>
startxref
-28421
+28424
%%EOF
Modified: hadoop/common/branches/branch-0.19/docs/cn/linkmap.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/linkmap.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/linkmap.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/linkmap.pdf Tue Jun 30 10:35:10 2009
@@ -43,7 +43,7 @@
endobj
10 0 obj
<< /Type /FontDescriptor
-/FontName /15Ea77cARPLUMingCN,Light
+/FontName /1Efc8ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -67,13 +67,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /15Ea77cARPLUMingCN,Light
+/BaseFont /1Efc8ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 13 0 R ] >>
endobj
13 0 obj
<< /Type /Font
-/BaseFont /15Ea77cARPLUMingCN,Light
+/BaseFont /1Efc8ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 10 0 R
@@ -106,9 +106,9 @@
xref
0 15
0000000000 65535 f
-0000026651 00000 n
-0000026715 00000 n
-0000026765 00000 n
+0000026645 00000 n
+0000026709 00000 n
+0000026759 00000 n
0000000015 00000 n
0000000071 00000 n
0000001269 00000 n
@@ -116,10 +116,10 @@
0000001953 00000 n
0000002059 00000 n
0000002166 00000 n
-0000002391 00000 n
-0000025730 00000 n
-0000025878 00000 n
-0000026535 00000 n
+0000002389 00000 n
+0000025728 00000 n
+0000025874 00000 n
+0000026529 00000 n
trailer
<<
/Size 15
@@ -127,5 +127,5 @@
/Info 4 0 R
>>
startxref
-26866
+26860
%%EOF
Modified: hadoop/common/branches/branch-0.19/docs/cn/mapred_tutorial.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/mapred_tutorial.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/mapred_tutorial.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/mapred_tutorial.pdf Tue Jun 30 10:35:10 2009
@@ -2702,7 +2702,7 @@
endobj
336 0 obj
<< /Type /FontDescriptor
-/FontName /7E8ac2ARPLUMingCN,Light
+/FontName /17E81b4ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -2726,13 +2726,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /7E8ac2ARPLUMingCN,Light
+/BaseFont /17E81b4ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 339 0 R ] >>
endobj
339 0 obj
<< /Type /Font
-/BaseFont /7E8ac2ARPLUMingCN,Light
+/BaseFont /17E81b4ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 336 0 R
@@ -3078,53 +3078,53 @@
xref
0 341
0000000000 65535 f
-0000339724 00000 n
-0000340029 00000 n
-0000340122 00000 n
+0000339727 00000 n
+0000340032 00000 n
+0000340125 00000 n
0000000015 00000 n
0000000071 00000 n
0000001275 00000 n
0000001395 00000 n
0000001553 00000 n
-0000340227 00000 n
+0000340230 00000 n
0000001686 00000 n
-0000340290 00000 n
+0000340293 00000 n
0000001817 00000 n
-0000340356 00000 n
+0000340359 00000 n
0000001952 00000 n
-0000340422 00000 n
+0000340425 00000 n
0000002087 00000 n
-0000340488 00000 n
+0000340491 00000 n
0000002222 00000 n
-0000340553 00000 n
+0000340556 00000 n
0000002357 00000 n
-0000340619 00000 n
+0000340622 00000 n
0000002490 00000 n
-0000340684 00000 n
+0000340687 00000 n
0000002625 00000 n
-0000340750 00000 n
+0000340753 00000 n
0000002760 00000 n
-0000340816 00000 n
+0000340819 00000 n
0000002895 00000 n
-0000340882 00000 n
+0000340885 00000 n
0000003030 00000 n
-0000340949 00000 n
+0000340952 00000 n
0000003163 00000 n
-0000341016 00000 n
+0000341019 00000 n
0000003298 00000 n
-0000341083 00000 n
+0000341086 00000 n
0000003433 00000 n
-0000341150 00000 n
+0000341153 00000 n
0000003568 00000 n
-0000341217 00000 n
+0000341220 00000 n
0000003703 00000 n
-0000341284 00000 n
+0000341287 00000 n
0000003836 00000 n
-0000341349 00000 n
+0000341352 00000 n
0000003971 00000 n
-0000341416 00000 n
+0000341419 00000 n
0000004106 00000 n
-0000341482 00000 n
+0000341485 00000 n
0000004241 00000 n
0000007046 00000 n
0000007169 00000 n
@@ -3233,7 +3233,7 @@
0000064520 00000 n
0000064646 00000 n
0000064715 00000 n
-0000341549 00000 n
+0000341552 00000 n
0000064847 00000 n
0000065088 00000 n
0000065323 00000 n
@@ -3331,7 +3331,7 @@
0000119023 00000 n
0000119133 00000 n
0000120784 00000 n
-0000341609 00000 n
+0000341612 00000 n
0000120894 00000 n
0000121004 00000 n
0000121146 00000 n
@@ -3342,71 +3342,71 @@
0000121938 00000 n
0000122059 00000 n
0000122316 00000 n
-0000341663 00000 n
+0000341666 00000 n
0000122511 00000 n
-0000341729 00000 n
+0000341732 00000 n
0000122705 00000 n
-0000341796 00000 n
+0000341799 00000 n
0000122876 00000 n
-0000341863 00000 n
+0000341866 00000 n
0000123091 00000 n
-0000341930 00000 n
+0000341933 00000 n
0000123259 00000 n
-0000341997 00000 n
+0000342000 00000 n
0000123466 00000 n
-0000342064 00000 n
+0000342067 00000 n
0000123670 00000 n
-0000342131 00000 n
+0000342134 00000 n
0000123847 00000 n
-0000342198 00000 n
+0000342201 00000 n
0000124066 00000 n
-0000342266 00000 n
+0000342269 00000 n
0000124242 00000 n
-0000342334 00000 n
+0000342337 00000 n
0000124439 00000 n
-0000342400 00000 n
+0000342403 00000 n
0000124618 00000 n
0000124824 00000 n
0000124975 00000 n
0000125159 00000 n
-0000342468 00000 n
+0000342471 00000 n
0000125383 00000 n
0000125522 00000 n
-0000342535 00000 n
+0000342538 00000 n
0000125723 00000 n
-0000342603 00000 n
+0000342606 00000 n
0000125899 00000 n
0000126087 00000 n
-0000342671 00000 n
+0000342674 00000 n
0000126288 00000 n
-0000342739 00000 n
+0000342742 00000 n
0000126522 00000 n
0000126710 00000 n
-0000342807 00000 n
+0000342810 00000 n
0000126911 00000 n
-0000342874 00000 n
+0000342877 00000 n
0000127075 00000 n
-0000342942 00000 n
+0000342945 00000 n
0000127302 00000 n
-0000343008 00000 n
+0000343011 00000 n
0000127457 00000 n
-0000343075 00000 n
+0000343078 00000 n
0000127678 00000 n
-0000343142 00000 n
+0000343145 00000 n
0000127863 00000 n
-0000343210 00000 n
+0000343213 00000 n
0000128050 00000 n
-0000343278 00000 n
+0000343281 00000 n
0000128243 00000 n
-0000343345 00000 n
+0000343348 00000 n
0000128437 00000 n
-0000343413 00000 n
+0000343416 00000 n
0000128594 00000 n
-0000343481 00000 n
+0000343484 00000 n
0000128785 00000 n
-0000343549 00000 n
+0000343552 00000 n
0000128974 00000 n
-0000343616 00000 n
+0000343619 00000 n
0000129131 00000 n
0000129288 00000 n
0000129528 00000 n
@@ -3414,10 +3414,10 @@
0000129806 00000 n
0000129942 00000 n
0000130051 00000 n
-0000130277 00000 n
-0000335859 00000 n
-0000336008 00000 n
-0000339607 00000 n
+0000130278 00000 n
+0000335860 00000 n
+0000336010 00000 n
+0000339610 00000 n
trailer
<<
/Size 341
@@ -3425,5 +3425,5 @@
/Info 4 0 R
>>
startxref
-343684
+343687
%%EOF
Modified: hadoop/common/branches/branch-0.19/docs/cn/native_libraries.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/native_libraries.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/native_libraries.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/native_libraries.pdf Tue Jun 30 10:35:10 2009
@@ -462,7 +462,7 @@
endobj
62 0 obj
<< /Type /FontDescriptor
-/FontName /4E6d4dARPLUMingCN,Light
+/FontName /3E2da3ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -486,13 +486,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /4E6d4dARPLUMingCN,Light
+/BaseFont /3E2da3ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 65 0 R ] >>
endobj
65 0 obj
<< /Type /Font
-/BaseFont /4E6d4dARPLUMingCN,Light
+/BaseFont /3E2da3ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 62 0 R
Modified: hadoop/common/branches/branch-0.19/docs/cn/quickstart.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/quickstart.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/quickstart.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/quickstart.pdf Tue Jun 30 10:35:10 2009
@@ -439,7 +439,7 @@
endobj
67 0 obj
<< /Type /FontDescriptor
-/FontName /6E7853ARPLUMingCN,Light
+/FontName /18E89afARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -463,13 +463,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /6E7853ARPLUMingCN,Light
+/BaseFont /18E89afARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 70 0 R ] >>
endobj
70 0 obj
<< /Type /Font
-/BaseFont /6E7853ARPLUMingCN,Light
+/BaseFont /18E89afARPLUMingCN,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/common/branches/branch-0.19/docs/cn/streaming.pdf
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/cn/streaming.pdf?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/cn/streaming.pdf (original)
+++ hadoop/common/branches/branch-0.19/docs/cn/streaming.pdf Tue Jun 30 10:35:10 2009
@@ -859,7 +859,7 @@
endobj
130 0 obj
<< /Type /FontDescriptor
-/FontName /13Ea15eARPLUMingCN,Light
+/FontName /15E6c54ARPLUMingCN,Light
/FontBBox [-62 -151 1009 895]
/Flags 33
/CapHeight 603
@@ -883,13 +883,13 @@
<< /Type /Font
/Subtype /Type0
/Name /F15
-/BaseFont /13Ea15eARPLUMingCN,Light
+/BaseFont /15E6c54ARPLUMingCN,Light
/Encoding /Identity-H
/DescendantFonts [ 133 0 R ] >>
endobj
133 0 obj
<< /Type /Font
-/BaseFont /13Ea15eARPLUMingCN,Light
+/BaseFont /15E6c54ARPLUMingCN,Light
/Subtype /CIDFontType2
/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
/FontDescriptor 130 0 R
Modified: hadoop/common/branches/branch-0.19/docs/mapred_tutorial.html
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.19/docs/mapred_tutorial.html?rev=789657&r1=789656&r2=789657&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.19/docs/mapred_tutorial.html (original)
+++ hadoop/common/branches/branch-0.19/docs/mapred_tutorial.html Tue Jun 30 10:35:10 2009
@@ -2204,15 +2204,22 @@
Setup the job during initialization. For example, create
the temporary output directory for the job during the
initialization of the job.
+ Job setup is done by a separate task when the job is
+ in PREP state and after initializing tasks. Once the setup task
+ completes, the job will be moved to RUNNING state.
</li>
<li>
Cleanup the job after the job completion. For example, remove the
temporary output directory after the job completion.
+ Job cleanup is done by a separate task at the end of the job.
+ Job is declared SUCCEDED/FAILED/KILLED after the cleanup
+ task completes.
</li>
<li>
Setup the task temporary output.
+ Task setup is done as part of the same task, during task initialization.
</li>
<li>
@@ -2222,16 +2229,23 @@
<li>
Commit of the task output.
+ Once task is done, the task will commit it's output if required.
</li>
<li>
Discard the task commit.
+ If the task has been failed/killed, the output will be cleaned-up.
+ If task could not cleanup (in exception block), a separate task
+ will be launched with same attempt-id to do the cleanup.
</li>
</ol>
<p>
<span class="codefrag">FileOutputCommitter</span> is the default
- <span class="codefrag">OutputCommitter</span>.</p>
+ <span class="codefrag">OutputCommitter</span>. Job setup/cleanup tasks occupy
+ map or reduce slots, whichever is free on the TaskTracker. And
+ JobCleanup task, TaskCleanup tasks and JobSetup task have the highest
+ priority, and in that order.</p>
<a name="N10CA7"></a><a name="Task+Side-Effect+Files"></a>
<h4>Task Side-Effect Files</h4>
<p>In some applications, component tasks need to create and/or write to
|