You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/10/07 00:47:31 UTC

[jira] Commented: (PIG-994) Provide 'append' keyword to allow appending to diferent dataset once the feature is available in Hadoop

    [ https://issues.apache.org/jira/browse/PIG-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762809#action_12762809 ] 

Alan Gates commented on PIG-994:
--------------------------------

Should it be a separate keyword or an option on store?  I like it better as an option for store as it can then be create or append depending on the files existence.  So it might look like:

{code}
store z into 'bla' append
{code}



> Provide 'append' keyword to allow appending to diferent dataset once the feature is available in Hadoop
> -------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-994
>                 URL: https://issues.apache.org/jira/browse/PIG-994
>             Project: Pig
>          Issue Type: New Feature
>          Components: impl
>    Affects Versions: 0.4.0
>         Environment: Grid clusters
>            Reporter: Rekha
>            Priority: Minor
>
> Provide 'append' keyword to allow appending to diferent dataset on pig 0.5.0 as it is now on hadoop 0.20(which has append feature)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.