[SPARK-2678][Core] Backport PR #1801 to branch-1.0#1831
Closed
liancheng wants to merge 1 commit into
Closed
Conversation
|
QA tests have started for PR 1831. This patch merges cleanly. |
|
QA results for PR 1831: |
Contributor
|
Thanks Cheng! |
asfgit
pushed a commit
that referenced
this pull request
Aug 7, 2014
Backport SPARK-2678 fix in PR #1801 to branch-1.0 Author: Cheng Lian <lian.cs.zju@gmail.com> Closes #1831 from liancheng/spark-2678-for-1.0 and squashes the following commits: cc59929 [Cheng Lian] Backported SPARK-2678 fix
Contributor
|
@liancheng can you close this? I've merged it but things don't close properly in this case. |
viirya
pushed a commit
to viirya/spark-1
that referenced
this pull request
Oct 19, 2023
### What changes were proposed in this pull request? This adds support for the async profiler to Spark ### Why are the changes needed? Profiling of JVM applications on a cluster is cumbersome and it can be complicated to save the output of the profiler especially if the cluster is on K8s where the executor pods are removed and any files saved to the local file system become inaccessible. This feature makes it simple to turn profiling on/off, includes the jar/binaries needed for profiling, and makes it simple to save output to an HDFS location. ### Does this PR introduce _any_ user-facing change? This PR introduces three new configuration parameters. These are described in the documentation. ### How was this patch tested? Manually on an EKS cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport SPARK-2678 fix in PR #1801 to branch-1.0