You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Vivek Padmanabhan (JIRA)" <ji...@apache.org> on 2011/04/06 06:40:05 UTC

[jira] [Created] (PIG-1966) Document Store and load from the same location does not support globbing

Document Store and load from the same location does not support globbing
------------------------------------------------------------------------

                 Key: PIG-1966
                 URL: https://issues.apache.org/jira/browse/PIG-1966
             Project: Pig
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 0.8.0
            Reporter: Vivek Padmanabhan
            Priority: Minor
             Fix For: 0.8.0


If in my script there is a Store and a load from the same location like below;
STORE A INTO '/user/myname/myoutputfolder';
D = LOAD '/user/myname/myoutputfolder/part*' ;

This will cause my script to fail .Pig requires the store and load locations to be exactly same to realize that
there is a dependency .
This behavior of Pig should be documented preferably in
 http://pig.apache.org/docs/r0.8.0/piglatin_ref2.html#Load%2FStore+Functions

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (PIG-1966) Document Store and load from the same location does not support globbing

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich resolved PIG-1966.
---------------------------------

    Resolution: Invalid

The necessary information is already documented and includes an example. Please, see http://pig.apache.org/docs/r0.8.0/piglatin_ref1.html#Multi-Query+Execution.

Implicit Dependencies section, example 2

> Document Store and load from the same location does not support globbing
> ------------------------------------------------------------------------
>
>                 Key: PIG-1966
>                 URL: https://issues.apache.org/jira/browse/PIG-1966
>             Project: Pig
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.8.0
>            Reporter: Vivek Padmanabhan
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> If in my script there is a Store and a load from the same location like below;
> STORE A INTO '/user/myname/myoutputfolder';
> D = LOAD '/user/myname/myoutputfolder/part*' ;
> This will cause my script to fail .Pig requires the store and load locations to be exactly same to realize that
> there is a dependency .
> This behavior of Pig should be documented preferably in
>  http://pig.apache.org/docs/r0.8.0/piglatin_ref2.html#Load%2FStore+Functions

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira