Skip to content

Examples force a fixed cores number for Spark local master #86

@tashoyan

Description

@tashoyan

Guidelines to run examples force user to run Spark local master with 4 cores:
--master local[4]
Real number of logical cores may differ from user to user. It would be better to let Spark decide how many cores it needs:
--master local[*]

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