Changes between Version 2 and Version 3 of waue/2012/0120


Ignore:
Timestamp:
Jan 20, 2012, 2:41:54 PM (12 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2012/0120

    v2 v3  
    1616}}}
    1717
    18  * conf/core-site.xml:
    19 {{{
    20 #!xml
    21 <configuration>
    22      <property>
    23          <name>fs.default.name</name>
    24          <value>hdfs://localhost:9000</value>
    25      </property>
    26      <property>
    27          <name>hadoop.tmp.dir</name>
    28          <value>/var/hadoop/hadoop100</value>
    29      </property>
    30 </configuration>
    31 }}}
    32 
    33  * conf/mapred-site.xml:
    34 {{{
    35 #!xml
    36 <configuration>
    37      <property>
    38          <name>mapred.job.tracker</name>
    39          <value>localhost:9001</value>
    40      </property>
    41 </configuration>
    42 }}}
    43 
    44  * conf/hdfs-site.xml:
    45 {{{
    46 #!xml
    47 <configuration>
    48      <property>
    49          <name>dfs.replication</name>
    50          <value>1</value>
    51      </property>
    52 </configuration>
    53 }}}
    5418
    5519 = hbase 0.90.5 single node =