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-4117] [YARN] Spark on Yarn handle AM being told command from RM #10129

Closed
wants to merge 3 commits into from

Commits on Dec 3, 2015

  1. Spark on Yarn handle AM being told command from RM

    When RM throws ApplicationAttemptNotFoundException for allocate
    invocation, making the ApplicationMaster to finish immediately without any
    retries.
    Devaraj K committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    636fd78 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

  1. Removed referring ApplicationAttemptNotFoundException class directly and

    handling it as part of Throwable case.
    Devaraj K committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    d451181 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. Updated with the review comments.

    Devaraj K committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    620b33d View commit details
    Browse the repository at this point in the history