[prev in list] [next in list] [prev in thread] [next in thread] 

List:       hadoop-dev
Subject:    [jira] Created: (HADOOP-6880) Documentation: Chinese (cn) doc is
From:       "huang jian (JIRA)" <jira () apache ! org>
Date:       2010-07-26 6:48:50
Message-ID: 3304010.580601280126930389.JavaMail.jira () thor
[Download RAW message or body]

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.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic