-
Notifications
You must be signed in to change notification settings - Fork 240
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
[ADAP-405] [Feature] Use server_side_parameters as SparkSession config in Spark "session" mode #690
Comments
Hey @alarocca-apixio, could you please check this discussion, I'm trying to regroup all the threads on that topic in one place. |
@alarocca-apixio @Fleid Any progress on this? I would love to see this added. Happy to help on this one, just commented on the PR. |
I asked @JCZuurmond to weigh in on the topic, but we haven't had time to catch-up. |
See PR for update 👆 |
Is this your first time submitting a feature request?
Describe the feature
Configuration for server_side_parameters already exists in the Spark configuration. However, these are currently unused in Spark "session" mode. We can pass these into SessionConnectionWrapper and then, when building the SparkSession, we can pass them as Spark "config":
Describe alternatives you've considered
We've tried Spark via Thrift, but this doesn't support all of our necessary use cases, such as configuring KMS encryption for the jobs.
Who will this benefit?
This will enable users to flexibly control the SparkSession that is created, giving users the ability to inject any parameters desired into the SparkSession.
Are you interested in contributing this feature?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered: