Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 0.17.0
-
Fix Version/s: None
-
Component/s: Examples
-
Labels:None
-
Environment:5.2 VirtualBox VM
Description
In the instructions for preparing the server for the demo, in the mapred-site.xml file we replace the value for the mapreduce.jobhistory.address setting (quickstart.cloudera:10020) with 0.0.0.0:10020
There are three other settings in the list. Should they be updated as well?
<property>
<name>mapreduce.jobhistory.address</name>
<!-- replaced value per instructions in Kite-SDK demo -->
<!-- value>quickstart.cloudera:10020</value -->
<value>0.0.0.0:10020</value>
</property>
<property>
<name>mapreduce.jobhistory.webapp.address</name>
<value>quickstart.cloudera:19888</value>
</property>
<property>
<name>mapreduce.jobhistory.webapp.https.address</name>
<value>quickstart.cloudera:19890</value>
</property>
<property>
<name>mapreduce.jobhistory.admin.address</name>
<value>quickstart.cloudera:10033</value>
</property>