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
Currently the pipelines projects provides the memoryOverhead as a pre-calculated fixed value for the spark apps it starts.
I think it would be better if we rely on the spark property "spark.executor.memoryOverheadFactor" to let spark do it itself. So instead of sending multiple values, pipelines should send the total amount of memory needed to process the dataset.