You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2009/12/14 05:04:18 UTC

[jira] Commented: (PIG-1148) Move splitable logic from pig latin to InputFormat

    [ 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.