[
https://issues.apache.org/jira/browse/PIG-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789976#action_12789976
]
Jeff Zhang commented on PIG-1148:
---------------------------------
Currently when user do not want to split file, he have to put the logic in pig
latin. Just like the following pig script
{code}
raw = LOAD '/data/input' USING PigStorage() SPLIT BY 'file'
{code}
After pig support InputFormat, pig will accept any kinds of input, and hadoop
have InputFormat which can control the split.
So I suggest to move splitable logic from pig latin to InputFormat
> Move splitable logic from pig latin to InputFormat
> --------------------------------------------------
>
> Key: PIG-1148
> URL: https://issues.apache.org/jira/browse/PIG-1148
> Project: Pig
> Issue Type: Sub-task
> Reporter: Jeff Zhang
> Assignee: Jeff Zhang
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.