[ 
https://issues.apache.org/jira/browse/HADOOP-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033454#comment-13033454
 ] 

Todd Lipcon commented on HADOOP-6880:
-------------------------------------

Best I can tell, the Chinese docs haven't been maintained since they were 
initially contributed in 2008 (HADOOP-4164).

I would like to propose that we remove them entirely, or add (in Chinese) a big 
red warning message on the page indicating as much and asking for help 
translating?

What do folks think?

> Documentation: Chinese (cn) doc is old
> --------------------------------------
>
>                 Key: HADOOP-6880
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6880
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.2
>            Reporter: huang jian
>
> Documentation: Chinese (cn) doc is old.
> http://hadoop.apache.org/common/docs/r0.20.2/quickstart.html
> JavaTM 1.6.x, preferably from Sun, must be installed. 
> Configuration
> Use the following:
> conf/core-site.xml:
> <configuration>
>   <property>
>     <name>fs.default.name</name>
>     <value>hdfs://localhost:9000</value>
>   </property>
> </configuration>
> conf/hdfs-site.xml:
> <configuration>
>   <property>
>     <name>dfs.replication</name>
>     <value>1</value>
>   </property>
> </configuration>
> conf/mapred-site.xml:
> <configuration>
>   <property>
>     <name>mapred.job.tracker</name>
>     <value>localhost:9001</value>
>   </property>
> </configuration>
> http://hadoop.apache.org/common/docs/r0.20.2/cn/quickstart.html
> JavaTM1.5.x,必须安装,建议选择Sun公司发行的Java版本。 
> 配置
> 使用如下的 conf/hadoop-site.xml:
> <configuration>
>   <property>
>     <name>fs.default.name</name>
>     <value>localhost:9000</value>
>   </property>
>   <property>
>     <name>mapred.job.tracker</name>
>     <value>localhost:9001</value>
>   </property>
>   <property>
>     <name>dfs.replication</name>
>     <value>1</value>
>   </property>
> </configuration>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to