Skip to content

Partitioning in MapReduce #407

@qh681248

Description

@qh681248

What's the issue?

Currently MapReduce is implemented such a way that if you partition a dataset into number of partitions that does not divide data then you would get partitions of unequal sizes, the current implementation repeats the last data point to fill the partitions, would it make more sense to use a random datapoint instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    newSomething yet to be discussed by development teamquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions