metajack (owner)

Revisions

gist: 228348 Download_button fork
public
Public Clone URL: git://gist.github.com/228348.git
Embed All Files: show embed
mapred-site.xml #
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 
<!-- Put site-specific property overrides in this file. -->
 
<configuration>
  <property>
    <name>mapred.job.tracker</name>
    <value>localhost:9001</value>
  </property>
</configuration>