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-30821][K8S]Handle executor failure with multiple containers #29924

Closed
wants to merge 2 commits into from

Commits on Sep 30, 2020

  1. Handle executor failure with multiple containers

    Added a spark property spark.kubernetes.executor.checkAllContainers,
    with default being false. When it's true, the executor snapshot will
    take all containers in the executor into consideration when deciding
    whether the executor is in "Running" state, if the pod restart policy is
    "Never". Also, added the new spark property to the doc.
    huskysun committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    5495e17 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

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