Uploaded image for project: 'Kite SDK (READ-ONLY)'
  1. Kite SDK (READ-ONLY)
  2. KITE-772

mapreduce jobhistory address progperty settings: should all be 0.0.0.0, or can some remain quickstart.cloudera

    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>

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              ddawson Dennis Dawson
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: