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

Expose internal API to get Spark version on the driver side #429

Merged
merged 2 commits into from
Feb 23, 2020

Conversation

imback82
Copy link
Contributor

There are scenarios where Spark version is needed on the driver side to have different logic of processing based on the Spark version (e.g., #414, getting connection info for Collect, etc.). This PR proposes to introduce internal SparkVersion property for SparkEnvironment to make it easy to get Spark version.

@imback82 imback82 added the enhancement New feature or request label Feb 23, 2020
@imback82 imback82 self-assigned this Feb 23, 2020
@imback82 imback82 merged commit 5c5c249 into dotnet:master Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant