Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
learn:bigdata:install_hadoop_eco_system_single_mode [2014/08/14 23:50] – [Install Hadoop] yehudalearn:bigdata:install_hadoop_eco_system_single_mode [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 42: Line 42:
 </code> </code>
  
 +Edit /usr/local/hadoop/etc/hadoop/mapred-site.xml
 +<code xml>
 +<?xml version="1.0"?>
 +<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 +<configuration>
 +<property>
 +  <name>mapred.job.tracker</name>
 +  <value>localhost:54311</value>
 +  <description>The host and port that the MapReduce job tracker runs
 +  at.  If "local", then jobs are run in-process as a single map
 +  and reduce task.
 +  </description>
 +</property>
 +</configuration>
  
 +</code>
 Edit /usr/local/hadoop/etc/conf/core-site.xml Edit /usr/local/hadoop/etc/conf/core-site.xml
 <code xml> <code xml>
 +<configuration>
 <property> <property>
   <name>hadoop.tmp.dir</name>   <name>hadoop.tmp.dir</name>
Line 60: Line 76:
   determine the host, port, etc. for a filesystem.</description>   determine the host, port, etc. for a filesystem.</description>
 </property> </property>
 +</configuration>
 +
 +</code>
  
 +Format
 +<code bash>
 +cd /usr/local/hadoop/
 +bin/hadoop namenode -format
 </code> </code>
  
learn/bigdata/install_hadoop_eco_system_single_mode.1408060239.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0