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

Spark1 Shuffle Property Is Removed Incorrectly on a Stack Upgrade

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.5.2
    • None
    • ambari-server
    • None

    Description

      Steps to reproduce:

      • Install BI 4.2.0
      • Upgrade to Ambari-2.5.2.0
      • Upgrade to HDP-2.6

      Here, Spark-shuffle service is not configured for Spark1 component. It only configures Spark2-shuffle service

      current yarn-site.xml after upgrade
      yarn.nodemanager.aux-services = mapreduce_shuffle,spark2_shuffle
      yarn.nodemanager.aux-services.spark2_shuffle.class = org.apache.spark.network.yarn.YarnShuffleService
      yarn.nodemanager.aux-services.spark2_shuffle.classpath={{stack_root}}/${hdp.version}/spark2/aux/*
      yarn.nodemanager.aux-services.spark_shuffle.class=org.apache.spark.network.yarn.YarnShuffleService
      yarn.nodemanager.aux-services.spark_shuffle.classpath={{stack_root}}/${hdp.version}/spark/aux/*
      yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes  <EMPTY VALUE>
      yarn.timeline-service.entity-group-fs-store.group-id-plugin-classpath <EMPTY VALUE>
      expected yarn-site.xml
      yarn.nodemanager.aux-services = mapreduce_shuffle,spark_shuffle
      yarn.nodemanager.aux-services.spark_shuffle.class=org.apache.spark.network.yarn.YarnShuffleService
      yarn.nodemanager.aux-services.spark_shuffle.classpath={{stack_root}}/${hdp.version}/spark/aux/*
      yarn.timeline-service.entity-group-fs-store.group-id-plugin-classpath=/usr/hdp/${hdp.version}/spark/hdpLib/*
      yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes=org.apache.spark.deploy.history.yarn.plugin.SparkATSPlugin

      Attachments

        1. AMBARI-21770.patch
          3 kB
          Jonathan Hurley

        Issue Links

          Activity

            People

              jonathanhurley Jonathan Hurley
              yeshavora Yesha Vora
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: