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

ATS Applications Do Not Move From Active to Done After Upgrade

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.6.0
    • 2.6.0
    • None
    • None

    Description

      When running Tez jobs, it was noticed that after killing the applications, ATS would never move them from the active directory to the done directory. The YARN folks deep some technical investigation and determined that the reason for this was a combination of ATS 1.0 and 1.5 configurations co-existing after upgrading from BigInsights to HDP.

      The upgrade auto-merge should have taken care of this for us, but it seems that 1 property was missing from the default stack BI 4.2 (even though it gets added on install through the UI).

      grep -r --include "*.xml" "yarn.timeline-service.store-class" src/main/resources/stacks/BigInsights
      src/main/resources/stacks/BigInsights/4.0/services/YARN/configuration/yarn-site.xml:    <name>yarn.timeline-service.store-class&lt;/name>
      src/main/resources/stacks/BigInsights/4.2.5/services/YARN/configuration/yarn-site.xml:    <name>yarn.timeline-service.store-class&lt;/name>
      

      BI 4.2.0 doesn't have this property, which causes the merge to fail. It doesn't inherit it from BI 4.0 either.

      Attachments

        1. AMBARI-21866.patch
          1.0 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: