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 "huang jian (JIRA)" <ji...@apache.org> on 2010/07/26 08:48:50 UTC

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

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.
-
You can reply to this email to add a comment to the issue online.