Skip to content

when spark job had ran in k8s is finished ,it register to shutdown ho…#39605

Closed
lfspace wants to merge 1 commit intoapache:masterfrom
lfspace:SPARK-41946
Closed

when spark job had ran in k8s is finished ,it register to shutdown ho…#39605
lfspace wants to merge 1 commit intoapache:masterfrom
lfspace:SPARK-41946

Conversation

@lfspace
Copy link

@lfspace lfspace commented Jan 16, 2023

What changes were proposed in this pull request?
In k8s the host-path config to spark-local-dir ,Spark job clearup the shuffle tmp dirs when it is finished.

Why are the changes needed?
The shuffle data will filled the disks of tmp dirs.

Does this PR introduce any user-facing change?

How was this patch tested?
In yaml config:

driver:
    volumeMounts:
      - name: "spark-local-dir-1"
        mountPath: "/shuff/data"
executor:
    volumeMounts:
      - name: "spark-local-dir-1"
        mountPath: "/shuff/data"

@github-actions github-actions bot added the CORE label Jan 16, 2023
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@srowen
Copy link
Member

srowen commented Jan 18, 2023

Please read https://spark.apache.org/contributing.html

@github-actions
Copy link

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label Apr 29, 2023
@github-actions github-actions bot closed this Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants