[
https://issues.apache.org/jira/browse/PIG-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai resolved PIG-2666.
-----------------------------
Resolution: Fixed
Fix Version/s: 0.10.1
0.11
0.9.3
Hadoop Flags: Reviewed
Patch committed to 0.9/0.10/trunk.
> LoadFunc.setLocation() is not called when pig script only has Order By
> ----------------------------------------------------------------------
>
> Key: PIG-2666
> URL: https://issues.apache.org/jira/browse/PIG-2666
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.9.3
> Reporter: Francis Liu
> Assignee: Daniel Dai
> Fix For: 0.9.3, 0.11, 0.10.1
>
> Attachments: PIG-2666-0.patch, PIG-2666-1.patch, PIG-2666-2.patch
>
>
> HCatLoader.setLocation() needs setLocation() called on the frontend. This
> doesn't happen with this pig script:
> A = LOAD 'foo' USING org.apache.hcatalog.pig.HCatLoader();
> B = ORDER A BY id;
> DUMP B;
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira