Skip to content

Instantly share code, notes, and snippets.

@iandow
Created January 28, 2019 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iandow/bc59b01fb6fdd4bcd3fb8b2ce23ec38d to your computer and use it in GitHub Desktop.
Save iandow/bc59b01fb6fdd4bcd3fb8b2ce23ec38d to your computer and use it in GitHub Desktop.
mapred-site.xml
<configuration>
<property>
<name>mapreduce.jobhistory.address</name>
<value>nodec:10020</value>
</property>
<property>
<name>mapreduce.jobhistory.webapp.address</name>
<value>nodec:19888</value>
</property>
<property>
<name>mapreduce.jobhistory.webapp.https.address</name>
<value>nodec:19890</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment