Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-20597

Pig exectype default value seems to be not changing after upgrade

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • trunk
    • 2.5.1
    • ambari-server
    • None

    Description

      PIG in HDP 2.6 changes the default engine in pig-properties/content from MapR to Tez:

      exectype=tez
      

      However, HDP upgrades are not working correctly because of a problem with the upgrade configuration pack:

      <definition xsi:type="configure" id="hdp_2_6_0_0_pig_use_tez">
        <type>pig-properties</type>
        <replace key="exectype" find="exectype=mapreduce" replace-with="exectype=tez" />
      </definition>
      

      There is no key named exectype in pig-properties ... there is only pig-properties/content. This key needs to be changed to find/replace

      Attachments

        1. AMBARI-20597.patch
          6 kB
          Jonathan Hurley

        Issue Links

          Activity

            People

              jonathanhurley Jonathan Hurley
              jonathanhurley Jonathan Hurley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: