[
https://issues.apache.org/jira/browse/PIG-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837970#comment-13837970
]
Cheolsoo Park commented on PIG-3565:
------------------------------------
So it looks like range partitioner is broken. Try this query-
{code}
set pig.tez.session.reuse false;
a = load '/user/pig/tests/data//singlefile/studenttab10k' as (name:chararray,
age:int, gpa:double);
b = order a by age parallel 2;
store b into '/user/cheolsoop/operators_2';
{code}
It generates two output files within each of which records are sorted. However,
records are not sorted globally.
> Make split work with Tez
> ------------------------
>
> Key: PIG-3565
> URL: https://issues.apache.org/jira/browse/PIG-3565
> Project: Pig
> Issue Type: Sub-task
> Components: tez
> Reporter: Rohini Palaniswamy
> Assignee: Rohini Palaniswamy
> Fix For: tez-branch
>
> Attachments: PIG-3565-1.patch, PIG-3565-2.patch, join.diff,
> test_harnesss_1383612309
>
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)