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-31486] [CORE] spark.submit.waitAppCompletion flag to control spark-submit exit in Standalone Cluster Mode #28258

Closed
wants to merge 15 commits into from

Commits on Apr 19, 2020

  1. Implementation of spark.submit.waitForCompletion flag which will cont…

    …rol if the spark-submit process will wait to exit until the application finishes/fails/errors out. This flag is set to false by default where the application will exit after submission.
    Akshat Bordia committed Apr 19, 2020
    1 Configuration menu
    Copy the full SHA
    13ea149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68d76d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

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

Commits on May 1, 2020

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

Commits on May 2, 2020

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

    akshatb1 committed May 2, 2020
    Configuration menu
    Copy the full SHA
    8eef373 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    0918106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e225495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f1bd6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

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

Commits on May 22, 2020

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

Commits on Jun 2, 2020

  1. Fixing indentation

    akshatb1 committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    743d93d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe142a8 View commit details
    Browse the repository at this point in the history
  3. Merging master

    akshatb1 committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    27a81c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Merging master

    akshatb1 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    0e152f4 View commit details
    Browse the repository at this point in the history