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-25262][K8S] Allow SPARK_LOCAL_DIRS to be tmpfs backed on K8S #22323

Closed
wants to merge 2 commits into from

Commits on Sep 3, 2018

  1. [SPARK-25262][K8S] Allow SPARK_LOCAL_DIRS to be tmpfs backed on K8S

    Adds a configuration option that enables SPARK_LOCAL_DIRS to be backed
    by Memory backed emptyDir volumes rather than the default which is
    whatever the kubelet's node storage happens to be
    rvesse committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    0e1238a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. [SPARK-25262][K8S] Address PR comments

    - Simplify syntax
    - Indentation fixes
    - Doc improvements and clarifications
    rvesse committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    8bc9f0e View commit details
    Browse the repository at this point in the history