Skip to content

Merge driver and executor into the same JVM. #56353

@melin

Description

@melin

When using Spark to synchronize data, such as reading data from MySQL and writing it into a Hive table, two resources (pods) are required: the driver and the executor. If the executor value is 1, it is possible to combine the driver and the executor within the same JVM, requiring only one pod, which can save half of the cost.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions