Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.51 KB  |  hits: 29  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [root@ip-10-250-57-221 conf]# pwd
  2. /usr/lib/hadoop-0.20/conf
  3. conf/core-site.xml:
  4.  <configuration>
  5.   <property>
  6.    <name>fs.default.name</name>
  7.    <value>hdfs://<elasticurl>:9000</value>
  8.   </property>
  9.  </configuration>
  10. conf/hdfs-site.xml:
  11.  <configuration>
  12.   <property>
  13.    <name>dfs.replication</name>
  14.    <value>1</value>
  15.   </property>
  16.  </configuration>
  17. conf/mapred-site.xml:
  18.  <configuration>
  19.   <property>
  20.    <name>mapred.job.tracker</name>
  21.    <value><elasticurl>:9001</value>
  22.   </property>
  23.  </configuration>