Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-105

hadoop services can not be started with the default configs in place

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.1.0
    • None
    • general
    • None

    Description

      All of the services packaged by Bigtop provide some level of default configuration. Hadoop is the only exception where an extra package is needed to make services usable. I would like to change this by:
      1. Introducing the following snippets into the configs that get shipped with hadoop package by default:
      core-site.xml:
      <property>
      <name>fs.default.name</name>
      <value>hdfs://localhost:8020</value>
      </property>

      mapred-site.xml:
      <property>
      <name>mapred.job.tracker</name>
      <value>localhost:8021</value>
      </property>

      2. move formating of the namenode from hadoop-conf-pseudo into hadoop-namenode package

      Attachments

        1. BIGTOP-105.patch.txt
          1 kB
          Roman Shaposhnik
        2. BIGTOP-105.patch.txt
          10 kB
          Roman Shaposhnik

        Activity

          People

            rvs Roman Shaposhnik
            rvs Roman Shaposhnik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: