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

Oozie hive workflows are broken because of the HADOOP_HOME being deprecated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.4.0
    • 0.4.0
    • general
    • None

    Description

      Oozie addressed this issue upstream via introducing a per-workflow set of defaults that are coming from a set of configuration files named according to the workflow type (hive, mapred, etc.). We have to piggy back off that change by shipping the action-conf/hive.xml configuration with the following content:

      <configuration>
         <property>
            <name>hadoop.bin.path</name>
            <value>/usr/bin/hadoop</value>
         </property>
      
         <property>
            <name>hadoop.config.dir</name>
            <value>/etc/hadoop/conf</value>
         </property>
      </configuration>
      

      Attachments

        1. BIGTOP-500.patch.txt
          2 kB
          Roman Shaposhnik

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: