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

Applications wait even if free executors are available

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Not A Problem
    • 1.5.0
    • None
    • Scheduler, Spark Core
    • None
    • RHEL 6.5 64 bit

    Description

      Number of workers: 21
      Number of executors: 63

      Steps to reproduce:
      1. Run 4 jobs each with max cores set to 10
      2. The first 3 jobs run with 10 each. (30 executors consumed so far)
      3. The 4 th job waits even though there are 33 idle executors.

      The reason is that a job will not get executors unless
      the total number of EXECUTORS in use < the number of WORKERS

      If there are executors available, resources should be allocated to the pending job.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nbalagopal Balagopal Nair
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: