Skip to content

Change the method for calculating the memory usage for spark apps #1200

@zaultooz

Description

@zaultooz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions