Skip to content

Sorting intermediate data #46

Description

@wonbaekimys

This is the structure of intermediate data at reducer side.

Intermediate data
= (idata of key range 1, idata of key range 2, ..., idata of key range N)

idata of key range k
= (iblock 1, iblock 2, ..., iblock M)

Currently, for any idata of a specific key range, key and values are sorted within each iblock, but not across the entire iblocks.
As a result, a reducer will get a key with "partially sorted" list of values.

  • It is required to sort values across the iblocks externally (the original eclipseMR is also missing this feature).

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