Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARK-1937: fix issue with task locality #892

Closed
wants to merge 15 commits into from

Commits on May 27, 2014

  1. SPARK-1937: fix issue with task locality

    Rui Li committed May 27, 2014
    Configuration menu
    Copy the full SHA
    a225ac2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. re-compute pending tasks when new host is added

    Rui Li committed May 28, 2014
    Configuration menu
    Copy the full SHA
    3dfae86 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. fix code style

    Rui Li committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    cf0d6ac View commit details
    Browse the repository at this point in the history
  2. fix code style

    Rui Li committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    539a578 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2014

  1. revised patch

    Rui Li committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    cab4c71 View commit details
    Browse the repository at this point in the history
  2. Update TaskSchedulerImpl.scala

    lirui-intel committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    3d7da02 View commit details
    Browse the repository at this point in the history
  3. revise patch

    Rui Li committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    c7b93b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

  1. remove redundant code

    Rui Li committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    7b0177a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2014

  1. Configuration menu
    Copy the full SHA
    685ed3d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. fix computing valid locality levels

    Rui Li committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    fff4123 View commit details
    Browse the repository at this point in the history
  2. add unit test and fix bug

    Rui Li committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    99f843e View commit details
    Browse the repository at this point in the history
  3. refine UT

    Rui Li committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    5b3fb2f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. restrict allowed locality

    Rui Li committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    18f9e05 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. Configuration menu
    Copy the full SHA
    fafd57f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2014

  1. fix code style

    Rui Li committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    8444d7c View commit details
    Browse the repository at this point in the history