Issue Details (XML | Word | Printable)

Key: HADOOP-4164
Type: Wish Wish
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Xuebing Yan
Reporter: Xuebing Yan
Votes: 0
Watchers: 6
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Chinese translation of core docs

Created: 12/Sep/08 07:55 AM   Updated: 11/Dec/08 07:49 PM
Component/s: documentation
Affects Version/s: None
Fix Version/s: 0.17.3

Time Tracking:
Original Estimate: 168h
Original Estimate - 168h
Remaining Estimate: 168h
Remaining Estimate - 168h
Time Spent: Not Specified
Remaining Estimate - 168h

File Attachments:
  Size
Text File Licensed for inclusion in ASF works build.xml.patch 2008-11-26 11:22 PM Tsz Wo (Nicholas), SZE 3 kB
File Licensed for inclusion in ASF works HADOOP-0.17.2-patch.7z 2008-12-09 12:56 PM Xuebing Yan 7.70 MB
File Licensed for inclusion in ASF works HADOOP-0.18.2-patch.7z 2008-12-09 01:07 PM Xuebing Yan 7.72 MB
Text File Licensed for inclusion in ASF works HADOOP-4164.patch 2008-11-18 09:09 AM Xuebing Yan 1.16 MB
Text File Licensed for inclusion in ASF works HADOOP-4164.patch 2008-10-14 02:30 AM Xuebing Yan 692 kB
Text File Licensed for inclusion in ASF works HADOOP-4164.patch 2008-09-18 03:17 AM Xuebing Yan 693 kB
Text File Licensed for inclusion in ASF works HADOOP-4164.patch 2008-09-16 02:22 PM Xuebing Yan 731 kB
File Licensed for inclusion in ASF works HADOOP-4164.patch.7z 2008-12-03 03:50 AM Xuebing Yan 7.69 MB
File Licensed for inclusion in ASF works HADOOP-4164.patch.7z 2008-11-28 12:17 PM Xuebing Yan 7.69 MB
File Licensed for inclusion in ASF works HADOOP-4164.patch.7z 2008-11-25 09:57 AM Xuebing Yan 7.69 MB
File Licensed for inclusion in ASF works HADOOP-r724961.patch.7z 2008-12-10 03:53 AM Xuebing Yan 7.72 MB
Text File test-patch.log 2008-09-18 03:18 AM Xuebing Yan 30 kB
Issue Links:
Reference
 

Hadoop Flags: Reviewed
Release Note: Chinese translation for hadoop 0.17.x core docs.
Resolution Date: 11/Dec/08 12:53 AM
Labels:


 Description  « Hide
There are many active Chinese users in Hadoop community, a Chinese translation of the core docs will be very helpful to Hadoop newbies and experienced Hadoop users as well. Our team(Distributed computing@Alibaba Search Center) have just worked out a translation of r0.17.x, now we're updating it to r0.18 and r0.19.

The translation covers all the files under xdocs directory in the repos. Thus, we will have a Chinese version for each main doc, and leave the API docs, Wiki, FAQ, Mailing Lists, Release Notes, All Changes as is.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Nigel Daley added a comment - 12/Sep/08 03:10 PM
This is not a 0.18.1 blocker.

Nigel Daley made changes - 12/Sep/08 03:10 PM
Field Original Value New Value
Fix Version/s 0.17.1 [ 12313190 ]
Fix Version/s 0.19.0 [ 12313211 ]
Fix Version/s 0.17.2 [ 12313296 ]
Fix Version/s 0.18.1 [ 12313357 ]
Fix Version/s 0.18.0 [ 12312972 ]
Fix Version/s 0.17.0 [ 12312913 ]
Doug Cutting added a comment - 12/Sep/08 05:08 PM
This will be great to have! Thanks!

Xuebing Yan added a comment - 16/Sep/08 02:22 PM
HADOOP-4164.patch can be applied onto hadoop-0.17.x distribution, i.e. http://svn.apache.org/repos/asf/hadoop/core/tags/release-0.17.x/. after this patch being applied, there will be a cn subdir under release-0.17.x/src/docs/.
To build Chinese docs,
1 follow the README.BUILD in the cn subdir to download the fonts file needed for generating the pdf files,
2 change to release-0.17.x/src/docs/cn, run "forrest"

This patch has been tested through ant test-patch, the following are the command line and the output.

NOTE that all the 4 '@author' occurrence are in the XSLT files used by fop, where it means the 'author' attribute of an xml node, is a kind of XPath syntax, not the same meaning as it is in the the Java Docs. So I don't think it's a problem, or do you have any good idea to avoid this warning?

command line:

ant -Dpatch.file=../release-0.17.0/HADOOP-4164.patch -Dforrest.home=$FORREST_HOME -Dfindbugs.home=$FINDBUGS_HOME test-patch

output:

....

[exec] findbugs:
[exec] [mkdir] Created dir: /home/yanxb/dev/release-0.17.1/build/test/findbugs
[exec] [findbugs] Executing findbugs from ant task
[exec] [findbugs] Running FindBugs...
[exec] [findbugs] The following classes needed for analysis were missing:
[exec] [findbugs] org.apache.tools.ant.Task
[exec] [findbugs] org.apache.tools.ant.DirectoryScanner
[exec] [findbugs] org.apache.tools.ant.types.FileSet
[exec] [findbugs] org.apache.tools.ant.Project
[exec] [findbugs] org.apache.tools.ant.BuildException
[exec] [findbugs] Warnings generated: 219
[exec] [findbugs] Missing classes: 6
[exec] [findbugs] Classes needed for analysis were missing
[exec] [findbugs] Output saved to /home/yanxb/dev/release-0.17.1/build/test/findbugs/hadoop-findbugs-report.xml
[exec] [xslt] Processing /home/yanxb/dev/release-0.17.1/build/test/findbugs/hadoop-findbugs-report.xml to /home/yanxb/dev/release-0.17.1/build/test/findbugs/hadoop-findbugs-report.html
[exec] [xslt] Loading stylesheet /home/yanxb/findbugs-1.3.5/src/xsl/default.xsl
[exec]
[exec] BUILD SUCCESSFUL
[exec] Total time: 3 minutes 33 seconds
[exec] Starting with /home/yanxb/tmp/trunkFindbugsWarnings.xml
[exec] Merging /home/yanxb/tmp/patchFindbugsWarnings.xml
[exec]
[exec]
[exec]
[exec]
[exec] -1 overall.
[exec]
[exec] @author -1. The patch appears to contain 4 @author tags which the Hadoop community has agreed to not allow in code contributions.
[exec]
[exec] tests included +1. The patch appears to include 9 new or modified tests.
[exec]
[exec] javadoc +1. The javadoc tool did not generate any warning messages.
[exec]
[exec] javac +1. The applied patch does not generate any new javac compiler warnings.
[exec]
[exec] findbugs +1. The patch does not introduce any new Findbugs warnings.
[exec]
[exec]
[exec]
[exec]
[exec] ======================================================================
[exec] ======================================================================
[exec] Finished build.
[exec] ======================================================================
[exec] ======================================================================
[exec]
[exec]

BUILD FAILED
/home/yanxb/dev/release-0.17.1/build.xml:1135: exec returned: 1

Total time: 10 minutes 37 seconds


Xuebing Yan made changes - 16/Sep/08 02:22 PM
Attachment HADOOP-4164.patch [ 12390201 ]
Xuebing Yan added a comment - 18/Sep/08 03:17 AM
made a little modification, now it passes through the test-patch completely.

Xuebing Yan made changes - 18/Sep/08 03:17 AM
Attachment HADOOP-4164.patch [ 12390332 ]
Xuebing Yan made changes - 18/Sep/08 03:18 AM
Attachment test-patch.log [ 12390333 ]
Owen O'Malley made changes - 27/Sep/08 05:30 PM
Assignee Xuebing Yan [ xbing ]
Owen O'Malley added a comment - 27/Sep/08 06:34 PM
I tried this and it doesn't build for me. I get:

validate-xdocs:
/Users/oom/work/eclipse/hadoop-git/src/docs/cn/src/documentation/content/xdocs/index.xml:44:10: The content of element type "body" must match "(section|p|source|note|warning|fixme|table|ol|ul|dl|figure|anchor)+".

Maybe it is a problem with my locale. What is your locale set to when you run forrest? Which version of forrest were you running? I'm running forrest 0.8.

Also, can you please remove the link to alibaba.com? In Hadoop, we like to encourage community ownership of the project and so don't include author tags in our code or documentation.


Xuebing Yan made changes - 14/Oct/08 02:30 AM
Attachment HADOOP-4164.patch [ 12392059 ]
Xuebing Yan added a comment - 14/Oct/08 04:25 AM
The problem was caused by the <br/> tag before the alibaba.com link paragraph.

I've removed the link to alibaba.com and the tag. Now it passes through the tests

ant -Dpatch.file=../HADOOP-4164.patch -Dforrest.home=$FORREST_HOME -Dfindbugs.home=$FINDBUGS_HOME test-patch

and

ant clean test javadoc checkstyle

successfully in my dev env where

JAVA_HOME=$HOME/dev/jdk1.5.0_16
FORREST_HOME=$HOME/dev/apache-forrest-0.8
FINDBUGS_HOME=$HOME/dev/findbugs-1.3.5
ANT_HOME=$HOME/dev/apache-ant-1.7.1

Please give another try, it should work for you.


Xuebing Yan made changes - 14/Oct/08 04:25 AM
Release Note Chinese translation for hadoop 0.17.x core docs.
Status Open [ 1 ] Patch Available [ 10002 ]
Edward J. Yoon added a comment - 14/Oct/08 08:43 AM - edited
Latest patch is good for me. +1

But IMO, The linking to each local community is better such as a "related project" category.
For example,

Related Project
 Hbase
 Mahout
--
Local Community
 China
 Japan
 Korea

Hadoop QA added a comment - 14/Oct/08 10:26 AM
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12392059/HADOOP-4164.patch
against trunk revision 704310.

+1 @author. The patch does not contain any @author tags.

+1 tests included. The patch appears to include 9 new or modified tests.

+1 javadoc. The javadoc tool did not generate any warning messages.

+1 javac. The applied patch does not increase the total number of javac compiler warnings.

+1 findbugs. The patch does not introduce any new Findbugs warnings.

+1 Eclipse classpath. The patch retains Eclipse classpath integrity.

-1 core tests. The patch failed core unit tests.

+1 contrib tests. The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3456/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3456/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3456/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3456/console

This message is automatically generated.


Xuebing Yan added a comment - 15/Oct/08 01:08 AM
This patch is only for hadoop-0.17.x, we have also finished 0.18 translation, and have 0.19 in progress. Once 0.17.x is pushed online, I will be more familiar with this procedure, and can start to make patch for 0.18.

Edward J. Yoon added a comment - 16/Oct/08 08:03 AM
BTW, how many chinese committers have we got? I think they should review this document.

Tsz Wo (Nicholas), SZE added a comment - 16/Oct/08 05:38 PM
> BTW, how many chinese committers have we got? I think they should review this document.

I would review this in these few days. 謝謝! (Thanks you!)


Tsz Wo (Nicholas), SZE added a comment - 18/Oct/08 12:51 AM
I followed the instructions in README.BUILD and built the Chinese doc successfully.

Question: The patch requires AR PL UMing fonts with Arphic Public License. Is it okay?


Xuebing Yan added a comment - 19/Oct/08 04:31 PM
I checked the license before I chose AR PL UMing fonts. The license says, "You may copy and distribute verbatim copies of this Font in any medium, without restriction, provided that you retain this license file (ARPHICPL.TXT) unaltered in all copies". I think it's just fine the way we use it.

Tsz Wo (Nicholas), SZE added a comment - 20/Oct/08 10:11 PM
Talked to Hairong and Owen about this. We should do the following:
  • Suppose the font license is good. The build process should not require a fixed location (/usr/local/share/fopfonts/). We should put this directory under the trunk, probably trunk/src/doc/fonts/fopfonts.
  • The Chinese doc should be built by "ant docs".

Hairong Kuang added a comment - 21/Oct/08 12:31 AM
After talking with Nicholas, we decided to split the task of reviewing the patch. I have finished reviewing the sections "Quickstart", "Cluster Setup", and "HDFS Architecture". One comment that's not related to the Chinese translation is that HDFS Architecture section needs to be updated. It still talks a lot of future features like permissions, rebalanicing, quotas, and periodic checkpoint that have already implemented.

Since I am familiar with the area of Chinese translation of the computer technique documents, I am not sure if the Chinese translation of some computer terminologies like "rack", "cluster", "replica", and "persistence" etc. are standard or not. It would be nice if those are the standard translations. My following comments are related to the accuracy of the understanding.

1. In "Hadoop Quickstart"->purpose: "run examples/simple jobs" should better be "运行示例程序或简单作业";
2. In "Cluster setup">"Logging">"History Logging": "failed and killed tip details" should better be "失败和终止的任务细节". A tip is a map/reduce task.
3. In "HDFS Architecture"->"Introduction": "commodity hardware" should better be "通用硬件"。
4. In "HDFS Architecture"->"The file system namespace": user quota includes user space quota & disk quota.


Xuebing Yan added a comment - 26/Oct/08 04:40 AM
We always chose the mainland strandard computer terminologies during the translation, I will check it over and try to get a list of them. After all of the reviews have been done I will merge all the sugguestions into the next patch.

With regard to fonts location,

  • I have tried to use a relative path earlier, but failed to find a resolution. Maybe we should consult guys who know forrest well to make sure this is possible.
  • If we can use a relative location, we should incorporate the fonts file in the source, thus the source will be kind of heavier, because the fonts file itself is about 20M. This might be a problem.
  • If we don't include the fonts file, there is still another problem. We should have all users to remember that before they compile the doc they should get the fonts file downloaded, put into a fixed directory. that's not too automated.

What do you think?


Tsz Wo (Nicholas), SZE added a comment - 11/Nov/08 01:08 AM
I have read Hadoop DFS User Guide, HDFS Permissions Guide and part of Map-Reduce Tutorial (till Job Input). Most of the doc look good. Here are two points I found:
  • The term 数据块 is referring to both data block and data chunk. It may be confusing.
  • "Speculative" should not be translated to 预防性. It should be something like 推測性.

BTW, I think this sentence about fsck is wrong in the English doc.

  • Unlike a traditional fsck utility for native filesystems, this command does not correct the errors it detects.

Owen O'Malley added a comment - 12/Nov/08 07:21 PM
I think 20mb is ok for now. Let's go ahead and check it in and we can fix it later if someone comes up with a better solution. Nicholas, how did you get relative paths working? I think that is much better than absolute paths.

Tsz Wo (Nicholas), SZE added a comment - 12/Nov/08 10:03 PM
> Nicholas, how did you get relative paths working?

I had not use relative paths when I built the Chinese doc. I just have replaced all fopfonts path /usr/local/share/fopfonts/... to some other absolute path, so that I didn't need admin access to create a share directory.

Tried to find out how to make relative path works for Cocoon. However, the result is negative. It seems that this is a known missing feature. See

We could define a variable and replace it in runtime by a script, i.e.:

  1. Define a variable, say FOPFONT_HOME, and use it in the xml and other source files.
  2. In "ant docs", run a script to replace FOPFONT_HOME with something like `pwd`/src/docs/cn/fopfont/

BTW, I have uploaded the generated Chinese doc from the current patch to http://people.apache.org/~szetszwo/4164build/site/ for other reviewers' convenient.


Xuebing Yan added a comment - 18/Nov/08 09:09 AM
We found a workaround to the relative path problem. Since forrest will find all needed files in $FORREST_HOME/main/webapp, we can just copy the fonts related files into the webapp directory before we start to compile, remove them later. Although it's not so good that we must have write permission to $FORREST_HOME/main/webapp directory, it's pretty convenient right now as we wrap all those into an ant target cn-docs.

The new patch also fixed all the translation problems Hairong and Nicholas pointed out couples of days ago, except the "data block" one. We didn't find any other better words for "data block" in Chinese, fortunately, there is only three "trunk" occured in the core docs.

hdfs_design.xml: "Thus, an HDFS file is chopped up into 64 MB chunks, and if possible, each chunk will reside on a different Datanode."
mapred_tutorial.xml: "independent chunks which are processed by the <em>map tasks</em>"

The patch passed both

ant -Dpatch.file=~/dev/HADOOP-4164.patch -Dforrest.home=$FORREST_HOME -Dfindbugs.home=$FINDBUGS_HOME test-patch

and

ant clean test javadoc checkstyle

successfully on my dev-box.


Xuebing Yan made changes - 18/Nov/08 09:09 AM
Attachment HADOOP-4164.patch [ 12394151 ]
Xuebing Yan added a comment - 25/Nov/08 09:57 AM
I'm sorry, but I found that the last patch does not work for ant cn-docs, because 'svn diff' did not have uming.ttc(a binary file) included into the differences by default.

I've created a new patch, which works well for:

  • ant -Dpatch.file=~/Devel/hadoop/HADOOP-4164.patch -Dforrest.home=$FORREST_HOME -Dfindbugs.home=$FINDBUGS_HOME test-patch
  • ant docs -Dforrest.home=$FORREST_HOME (Chinese docs can be made by 'ant docs' in this version)
  • ant clean
  • ant clean test javadoc checkstyle

Since the original patch is 23M, far larger than 10M, I just 7zipped it to make it below the upload limit.


Xuebing Yan made changes - 25/Nov/08 09:57 AM
Attachment HADOOP-4164.patch.7z [ 12394639 ]
Tsz Wo (Nicholas), SZE made changes - 25/Nov/08 07:52 PM
Link This issue relates to HADOOP-4723 [ HADOOP-4723 ]
Tsz Wo (Nicholas), SZE added a comment - 25/Nov/08 07:52 PM
Created HADOOP-4723 for the English doc problems. Will check the new patch soon.

Tsz Wo (Nicholas), SZE added a comment - 26/Nov/08 10:04 PM

Since forrest will find all needed files in $FORREST_HOME/main/webapp, we can just copy the fonts related files into the webapp directory before we start to compile, remove them later. Although it's not so good that we must have write permission to $FORREST_HOME/main/webapp directory, it's pretty convenient right now as we wrap all those into an ant target cn-docs.

Requiring w permission to $FORREST_HOME/main/webapp sounds a little bit too much. Owen, what do you think?


Tsz Wo (Nicholas), SZE added a comment - 26/Nov/08 11:22 PM
Failed to build HADOOP-4164.patch.7z this time.
  1. Should use Java 5. Otherwise, build failed.
  2. "ant clean" should not remove the generated cn doc.
  3. After fixed build.xml, successfully built the doc but all the Chinese characters in the generated doc became '?'. This is what I got: http://people.apache.org/~szetszwo/4164_20081126/cn/

build.xml.patch: this is the fixes for 1. and 2. The ant command should be

 ant docs -Dforrest.home=$FORREST_HOME -Djava5.home=$JAVA5

Tsz Wo (Nicholas), SZE made changes - 26/Nov/08 11:22 PM
Attachment build.xml.patch [ 12394786 ]
Xuebing Yan added a comment - 28/Nov/08 12:17 PM
Nicholas, I reproduced the problem by changing my locale settings from zh_CN.utf8 to either POSIX or en_US.iso85991.

So, I made a new patch, which will set locale to en_US.utf8 before forrest invoked:

   <exec dir="${cndocs.src}" executable="${forrest.home}/bin/forrest" failonerror="true">
      <env key="JAVA_HOME" value="${java5.home}"/>
      <env key="LANG" value="en_US.utf8"/>
    </exec>

Now it's okay in three locale settings: zh_CN.utf8, POSIX and en_US.iso85991 on my dev-box, hope it works for you.


Xuebing Yan made changes - 28/Nov/08 12:17 PM
Attachment HADOOP-4164.patch.7z [ 12394900 ]
Hairong Kuang made changes - 02/Dec/08 06:44 PM
Link This issue relates to HADOOP-4748 [ HADOOP-4748 ]
Tsz Wo (Nicholas), SZE added a comment - 03/Dec/08 12:30 AM
I have successfully built the latest patch: http://people.apache.org/~szetszwo/4164_20081202/

I was wrong about my previous comment. Since this patch is going to 0.17, we don't need -Djava5.home=$JAVA5 in the ant command. Could you remove the java5.home related stuffs from build.xml, Xuebing? I am sorry about that.


Xuebing Yan added a comment - 03/Dec/08 03:50 AM
So glad that it finally works.
Java5 stuff is removed, please have another try.

Xuebing Yan made changes - 03/Dec/08 03:50 AM
Attachment HADOOP-4164.patch.7z [ 12395158 ]
Tsz Wo (Nicholas), SZE added a comment - 03/Dec/08 09:41 PM
BUILD SUCCESSFUL: http://people.apache.org/~szetszwo/4164_20081203/

If the workaround to the relative path problem is fine, we could commit this.


Owen O'Malley added a comment - 04/Dec/08 11:49 PM
We need to make this patch apply to trunk first and maybe 18 and 19. I can't see us making any more 17 releases. Then we can make much smaller patches to update the documentation from 17 to trunk.

I also don't think it is reasonable to force installation of the fonts in the forrest installation. Could we write the path name (inside the hadoop source) to the xml file as part of the build? Does that make sense? Look at how we invoke src/saveVersion from build.xml to generate a file in the build directory that we then compile.


Xuebing Yan added a comment - 05/Dec/08 05:55 AM
The way like what save/saveVersion does sounds great, I will try to work a new patch out based on trunk.

I have all versions of Chinese translations prior to 0.19, should we just publish them at at http://hadoop.apache.org/core/docs/, like r0.17.0.cn or something else? If it's worth we doing that, what should I do to make it happen?


Zheng Shao added a comment - 08/Dec/08 09:35 AM
@Xuebing: If it's not easy to set that up to hadoop.apache.org, let me know and I can help you make it happen on http://hadooper.cn/ The website is hosted by Chinese Academy of Science.

Owen O'Malley added a comment - 08/Dec/08 04:46 PM
Uploading it to the Apache site is not a problem. Yes, we can include it in http://hadoop.apache.org/core/docs/r0.17.2/. I'm sorry that this has gone through so many iterations, but clearly this has been a learning experience, since no other translations have been done yet. I think it is very exciting that the Hadoop documentation was translated into Chinese, and I'm looking forward to getting it published.

Doug Cutting added a comment - 08/Dec/08 06:23 PM
It would be better to host the translation on hadoop.apache.org, so it is clear that it is the official translation. We should treat these translation contributions much like code contributions, as a route to becoming a committer. Once we commit the first version, and then you submit more high-quality patches updating and improving them, then we can add you as a committer to maintain this documentation at hadoop.apache.org as the official version that would be included in Hadoop releases, etc.

Zheng Shao added a comment - 09/Dec/08 09:49 AM
@Owen. What would be the next steps to get this published on http://hadoop.apache.org/core/docs/r0.17.2/ ?

Xuebing Yan made changes - 09/Dec/08 12:56 PM
Attachment HADOOP-0.17.2-patch.7z [ 12395644 ]
Xuebing Yan made changes - 09/Dec/08 01:07 PM
Attachment HADOOP-0.18.2-patch.7z [ 12395645 ]
Xuebing Yan added a comment - 09/Dec/08 01:58 PM - edited
Owen, I've made two patches for 0.17.2 and 0.18.2. As you know, Chinese docs can be made this way:
7z e HADOOP-0.18.2.patch.7z
svn co http://svn.apache.org/repos/asf/hadoop/core/tags/release-0.18.2 release-0.18.2
cd release-0.18.2
patch -p0 < HADOOP-0.18.2.patch
ant docs -Dforrest.home=$FORREST_HOME

then you will see Chinese docs under docs/cn, please get them published, thanks.

Doug Cutting, I'm going to make a trunk-based patch, in which the main Chinese docs will be the same as 0.18.2 at first. After that patch have been applied, I can submit patches to make it update to date. Am I right? And which one should I based on, trunk or branch-0.19?

Thanks Zheng, I agree that it's better we host them on hadoop.apache.org first, and I believe Owen will publish them soon after seeing those patches.


Doug Cutting added a comment - 09/Dec/08 05:45 PM
> After that patch have been applied, I can submit patches to make it update to date. Am I right?

Yes, that sounds good. Thanks!


Xuebing Yan added a comment - 10/Dec/08 03:53 AM
HADOOP-r724961.patch.7z is the one for trunk, although it's made from revision 724961, it can be applied to any post revision if there is no modification to build.xml.
Chinese docs in this patch remains as it is in HADOOP-0.18.2.patch for now, updates will be submitted soon.

Xuebing Yan made changes - 10/Dec/08 03:53 AM
Attachment HADOOP-r724961.patch.7z [ 12395713 ]
Tsz Wo (Nicholas), SZE added a comment - 10/Dec/08 11:17 PM
Tried HADOOP-r724961.patch.7z. Need to add <env key="JAVA_HOME" value="${java5.home}"/> in build.xml. Then, build successful with current trunk: http://people.apache.org/~szetszwo/4164_20081210/

Repository Revision Date User Message
ASF #725496 Thu Dec 11 00:04:27 UTC 2008 omalley HADOOP-4164. Chinese translation of the documentation. (Xuebing Yan via
omalley)
Files Changed
MODIFY /hadoop/core/trunk/docs/commands_manual.html
ADD /hadoop/core/trunk/docs/cn/skin/images/corner-imports.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/build/site/hod_config_guide.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/getBlank.js
ADD /hadoop/core/trunk/docs/cn/skin/images/forrest-credit-logo.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/dc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/book-to-menu.xsl
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/info.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/hod_admin_guide.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/core-logo.gif
ADD /hadoop/core/trunk/docs/cn/hod_user_guide.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/xmlform.log
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png
ADD /hadoop/core/trunk/docs/cn/hod_user_guide.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsdatanodes.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/distcp.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/site/images/core-logo.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/warning.png
ADD /hadoop/core/trunk/docs/cn/skin/images/dc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/update.jpg
ADD /hadoop/core/trunk/docs/cn/images/built-with-forrest-button.png
ADD /hadoop/core/trunk/docs/cn/cluster_setup.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/pdfdoc.gif
ADD /hadoop/core/trunk/docs/vaidya.html
ADD /hadoop/core/trunk/docs/cn/skin/images/txtdoc.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/print.css
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hod_user_guide.xml
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/fo/document-to-fo.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/mapred_tutorial.xml
ADD /hadoop/core/trunk/docs/cn/native_libraries.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/tabutils.xsl
ADD /hadoop/core/trunk/docs/cn/skin/images/chapter_open.gif
ADD /hadoop/core/trunk/docs/cn/skin/images/success.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/classes
ADD /hadoop/core/trunk/docs/cn/skin/images/xmldoc.gif
MODIFY /hadoop/core/trunk/docs/SLG_user_guide.html
ADD /hadoop/core/trunk/docs/cn/images/instruction_arrow.png
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/access.log
MODIFY /hadoop/core/trunk/docs/capacity_scheduler.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/error.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/index.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/cluster_setup.xml
ADD /hadoop/core/trunk/src/docs/cn/build/site/hod.pdf
ADD /hadoop/core/trunk/docs/cn/hod_config_guide.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_user_guide.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/debug.log
ADD /hadoop/core/trunk/docs/cn/skin/getBlank.js
ADD /hadoop/core/trunk/docs/cn/skin/images/current.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/note.txt
ADD /hadoop/core/trunk/src/docs/cn/build/tmp
ADD /hadoop/core/trunk/docs/cn/skin/images/info.png
ADD /hadoop/core/trunk/docs/cn/hod_admin_guide.html
ADD /hadoop/core/trunk/docs/cn/hdfs_permissions_guide.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_quota_admin_guide.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/resources.xmap
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-b-l-15-1body-2menu-3menu.png
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png
ADD /hadoop/core/trunk/docs/cn/skin/images/README.txt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/html/tab-to-menu.xsl
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/cocoon-work/cache-dir
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/remove.jpg
ADD /hadoop/core/trunk/docs/cn/images/core-logo.gif
ADD /hadoop/core/trunk/src/docs/cn/changes
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/getMenu.js
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/printer.gif
ADD /hadoop/core/trunk/docs/cn/quickstart.pdf
MODIFY /hadoop/core/trunk/docs/changes.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/skinconf.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/chapter_open.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/dotdots.xsl
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_shell.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/broken-links.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/fo/footerinfo.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images
ADD /hadoop/core/trunk/src/docs/cn/status.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/fo
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/sitemap.log
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/brokenlinks.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/commands_manual.xml
ADD /hadoop/core/trunk/docs/cn/images/hdfsarchitecture.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/prototype.js
ADD /hadoop/core/trunk/docs/cn/skin/images/printer.gif
ADD /hadoop/core/trunk/docs/cn/mapred_tutorial.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/site.xml
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/css
ADD /hadoop/core/trunk/docs/cn/skin/images/txtdoc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/conf/cli.xconf
ADD /hadoop/core/trunk/docs/cn/images/hadoop-logo.jpg
ADD /hadoop/core/trunk/docs/cn/skin/basic.css
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/info.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/scripts
MODIFY /hadoop/core/trunk/docs/hod_admin_guide.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsdatanodes.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/pathutils.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/distcp.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/strip_namespaces.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/chapter.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/txtdoc.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_design.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/site/hod_config_guide.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/breadcrumbs.js
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-r-15-1body-2menu-3menu.png
ADD /hadoop/core/trunk/docs/cn/skin/images/error.png
ADD /hadoop/core/trunk/docs/cn/hdfs_shell.pdf
MODIFY /hadoop/core/trunk/docs/quickstart.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsarchitecture.odg
ADD /hadoop/core/trunk/docs/cn/skin/images/fix.jpg
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/css
ADD /hadoop/core/trunk/docs/cn/skin/note.txt
MODIFY /hadoop/core/trunk/docs/hdfs_quota_admin_guide.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/sitemap.xmap
ADD /hadoop/core/trunk/docs/cn/skin/images/rss.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/css/print.css
ADD /hadoop/core/trunk/src/docs/cn/changes/ChangesFancyStyle.css
ADD /hadoop/core/trunk/src/docs/cn/build/site/native_libraries.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/breadcrumbs.js
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/xmldoc.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/header_white_line.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/hod_admin_guide.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/site
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/rc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/uming.conf
ADD /hadoop/core/trunk/src/docs/cn/uming.ttc
ADD /hadoop/core/trunk/docs/cn/skin/skinconf.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hadoop-logo-big.jpg
ADD /hadoop/core/trunk/src/docs/cn/build/site/images/hdfsdatanodes.gif
ADD /hadoop/core/trunk/src/docs/cn/build/webapp
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/pluginlist2fetchbuild.xml
ADD /hadoop/core/trunk/docs/cn/commands_manual.pdf
ADD /hadoop/core/trunk/src/docs/cn
ADD /hadoop/core/trunk/docs/cn/skin/images/rc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/CommonMessages_fr.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/README.txt
ADD /hadoop/core/trunk/docs/cn/skin/prototype.js
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/profile.css
ADD /hadoop/core/trunk/src/docs/cn/build/site/distcp.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/linkmap.pdf
ADD /hadoop/core/trunk/docs/cn/broken-links.xml
MODIFY /hadoop/core/trunk/docs/index.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/warning.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/menu.js
ADD /hadoop/core/trunk/docs/cn/skin/css
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_es.xml
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_permissions_guide.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/streaming.html
ADD /hadoop/core/trunk/docs/cn/skin/images/poddoc.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/built-with-forrest-button.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/hack.jpg
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hdfs_quota_admin_guide.xml
ADD /hadoop/core/trunk/docs/cn/skin/scripts
ADD /hadoop/core/trunk/docs/cn/hod_config_guide.html
ADD /hadoop/core/trunk/docs/cn/images
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/translations
ADD /hadoop/core/trunk/src/docs/cn/build/site/hod.html
ADD /hadoop/core/trunk/src/docs/cn/changes/changes2html.pl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/prototype.js
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/vcss.png
ADD /hadoop/core/trunk/docs/cn/skin/images/poddoc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/corner-imports.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/fo/document-to-fo.xsl
ADD /hadoop/core/trunk/docs/cn/native_libraries.html
ADD /hadoop/core/trunk/src/docs/cn/uming.xml
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/forrest-credit-logo.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/label.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/hod_user_guide.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png
ADD /hadoop/core/trunk/docs/cn/skin/CommonMessages_es.xml
ADD /hadoop/core/trunk/docs/cn/skin/images/header_white_line.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/instruction_arrow.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/hod_user_guide.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/css
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_user_guide.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hadoop_archives.xml
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/conf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/error.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/dc.svg.xslt
ADD /hadoop/core/trunk/docs/cn/images/hdfsdatanodes.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/cluster_setup.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/note.txt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hadoop-logo.jpg
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/txtdoc.png
ADD /hadoop/core/trunk/docs/cn/images/favicon.ico
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/split.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/getMenu.js
ADD /hadoop/core/trunk/src/docs/cn/build/site/hadoop_archives.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/streaming.pdf
ADD /hadoop/core/trunk/docs/cn/skin/profile.css
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/output.xmap
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/corner-imports.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/forrest.properties
ADD /hadoop/core/trunk/docs/cn/skin/images/built-with-forrest-button.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/skinconf.xsl
ADD /hadoop/core/trunk/src/docs/cn/build/site/linkmap.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/forrest-credit-logo.png
ADD /hadoop/core/trunk/docs/cn/skin/translations
ADD /hadoop/core/trunk/docs/vaidya.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/xmldoc.gif
ADD /hadoop/core/trunk/docs/cn/skin/images/hack.jpg
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/linkrewriter.log
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/fo/d2fo.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/quickstart.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/css/screen.css
MODIFY /hadoop/core/trunk/docs/hdfs_shell.html
MODIFY /hadoop/core/trunk/docs/hadoop-default.html
ADD /hadoop/core/trunk/docs/cn/hod.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/success.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hdfs_design.xml
ADD /hadoop/core/trunk/docs/cn/skin/images/pdfdoc.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/skinconf.xsl
ADD /hadoop/core/trunk/docs/cn/skin/images/label.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_de.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/poddoc.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/page.gif
ADD /hadoop/core/trunk/docs/cn/skin/images
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_permissions_guide.pdf
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-b-r-15-1body-2menu-3menu.png
ADD /hadoop/core/trunk/docs/cn/skin/images/instruction_arrow.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/current.gif
ADD /hadoop/core/trunk/docs/cn/hadoop_archives.pdf
ADD /hadoop/core/trunk/docs/cn/skin/images/add.jpg
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/README.txt
ADD /hadoop/core/trunk/docs/cn/skin/screen.css
MODIFY /hadoop/core/trunk/docs/hod_config_guide.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsarchitecture.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/fo
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-b-l-15-1body-2menu-3menu.png
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/quickstart.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/native_libraries.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/classes/CatalogManager.properties
MODIFY /hadoop/core/trunk/docs/streaming.html
ADD /hadoop/core/trunk/docs/cn/hdfs_user_guide.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/index.xml
ADD /hadoop/core/trunk/docs/cn/skin/images/chapter.gif
ADD /hadoop/core/trunk/docs/cn/skin/CommonMessages_de.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/fontsize.js
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hdfs_shell.xml
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/breadcrumbs-optimized.js
MODIFY /hadoop/core/trunk/docs/native_libraries.html
ADD /hadoop/core/trunk/docs/cn/quickstart.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/tabs.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation
ADD /hadoop/core/trunk/docs/cn/streaming.pdf
ADD /hadoop/core/trunk/docs/cn/skin/images/spacer.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hod_config_guide.xml
ADD /hadoop/core/trunk/src/docs/cn/changes/ChangesSimpleStyle.css
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/header_white_line.gif
ADD /hadoop/core/trunk/docs/cn/hdfs_quota_admin_guide.html
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/plugins-2.xml
ADD /hadoop/core/trunk/src/docs/cn/build/site/images/hadoop-logo.jpg
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/CommonMessages_en_US.xml
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/basic.css
ADD /hadoop/core/trunk/src/docs/cn/build/site/images/hdfsarchitecture.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/fo/pdfoutline.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images
ADD /hadoop/core/trunk/src/docs/cn/build/site/mapred_tutorial.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/streaming.xml
ADD /hadoop/core/trunk/docs/cn/hadoop_archives.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/conf
MODIFY /hadoop/core/trunk/docs/libhdfs.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/printer.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/mapred_tutorial.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/txtdoc.svg.xslt
ADD /hadoop/core/trunk/docs/cn/linkmap.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_shell.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/external-link.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/valid-html401.png
MODIFY /hadoop/core/trunk/docs/hdfs_user_guide.html
MODIFY /hadoop/core/trunk/docs/distcp.html
MODIFY /hadoop/core/trunk/docs/linkmap.pdf
ADD /hadoop/core/trunk/src/docs/cn/build
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt
MODIFY /hadoop/core/trunk/docs/cluster_setup.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/fix.jpg
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/idgen.log
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hdfs_user_guide.xml
MODIFY /hadoop/core/trunk/docs/hdfs_permissions_guide.html
ADD /hadoop/core/trunk/docs/cn/skin/images/page.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/architecture.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rss.png
ADD /hadoop/core/trunk/docs/cn/skin/images/warning.png
MODIFY /hadoop/core/trunk/docs/hadoop_archives.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/pdfdoc.gif
ADD /hadoop/core/trunk/docs/cn/distcp.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/site/index.pdf
MODIFY /hadoop/core/trunk/docs/linkmap.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/txtdoc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/built-with-forrest-button.png
ADD /hadoop/core/trunk/docs/cn/skin/breadcrumbs-optimized.js
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/xmldoc.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/label.gif
ADD /hadoop/core/trunk/docs/cn/skin/images/update.jpg
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_design.html
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/translations
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_en_US.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/site-to-xhtml.xsl
ADD /hadoop/core/trunk/src/docs/cn/build/site/commands_manual.pdf
ADD /hadoop/core/trunk/docs/cn/skin/CommonMessages_en_US.xml
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/projfilters.properties
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/instruction_arrow.png
MODIFY /hadoop/core/trunk/docs/hod_user_guide.html
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/locationmap.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/css/profile.css.xslt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/page.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/poddoc.png
ADD /hadoop/core/trunk/docs/cn/skin/print.css
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/fix.jpg
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hdfs_permissions_guide.xml
ADD /hadoop/core/trunk/docs/cn/mapred_tutorial.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/images
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/rss.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/html/book-to-menu.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsarchitecture.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/spacer.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/error.log
ADD /hadoop/core/trunk/src/docs/cn/build/site/cluster_setup.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsdatanodes.odg
ADD /hadoop/core/trunk/docs/cn/hod.pdf
ADD /hadoop/core/trunk/docs/cn/hdfs_user_guide.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/tab-to-menu.xsl
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/document-to-html.xsl
ADD /hadoop/core/trunk/docs/cn/index.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/poddoc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/CommonMessages_es.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/css/basic.css
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.index
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/css/forrest.css.xslt
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/fontsize.js
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/external-link.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/getBlank.js
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/valid-html401.png
ADD /hadoop/core/trunk/docs/cn/hdfs_quota_admin_guide.pdf
ADD /hadoop/core/trunk/docs/cn/skin/getMenu.js
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/success.png
MODIFY /hadoop/core/trunk/docs/mapred_tutorial.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png
ADD /hadoop/core/trunk/docs/cn/index.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hod_admin_guide.xml
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/svg
ADD /hadoop/core/trunk/src/docs/cn/build/site/commands_manual.html
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/build-info.xml
ADD /hadoop/core/trunk/docs/cn/skin/images/remove.jpg
ADD /hadoop/core/trunk/docs/cn/hdfs_shell.html
ADD /hadoop/core/trunk/docs/cn/hadoop-default.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/images/favicon.ico
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/menu.js
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/cocoon-work
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png
ADD /hadoop/core/trunk/docs/cn/hdfs_design.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/current.gif
MODIFY /hadoop/core/trunk/build.xml
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/plugins-1.xml
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/vcss.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/poddoc.svg.xslt
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/internal.xmap
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/update.jpg
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/html/site-to-xhtml.xsl
ADD /hadoop/core/trunk/src/fixFontsPath.sh
MODIFY /hadoop/core/trunk/CHANGES.txt
ADD /hadoop/core/trunk/docs/cn/hdfs_design.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/core.log
ADD /hadoop/core/trunk/docs/cn/skin/breadcrumbs.js
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-t-r-15-1body-2menu-3menu.png
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/locationmap.log
ADD /hadoop/core/trunk/docs/cn/cluster_setup.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/renderlogo.xsl
ADD /hadoop/core/trunk/docs/cn/skin
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/pdfdoc.gif
ADD /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/flow.log
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/printer.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hod.xml
MODIFY /hadoop/core/trunk/docs/hdfs_design.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/hack.jpg
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/input.xmap
ADD /hadoop/core/trunk/docs/cn/skin/images/external-link.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images
ADD /hadoop/core/trunk/docs/cn/hod_admin_guide.pdf
ADD /hadoop/core/trunk/docs/cn
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-b-r-15-1body-2menu-3menu.png
ADD /hadoop/core/trunk/docs/cn/skin/images/valid-html401.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_fr.xml
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/hadoop_archives.pdf
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/add.jpg
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skinconf.xml
ADD /hadoop/core/trunk/docs/cn/skin/fontsize.js
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/screen.css
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/favicon.ico
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/images/built-with-forrest-button.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/CommonMessages_de.xml
ADD /hadoop/core/trunk/docs/cn/commands_manual.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/chapter.gif
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/spacer.gif
ADD /hadoop/core/trunk/docs/cn/skin/menu.js
ADD /hadoop/core/trunk/docs/cn/distcp.html
ADD /hadoop/core/trunk/docs/cn/linkmap.pdf
ADD /hadoop/core/trunk/docs/cn/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png
ADD /hadoop/core/trunk/src/docs/cn/build/site/quickstart.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins
ADD /hadoop/core/trunk/docs/cn/skin/CommonMessages_fr.xml
ADD /hadoop/core/trunk/docs/cn/skin/images/vcss.png
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/remove.jpg
ADD /hadoop/core/trunk/docs/cn/hdfs_permissions_guide.html
ADD /hadoop/core/trunk/src/docs/cn/build/site/hdfs_quota_admin_guide.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/svg/document-to-svg.xsl
ADD /hadoop/core/trunk/src/docs/cn/build/site/native_libraries.pdf
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs
ADD /hadoop/core/trunk/src/docs/cn/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.data
ADD /hadoop/core/trunk/src/docs/cn/build/site/skin/images/chapter_open.gif
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/breadcrumbs-optimized.js
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/html/document-to-html.xsl
ADD /hadoop/core/trunk/docs/cn/streaming.html
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images
ADD /hadoop/core/trunk/src/docs/cn/build/site/images/instruction_arrow.png
ADD /hadoop/core/trunk/src/docs/cn/src
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/README.txt
ADD /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/add.jpg

Repository Revision Date User Message
ASF #725504 Thu Dec 11 00:40:00 UTC 2008 omalley HADOOP-4164. Chinese translation of the documentation. Merge of -r
725495:725496 from trunk to 0.19. (Xuebing Yan via omalley)
Files Changed
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hdfs_design.pdf (from /hadoop/core/trunk/docs/cn/hdfs_design.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/breadcrumbs.js (from /hadoop/core/trunk/docs/cn/skin/breadcrumbs.js)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rc-t-r-15-1body-2menu-3menu.png (from /hadoop/core/trunk/docs/cn/skin/images/rc-t-r-15-1body-2menu-3menu.png)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/page.gif (from /hadoop/core/trunk/docs/cn/skin/images/page.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp/WEB-INF/logs/locationmap.log (from /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/locationmap.log)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/html/renderlogo.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/renderlogo.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/rss.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rss.png)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/cluster_setup.pdf (from /hadoop/core/trunk/docs/cn/cluster_setup.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/pdfdoc.gif (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/pdfdoc.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/pdfdoc.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/pdfdoc.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images/printer.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/printer.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/distcp.pdf (from /hadoop/core/trunk/docs/cn/distcp.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/hod.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hod.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/index.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/index.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/external-link.gif (from /hadoop/core/trunk/docs/cn/skin/images/external-link.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hod_admin_guide.pdf (from /hadoop/core/trunk/docs/cn/hod_admin_guide.pdf)
ADD /hadoop/core/branches/branch-0.19/docs/cn (from /hadoop/core/trunk/docs/cn)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/valid-html401.png (from /hadoop/core/trunk/docs/cn/skin/images/valid-html401.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_fr.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_fr.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images/xmldoc.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/xmldoc.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/update.jpg (from /hadoop/core/trunk/docs/cn/skin/images/update.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png (from /hadoop/core/trunk/docs/cn/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_en_US.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_en_US.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/html/site-to-xhtml.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/site-to-xhtml.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/commands_manual.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/commands_manual.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/projfilters.properties (from /hadoop/core/trunk/src/docs/cn/build/tmp/projfilters.properties)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/rc.svg.xslt (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/images/built-with-forrest-button.png (from /hadoop/core/trunk/src/docs/cn/build/site/images/built-with-forrest-button.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/CommonMessages_de.xml (from /hadoop/core/trunk/src/docs/cn/build/site/skin/CommonMessages_de.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images/page.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/page.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/print.css (from /hadoop/core/trunk/docs/cn/skin/print.css)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/mapred_tutorial.html (from /hadoop/core/trunk/docs/cn/mapred_tutorial.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/hdfs_permissions_guide.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hdfs_permissions_guide.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/spacer.gif (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/spacer.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/linkmap.pdf (from /hadoop/core/trunk/docs/cn/linkmap.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/distcp.html (from /hadoop/core/trunk/docs/cn/distcp.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/spacer.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/spacer.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hdfs_permissions_guide.html (from /hadoop/core/trunk/docs/cn/hdfs_permissions_guide.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/svg/document-to-svg.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/svg/document-to-svg.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/resources/images/hdfsdatanodes.odg (from /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsdatanodes.odg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/cluster_setup.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/cluster_setup.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/native_libraries.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/native_libraries.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.data (from /hadoop/core/trunk/src/docs/cn/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.data)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/chapter_open.gif (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/chapter_open.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/html/tab-to-menu.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/tab-to-menu.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/scripts/breadcrumbs-optimized.js (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/breadcrumbs-optimized.js)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/xslt/html/document-to-html.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/html/document-to-html.xsl)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/index.html (from /hadoop/core/trunk/docs/cn/index.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/poddoc.svg.xslt (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/poddoc.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/scripts (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/images/instruction_arrow.png (from /hadoop/core/trunk/src/docs/cn/build/site/images/instruction_arrow.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src (from /hadoop/core/trunk/src/docs/cn/src)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/css/basic.css (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/css/basic.css)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.index (from /hadoop/core/trunk/src/docs/cn/build/tmp/cocoon-work/cache-dir/cocoon-ehcache-1.index)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/add.jpg (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/add.jpg)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/corner-imports.svg.xslt (from /hadoop/core/trunk/docs/cn/skin/images/corner-imports.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hod_config_guide.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/hod_config_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/external-link.gif (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/external-link.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/scripts/getBlank.js (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/getBlank.js)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/valid-html401.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/valid-html401.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/getBlank.js (from /hadoop/core/trunk/src/docs/cn/build/site/skin/getBlank.js)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hdfs_quota_admin_guide.pdf (from /hadoop/core/trunk/docs/cn/hdfs_quota_admin_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/dc.svg.xslt (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/dc.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/forrest-credit-logo.png (from /hadoop/core/trunk/docs/cn/skin/images/forrest-credit-logo.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/html/book-to-menu.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/book-to-menu.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/info.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/info.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/build-info.xml (from /hadoop/core/trunk/src/docs/cn/build/tmp/build-info.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hod_admin_guide.html (from /hadoop/core/trunk/src/docs/cn/build/site/hod_admin_guide.html)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/remove.jpg (from /hadoop/core/trunk/docs/cn/skin/images/remove.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp/WEB-INF/logs/xmlform.log (from /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/xmlform.log)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hod_user_guide.html (from /hadoop/core/trunk/docs/cn/hod_user_guide.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/distcp.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/distcp.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/images/core-logo.gif (from /hadoop/core/trunk/src/docs/cn/build/site/images/core-logo.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hdfs_design.html (from /hadoop/core/trunk/docs/cn/hdfs_design.html)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/dc.svg.xslt (from /hadoop/core/trunk/docs/cn/skin/images/dc.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/update.jpg (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/update.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/update.jpg (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/update.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/xslt/html/site-to-xhtml.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/html/site-to-xhtml.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp/WEB-INF/logs/core.log (from /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/core.log)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/print.css (from /hadoop/core/trunk/src/docs/cn/build/site/skin/print.css)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin (from /hadoop/core/trunk/docs/cn/skin)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/mapred_tutorial.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/mapred_tutorial.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/xslt/fo/document-to-fo.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/fo/document-to-fo.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/html/tabutils.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/tabutils.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp/WEB-INF/logs/flow.log (from /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/flow.log)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/success.png (from /hadoop/core/trunk/docs/cn/skin/images/success.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/xslt/html (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/classes (from /hadoop/core/trunk/src/docs/cn/src/documentation/classes)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/hack.jpg (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/hack.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/input.xmap (from /hadoop/core/trunk/src/docs/cn/build/tmp/input.xmap)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/rc-b-r-15-1body-2menu-3menu.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-b-r-15-1body-2menu-3menu.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hadoop_archives.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/hadoop_archives.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/add.jpg (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/add.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/index.html (from /hadoop/core/trunk/src/docs/cn/build/site/index.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/cluster_setup.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/cluster_setup.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skinconf.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/skinconf.xml)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/fontsize.js (from /hadoop/core/trunk/docs/cn/skin/fontsize.js)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp/WEB-INF/logs/debug.log (from /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/debug.log)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/screen.css (from /hadoop/core/trunk/src/docs/cn/build/site/skin/screen.css)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png (from /hadoop/core/trunk/docs/cn/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/resources/images/favicon.ico (from /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/favicon.ico)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/current.gif (from /hadoop/core/trunk/docs/cn/skin/images/current.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp (from /hadoop/core/trunk/src/docs/cn/build/tmp)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/commands_manual.html (from /hadoop/core/trunk/docs/cn/commands_manual.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hdfs_quota_admin_guide.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/hdfs_quota_admin_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rc-b-l-15-1body-2menu-3menu.png (from /hadoop/core/trunk/docs/cn/skin/images/rc-b-l-15-1body-2menu-3menu.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/chapter.gif (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/chapter.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/cocoon-work/cache-dir (from /hadoop/core/trunk/src/docs/cn/build/tmp/cocoon-work/cache-dir)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/menu.js (from /hadoop/core/trunk/docs/cn/skin/menu.js)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png (from /hadoop/core/trunk/docs/cn/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/quickstart.html (from /hadoop/core/trunk/src/docs/cn/build/site/quickstart.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/remove.jpg (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/remove.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/changes (from /hadoop/core/trunk/src/docs/cn/changes)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/printer.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/printer.gif)
MODIFY /hadoop/core/branches/branch-0.19/docs/changes.html
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/CommonMessages_fr.xml (from /hadoop/core/trunk/docs/cn/skin/CommonMessages_fr.xml)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/vcss.png (from /hadoop/core/trunk/docs/cn/skin/images/vcss.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/remove.jpg (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/remove.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hdfs_quota_admin_guide.html (from /hadoop/core/trunk/src/docs/cn/build/site/hdfs_quota_admin_guide.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/fo/footerinfo.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/fo/footerinfo.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/broken-links.xml (from /hadoop/core/trunk/src/docs/cn/build/site/broken-links.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/streaming.html (from /hadoop/core/trunk/docs/cn/streaming.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp/WEB-INF/logs/sitemap.log (from /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/sitemap.log)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/images/hdfsarchitecture.gif (from /hadoop/core/trunk/docs/cn/images/hdfsarchitecture.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/brokenlinks.xml (from /hadoop/core/trunk/src/docs/cn/build/tmp/brokenlinks.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/commands_manual.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/commands_manual.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/README.txt (from /hadoop/core/trunk/src/docs/cn/src/documentation/README.txt)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/printer.gif (from /hadoop/core/trunk/docs/cn/skin/images/printer.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/mapred_tutorial.pdf (from /hadoop/core/trunk/docs/cn/mapred_tutorial.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/css (from /hadoop/core/trunk/src/docs/cn/build/site/skin/css)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/txtdoc.svg.xslt (from /hadoop/core/trunk/docs/cn/skin/images/txtdoc.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/scripts (from /hadoop/core/trunk/src/docs/cn/build/site/skin/scripts)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/html/strip_namespaces.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/strip_namespaces.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images/chapter.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/chapter.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/resources/images/core-logo.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/core-logo.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hod_user_guide.pdf (from /hadoop/core/trunk/docs/cn/hod_user_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/error.png (from /hadoop/core/trunk/docs/cn/skin/images/error.png)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png (from /hadoop/core/trunk/docs/cn/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/resources/images/hdfsarchitecture.odg (from /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsarchitecture.odg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/resources/images/hdfsdatanodes.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsdatanodes.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/fix.jpg (from /hadoop/core/trunk/docs/cn/skin/images/fix.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/warning.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/warning.png)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/note.txt (from /hadoop/core/trunk/docs/cn/skin/note.txt)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rss.png (from /hadoop/core/trunk/docs/cn/skin/images/rss.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/changes/ChangesFancyStyle.css (from /hadoop/core/trunk/src/docs/cn/changes/ChangesFancyStyle.css)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/scripts/breadcrumbs.js (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/breadcrumbs.js)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content (from /hadoop/core/trunk/src/docs/cn/src/documentation/content)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/images/built-with-forrest-button.png (from /hadoop/core/trunk/docs/cn/images/built-with-forrest-button.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/cluster_setup.html (from /hadoop/core/trunk/docs/cn/cluster_setup.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/rc.svg.xslt (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/rc.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/uming.ttc (from /hadoop/core/trunk/src/docs/cn/uming.ttc)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images/pdfdoc.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/pdfdoc.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/skinconf.xsl (from /hadoop/core/trunk/docs/cn/skin/skinconf.xsl)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/txtdoc.png (from /hadoop/core/trunk/docs/cn/skin/images/txtdoc.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/images/hdfsdatanodes.gif (from /hadoop/core/trunk/src/docs/cn/build/site/images/hdfsdatanodes.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/pluginlist2fetchbuild.xml (from /hadoop/core/trunk/src/docs/cn/build/tmp/pluginlist2fetchbuild.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/hod_user_guide.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hod_user_guide.xml)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/commands_manual.pdf (from /hadoop/core/trunk/docs/cn/commands_manual.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp/WEB-INF (from /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF)
ADD /hadoop/core/branches/branch-0.19/src/docs/cn (from /hadoop/core/trunk/src/docs/cn)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/native_libraries.pdf (from /hadoop/core/trunk/docs/cn/native_libraries.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rc.svg.xslt (from /hadoop/core/trunk/docs/cn/skin/images/rc.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/CommonMessages_fr.xml (from /hadoop/core/trunk/src/docs/cn/build/site/skin/CommonMessages_fr.xml)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/chapter_open.gif (from /hadoop/core/trunk/docs/cn/skin/images/chapter_open.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/prototype.js (from /hadoop/core/trunk/docs/cn/skin/prototype.js)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/profile.css (from /hadoop/core/trunk/src/docs/cn/build/site/skin/profile.css)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/xmldoc.gif (from /hadoop/core/trunk/docs/cn/skin/images/xmldoc.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/images/instruction_arrow.png (from /hadoop/core/trunk/docs/cn/images/instruction_arrow.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp/WEB-INF/logs/access.log (from /hadoop/core/trunk/src/docs/cn/build/webapp/WEB-INF/logs/access.log)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images/warning.png (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/warning.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/error.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/error.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_es.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_es.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/streaming.html (from /hadoop/core/trunk/src/docs/cn/build/site/streaming.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hod.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/hod.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hod_config_guide.pdf (from /hadoop/core/trunk/docs/cn/hod_config_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/hack.jpg (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/hack.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hdfs_user_guide.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/hdfs_user_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/getBlank.js (from /hadoop/core/trunk/docs/cn/skin/getBlank.js)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hod.html (from /hadoop/core/trunk/src/docs/cn/build/site/hod.html)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hod_config_guide.html (from /hadoop/core/trunk/docs/cn/hod_config_guide.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/changes/changes2html.pl (from /hadoop/core/trunk/src/docs/cn/changes/changes2html.pl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/note.txt (from /hadoop/core/trunk/src/docs/cn/build/site/skin/note.txt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/scripts/prototype.js (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/prototype.js)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/info.png (from /hadoop/core/trunk/docs/cn/skin/images/info.png)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hdfs_permissions_guide.pdf (from /hadoop/core/trunk/docs/cn/hdfs_permissions_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hod_admin_guide.html (from /hadoop/core/trunk/docs/cn/hod_admin_guide.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/resources.xmap (from /hadoop/core/trunk/src/docs/cn/build/tmp/resources.xmap)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/poddoc.svg.xslt (from /hadoop/core/trunk/docs/cn/skin/images/poddoc.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png (from /hadoop/core/trunk/docs/cn/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/README.txt (from /hadoop/core/trunk/docs/cn/skin/images/README.txt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/xslt/html/tab-to-menu.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/html/tab-to-menu.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/fo/document-to-fo.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/fo/document-to-fo.xsl)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/native_libraries.html (from /hadoop/core/trunk/docs/cn/native_libraries.html)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/images/core-logo.gif (from /hadoop/core/trunk/docs/cn/images/core-logo.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/uming.xml (from /hadoop/core/trunk/src/docs/cn/uming.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/getMenu.js (from /hadoop/core/trunk/src/docs/cn/build/site/skin/getMenu.js)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/quickstart.pdf (from /hadoop/core/trunk/docs/cn/quickstart.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/skinconf.xsl (from /hadoop/core/trunk/src/docs/cn/build/site/skin/skinconf.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hod_user_guide.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/hod_user_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images/chapter_open.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/chapter_open.gif)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/header_white_line.gif (from /hadoop/core/trunk/docs/cn/skin/images/header_white_line.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/html/dotdots.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/dotdots.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hdfs_shell.html (from /hadoop/core/trunk/src/docs/cn/build/site/hdfs_shell.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/status.xml (from /hadoop/core/trunk/src/docs/cn/status.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/hadoop_archives.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hadoop_archives.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/xslt/fo (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/xslt/fo)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hdfs_user_guide.html (from /hadoop/core/trunk/src/docs/cn/build/site/hdfs_user_guide.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp/conf (from /hadoop/core/trunk/src/docs/cn/build/webapp/conf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images/error.png (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/error.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/prototype.js (from /hadoop/core/trunk/src/docs/cn/build/site/skin/prototype.js)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/cluster_setup.html (from /hadoop/core/trunk/src/docs/cn/build/site/cluster_setup.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/site.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/site.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/conf/cli.xconf (from /hadoop/core/trunk/src/docs/cn/src/documentation/conf/cli.xconf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/images/hadoop-logo.jpg (from /hadoop/core/trunk/docs/cn/images/hadoop-logo.jpg)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/basic.css (from /hadoop/core/trunk/docs/cn/skin/basic.css)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/images/info.png (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/images/info.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/note.txt (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/note.txt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/txtdoc.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/txtdoc.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/resources/images/hdfsdatanodes.png (from /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsdatanodes.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/html/pathutils.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/html/pathutils.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/scripts/getMenu.js (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/scripts/getMenu.js)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/distcp.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/distcp.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/txtdoc.png (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/txtdoc.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hadoop_archives.html (from /hadoop/core/trunk/src/docs/cn/build/site/hadoop_archives.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hod_config_guide.html (from /hadoop/core/trunk/src/docs/cn/build/site/hod_config_guide.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hdfs_design.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/hdfs_design.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/breadcrumbs.js (from /hadoop/core/trunk/src/docs/cn/build/site/skin/breadcrumbs.js)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/rc-t-r-15-1body-2menu-3menu.png (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/rc-t-r-15-1body-2menu-3menu.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/tmp/output.xmap (from /hadoop/core/trunk/src/docs/cn/build/tmp/output.xmap)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/corner-imports.svg.xslt (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/corner-imports.svg.xslt)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hdfs_shell.pdf (from /hadoop/core/trunk/docs/cn/hdfs_shell.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/built-with-forrest-button.png (from /hadoop/core/trunk/docs/cn/skin/images/built-with-forrest-button.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/skinconf.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/skinconf.xsl)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/forrest-credit-logo.png (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/forrest-credit-logo.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/css (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/css)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/linkmap.html (from /hadoop/core/trunk/src/docs/cn/build/site/linkmap.html)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/translations (from /hadoop/core/trunk/docs/cn/skin/translations)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/sitemap.xmap (from /hadoop/core/trunk/src/docs/cn/src/documentation/sitemap.xmap)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/xmldoc.gif (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/xmldoc.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/css/print.css (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/css/print.css)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/resources (from /hadoop/core/trunk/src/docs/cn/src/documentation/resources)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/xslt/fo/d2fo.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/xslt/fo/d2fo.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/pelt/css/screen.css (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/pelt/css/screen.css)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/native_libraries.html (from /hadoop/core/trunk/src/docs/cn/build/site/native_libraries.html)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/xmldoc.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/xmldoc.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/content/xdocs/hdfs_design.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/content/xdocs/hdfs_design.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/header_white_line.gif (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/header_white_line.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hod_admin_guide.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/hod_admin_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site (from /hadoop/core/trunk/src/docs/cn/build/site)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/uming.conf (from /hadoop/core/trunk/src/docs/cn/uming.conf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/skinconf.xsl (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/skinconf.xsl)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/label.gif (from /hadoop/core/trunk/docs/cn/skin/images/label.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_de.xml (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/translations/CommonMessages_de.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/page.gif (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/page.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/resources/images/hadoop-logo-big.jpg (from /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hadoop-logo-big.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/webapp (from /hadoop/core/trunk/src/docs/cn/build/webapp)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images (from /hadoop/core/trunk/docs/cn/skin/images)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/rc-b-r-15-1body-2menu-3menu.png (from /hadoop/core/trunk/docs/cn/skin/images/rc-b-r-15-1body-2menu-3menu.png)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/hdfs_permissions_guide.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/hdfs_permissions_guide.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/instruction_arrow.png (from /hadoop/core/trunk/docs/cn/skin/images/instruction_arrow.png)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/hadoop_archives.pdf (from /hadoop/core/trunk/docs/cn/hadoop_archives.pdf)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/images/add.jpg (from /hadoop/core/trunk/docs/cn/skin/images/add.jpg)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/skin/images/README.txt (from /hadoop/core/trunk/src/docs/cn/build/site/skin/images/README.txt)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/skin/screen.css (from /hadoop/core/trunk/docs/cn/skin/screen.css)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/resources/images/hdfsarchitecture.gif (from /hadoop/core/trunk/src/docs/cn/src/documentation/resources/images/hdfsarchitecture.gif)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/quickstart.pdf (from /hadoop/core/trunk/src/docs/cn/build/site/quickstart.pdf)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/skins/common/images/README.txt (from /hadoop/core/trunk/src/docs/cn/src/documentation/skins/common/images/README.txt)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/src/documentation/classes/CatalogManager.properties (from /hadoop/core/trunk/src/docs/cn/src/documentation/classes/CatalogManager.properties)
REPLACE /hadoop/core/branches/branch-0.19/docs/cn/broken-links.xml (from /hadoop/core/trunk/docs/cn/broken-links.xml)
REPLACE /hadoop/core/branches/branch-0.19/src/docs/cn/build/site/distcp.html (from /hadoop/core/trunk/src/docs/cn/build/site/distcp.html)
REPLACE