Skip to content

Allow a higher number of partitions with an RDD #528

@costin

Description

@costin

When dealing with large number of documents, Spark tasks can be overwelmed by the number of documents within a shard.
While one can re-partition the shards, it would be convenient to allow this have this built-in resulting in "fake" partitions that basically slice the shards into smaller bits that should be easier for Spark to digest.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions