Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-26760

[Spark Incorrect display in SPARK UI Executor Tab when number of cores is 4 and Active Task display as 5 in Executor Tab of SPARK UI]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • 2.4.0
    • None
    • Spark Core
    • Spark 2.4

    Description

      Steps:

      1. Launch Spark Shell 
      2. bin/spark-shell --master yarn  --conf spark.dynamicAllocation.enabled=true --conf spark.dynamicAllocation.initialExecutors=3 --conf spark.dynamicAllocation.minExecutors=1 --conf spark.dynamicAllocation.executorIdleTimeout=60s --conf spark.dynamicAllocation.maxExecutors=5
      3. Submit a Job sc.parallelize(1 to 10000,116000).count()
      4. Check the YARN UI Executor Tab for the RUNNING application
      5. UI display as Number of cores 4 and Active Tasks column shows as 5

      Expected:

      It Number of Active Tasks should be same as Number of Cores.

       

      Attachments

        1. Screenshot from 2019-02-11 15-09-09.png
          21 kB
          shahid
        2. SPARK-26760.png
          96 kB
          ABHISHEK KUMAR GUPTA

        Activity

          People

            Unassigned Unassigned
            abhishek.akg ABHISHEK KUMAR GUPTA
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: