You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Xuebing Yan (JIRA)" <ji...@apache.org> on 2008/09/12 09:57:44 UTC

[jira] Created: (HADOOP-4164) Chinese translation of core docs

Chinese translation of core docs
--------------------------------

                 Key: HADOOP-4164
                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
             Project: Hadoop Core
          Issue Type: Wish
          Components: documentation
            Reporter: Xuebing Yan
             Fix For: 0.18.1, 0.19.0, 0.18.0, 0.17.2, 0.17.1, 0.17.0


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.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635175#action_12635175 ] 

Owen O'Malley commented on HADOOP-4164:
---------------------------------------

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-4164.patch.7z

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:

{noformat}
   <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>
{noformat}

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652621#action_12652621 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655753#action_12655753 ] 

Doug Cutting commented on HADOOP-4164:
--------------------------------------

According to FOR-707, we're supposed to be able to add files like index.cn.xml and menu_cn.xml, set Java's system property user.language=cn and set in Forrest project.i18n=true, and Forrest will generate a translated site in the cn/ subdirectory, but I cannot get this to work.  The advantage of this approach is that, when a new page is added, its English version would automatically be included in the Chinese site until a Chinese translation is added.  Can anyone else get this to work?


> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>             Fix For: 0.17.3
>
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-4164.patch

made a little modification, now it passes through the test-patch completely.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Release Note: Chinese translation for hadoop 0.17.x core docs.
          Status: Patch Available  (was: Open)

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.


> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647075#action_12647075 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

> 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
- http://mail-archives.apache.org/mod_mbox/forrest-dev/200808.mbox/%3C499888440808180354i57121f3btc3c091685b232d04@mail.gmail.com%3E
- https://issues.apache.org/jira/browse/COCOON-1542

We could define a variable and replace it in runtime by a script, i.e.:
# Define a variable, say FOPFONT_HOME, and use it in the xml and other source files.
# 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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654799#action_12654799 ] 

Xuebing Yan commented on HADOOP-4164:
-------------------------------------

Owen, I've made two patches for 0.17.2 and 0.18.2. As you know, Chinese docs can be made this way:

{code}
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
{code}

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

Doung 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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640235#action_12640235 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

> 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!)

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651158#action_12651158 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

bq. 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?

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654357#action_12654357 ] 

Zheng Shao commented on HADOOP-4164:
------------------------------------

@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.



> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655630#action_12655630 ] 

Xuebing Yan commented on HADOOP-4164:
-------------------------------------

Great! Thank all of you. looking forward to the link from the English docs, that would be better for Chinese users.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>             Fix For: 0.17.3
>
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642775#action_12642775 ] 

Xuebing Yan commented on HADOOP-4164:
-------------------------------------

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?

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (HADOOP-4164) Chinese translation of core docs

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639345#action_12639345 ] 

udanax edited comment on HADOOP-4164 at 10/14/08 1:44 AM:
------------------------------------------------------------------

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, 

{code}
Related Project
 Hbase
 Mahout
--
Local Community
 China
 Japan
 Korea
{code}

      was (Author: udanax):
    Latest patch is good for me. +1

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

Related Project
 * Hbase
--
Local Community
 * China
 * Japan
 * Korea
  
> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640849#action_12640849 ] 

Xuebing Yan commented on HADOOP-4164:
-------------------------------------

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655651#action_12655651 ] 

Hudson commented on HADOOP-4164:
--------------------------------

Integrated in Hadoop-trunk #685 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/685/])
    . Another two files to ignore.
. Add files to ignore.
. Chinese translation of the documentation. (Xuebing Yan via 
omalley)


> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>             Fix For: 0.17.3
>
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-4164:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.17.3
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Xuebing!

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>             Fix For: 0.17.3
>
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-4164.patch

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

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>         Attachments: HADOOP-4164.patch
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639345#action_12639345 ] 

Edward J. Yoon commented on HADOOP-4164:
----------------------------------------

Latest patch is good for me. +1

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

Related Project
 * Hbase
--
Local Community
 * China
 * Japan
 * Korea

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Hairong Kuang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641229#action_12641229 ] 

Hairong Kuang commented on HADOOP-4164:
---------------------------------------

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647011#action_12647011 ] 

Owen O'Malley commented on HADOOP-4164:
---------------------------------------

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-4164.patch

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640717#action_12640717 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

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?


> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: test-patch.log

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-4164.patch.7z

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653551#action_12653551 ] 

Owen O'Malley commented on HADOOP-4164:
---------------------------------------

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655458#action_12655458 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

The following files need to be added to the ignore list.
{noformat}
M      src/docs/cn/uming.conf
M      src/docs/cn/src/documentation/sitemap.xmap
{noformat}

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>             Fix For: 0.17.3
>
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-4164.patch

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.


> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655414#action_12655414 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

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/

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641184#action_12641184 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

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".

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639372#action_12639372 ] 

Hadoop QA commented on HADOOP-4164:
-----------------------------------

-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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652986#action_12652986 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

BUILD SUCCESSFUL: http://people.apache.org/~szetszwo/4164_20081203/

If the [workaround|https://issues.apache.org/jira/browse/HADOOP-4164?focusedCommentId=12648536#action_12648536] to the relative path problem is fine, we could commit this.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646426#action_12646426 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-4164:
------------------------------------------------

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.



> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630627#action_12630627 ] 

Doug Cutting commented on HADOOP-4164:
--------------------------------------

This will be great to have!  Thanks!

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654863#action_12654863 ] 

Doug Cutting commented on HADOOP-4164:
--------------------------------------

> After that patch have been applied, I can submit patches to make it update to date. Am I right?

Yes, that sounds good.  Thanks!

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-4164.patch.7z

So glad that it finally works.
Java5 stuff is removed, please have another try.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Daley updated HADOOP-4164:
--------------------------------

    Fix Version/s:     (was: 0.18.1)
                       (was: 0.17.2)
                       (was: 0.19.0)
                       (was: 0.17.1)
                       (was: 0.18.0)
                       (was: 0.17.0)

This is not a 0.18.1 blocker.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639681#action_12639681 ] 

Xuebing Yan commented on HADOOP-4164:
-------------------------------------

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-4164) Chinese translation of core docs

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley reassigned HADOOP-4164:
-------------------------------------

    Assignee: Xuebing Yan

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640100#action_12640100 ] 

Edward J. Yoon commented on HADOOP-4164:
----------------------------------------

BTW, how many chinese committers have we got? I think they should review this document.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653640#action_12653640 ] 

Xuebing Yan commented on HADOOP-4164:
-------------------------------------

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?

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655470#action_12655470 ] 

Owen O'Malley commented on HADOOP-4164:
---------------------------------------

I just checked it out on people, so it will show up in a couple of hours at:

http://hadoop.apache.org/core/docs/r0.17.2/cn
http://hadoop.apache.org/core/docs/r0.18.2/cn
http://hadoop.apache.org/core/docs/r0.19.0/cn

I "cheated" to put these on the site, by checking the docs out of the branch instead of a release. Once we roll 0.18.3, for instance, it will automatically be there.


> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>             Fix For: 0.17.3
>
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654456#action_12654456 ] 

Owen O'Malley commented on HADOOP-4164:
---------------------------------------

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-0.17.2-patch.7z

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654499#action_12654499 ] 

Doug Cutting commented on HADOOP-4164:
--------------------------------------

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655503#action_12655503 ] 

Doug Cutting commented on HADOOP-4164:
--------------------------------------

We should add a link from the English docs to the Chinese docs, no?  Perhaps an entry in the menu on the left?  Or a flag icon somewhere?

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>             Fix For: 0.17.3
>
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654799#action_12654799 ] 

xbing edited comment on HADOOP-4164 at 12/9/08 6:01 AM:
--------------------------------------------------------------

Owen, I've made two patches for 0.17.2 and 0.18.2. As you know, Chinese docs can be made this way:

{code}
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
{code}

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.

      was (Author: xbing):
    Owen, I've made two patches for 0.17.2 and 0.18.2. As you know, Chinese docs can be made this way:

{code}
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
{code}

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

Doung 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.
  
> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654752#action_12654752 ] 

Zheng Shao commented on HADOOP-4164:
------------------------------------

@Owen. What would be the next steps to get this published on http://hadoop.apache.org/core/docs/r0.17.2/ ?

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-0.18.2-patch.7z

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Xuebing Yan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuebing Yan updated HADOOP-4164:
--------------------------------

    Attachment: HADOOP-r724961.patch.7z

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.

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4164) Chinese translation of core docs

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655450#action_12655450 ] 

Zheng Shao commented on HADOOP-4164:
------------------------------------

What will be the address on hadoop.apache.org for this?


> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>             Fix For: 0.17.3
>
>         Attachments: build.xml.patch, HADOOP-0.17.2-patch.7z, HADOOP-0.18.2-patch.7z, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-4164.patch.7z, HADOOP-r724961.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4164) Chinese translation of core docs

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-4164:
-------------------------------------------

    Attachment: build.xml.patch

Failed to build HADOOP-4164.patch.7z this time.

# Should use Java 5.  Otherwise, build failed.
# "ant clean" should not remove the generated cn doc.
# 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 
{noformat}
 ant docs -Dforrest.home=$FORREST_HOME -Djava5.home=$JAVA5
{noformat}

> Chinese translation of core docs
> --------------------------------
>
>                 Key: HADOOP-4164
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4164
>             Project: Hadoop Core
>          Issue Type: Wish
>          Components: documentation
>            Reporter: Xuebing Yan
>            Assignee: Xuebing Yan
>         Attachments: build.xml.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch, HADOOP-4164.patch.7z, test-patch.log
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.