Skip to content

GroupBy not working in Cluster mode #2

Description

@akhld

When you try to execute the following crashes with not-serializable Exception.

A = load 'hdfs://localhost:9000/input/' USING PigStorage(',') AS (p, q, r);
B = GROUP A BY p;
STORE B INTO '/tmp/groupby';

Its happening in Spork streaming.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions