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

Ability to have a specific configuration for a SparkApplication #298

Open
wcallag3 opened this issue Sep 14, 2020 · 0 comments
Open

Ability to have a specific configuration for a SparkApplication #298

wcallag3 opened this issue Sep 14, 2020 · 0 comments

Comments

@wcallag3
Copy link

Description:

Is there any way to provide specific configuration for a specific SparkApplication (I'm talking about configuration parameters that are passed in using --conf when calling spark-submit from the command line). Examples include:

spark.sql.parquetFilterPushdown=true
spark.sql.execution.arrow=true
spark.default.parallelism=<some_numeric_value>
etc.

I see its possible at the SparkCluster level (see here) but what about the SparkApplication level?

I noticed there was a "sparkConfigMap" parameter at the SparkApplication level. Would this allow for me to accomplish the above? If so, I haven't found much information on how to use it. If this is the case, I would appreciate an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant