You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spark properties that are set by both the user via spec.sparkConf and the operator are not merged properly.
Example: users that need to set Java proxy settings via spark.driver.extraJavaOptions cannot do so without overriding the same property set by the operator.
Possible solution
No response
Additional context
No response
Environment
No response
Would you like to work on fixing this bug?
None
The text was updated successfully, but these errors were encountered:
To me personally this sounds like expected behavior. The fields docs state
A map of key/value strings that will be passed directly to spark-submit.
which it seems to do.
It think it's a very hard problem to correctly merge all the Spark properties in the world but let's see :)
I personally would consider this a feature request to make it easier to merge stuff from the user onto the operator generated ones - which sounds like a nice quality of live feature - if possible.
Affected Stackable version
all
Affected Apache Spark-on-Kubernetes version
all
Current and expected behavior
Spark properties that are set by both the user via
spec.sparkConf
and the operator are not merged properly.Example
: users that need to set Java proxy settings viaspark.driver.extraJavaOptions
cannot do so without overriding the same property set by the operator.Possible solution
No response
Additional context
No response
Environment
No response
Would you like to work on fixing this bug?
None
The text was updated successfully, but these errors were encountered: