You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2011/08/11 19:32:30 UTC

[jira] [Resolved] (HADOOP-6880) Documentation: Chinese (cn) doc is old

     [ https://issues.apache.org/jira/browse/HADOOP-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins resolved HADOOP-6880.
---------------------------------

    Resolution: Fixed

cn docs were removed

> 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