[ 
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 [EMAIL PROTECTED] 
> 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.

Reply via email to