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-29641][PYTHON][CORE] Stage Level Sched: Add python api's and tests #28085

Closed
wants to merge 31 commits into from

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    acdf6e8 View commit details
    Browse the repository at this point in the history
  2. revert pom changes

    tgravescs committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    24c1a96 View commit details
    Browse the repository at this point in the history
  3. Fix log messages

    tgravescs committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    5647535 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af69e4b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    4a7f39a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e1a10 View commit details
    Browse the repository at this point in the history
  3. Add java api test

    tgravescs committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    af602b6 View commit details
    Browse the repository at this point in the history
  4. cleanup

    tgravescs committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    2b515c8 View commit details
    Browse the repository at this point in the history
  5. fix indentation

    tgravescs committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a052427 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a90fbe View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

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

Commits on Apr 2, 2020

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

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    e81a480 View commit details
    Browse the repository at this point in the history
  2. Fix minor review comments

    tgravescs committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ae8e312 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d7c79f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    956dc84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32bca95 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Fix python imports

    tgravescs committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e494c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e15ed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c885a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3562539 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. review comments

    tgravescs committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    544119e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    8469038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b9137 View commit details
    Browse the repository at this point in the history
  3. cleanup

    tgravescs committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    2235654 View commit details
    Browse the repository at this point in the history
  4. fix style issues

    tgravescs committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    bf1a215 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62cb02c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Change to make python versions do same thing as the scala versions as

    hit some issues with switching between objects created before
    SparkContext and ones after. Easier to understand this way. Add tests
    tgravescs committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a6e9ac2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

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

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    89be02e View commit details
    Browse the repository at this point in the history
  2. Other variable name changes

    tgravescs committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    354fb0c View commit details
    Browse the repository at this point in the history