You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Nikolai Avteniev (Created) (JIRA)" <ji...@apache.org> on 2012/03/01 05:54:00 UTC

[jira] [Created] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

Support IMPORT for macros stored in S3 Buckets
----------------------------------------------

                 Key: PIG-2565
                 URL: https://issues.apache.org/jira/browse/PIG-2565
             Project: Pig
          Issue Type: Improvement
          Components: impl
    Affects Versions: 0.9.2
            Reporter: Nikolai Avteniev


Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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

        

[jira] [Resolved] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

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

Daniel Dai resolved PIG-2565.
-----------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

test-patch:
     [exec] -1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 3 new or modified tests.
     [exec] 
     [exec]     -1 javadoc.  The javadoc tool appears to have generated 1 warning messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs warnings.
     [exec] 
     [exec]     -1 release audit.  The applied patch generated 535 release audit warnings (more than the trunk's current 532 warnings).

javadoc and release audit warning is unrelated.

Patch committed to 0.10/trunk.
                
> Support IMPORT for macros stored in S3 Buckets
> ----------------------------------------------
>
>                 Key: PIG-2565
>                 URL: https://issues.apache.org/jira/browse/PIG-2565
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.2
>            Reporter: Nikolai Avteniev
>            Assignee: Daniel Dai
>             Fix For: 0.10, 0.11
>
>         Attachments: PIG-2565-1.patch, PIG-2565-2.patch
>
>
> Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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

        

[jira] [Updated] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

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

Daniel Dai updated PIG-2565:
----------------------------

    Attachment: PIG-2565-3.patch

PIG-2565-3.patch fix unit test failure caused by the patch.
                
> Support IMPORT for macros stored in S3 Buckets
> ----------------------------------------------
>
>                 Key: PIG-2565
>                 URL: https://issues.apache.org/jira/browse/PIG-2565
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.2
>            Reporter: Nikolai Avteniev
>            Assignee: Daniel Dai
>             Fix For: 0.10, 0.11
>
>         Attachments: PIG-2565-1.patch, PIG-2565-2.patch, PIG-2565-3.patch
>
>
> Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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

        

[jira] [Commented] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

Posted by "Thejas M Nair (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228137#comment-13228137 ] 

Thejas M Nair commented on PIG-2565:
------------------------------------

Comments on the patch - Changes look good. But I think we should put the code to get the file locally into a function.

                
> Support IMPORT for macros stored in S3 Buckets
> ----------------------------------------------
>
>                 Key: PIG-2565
>                 URL: https://issues.apache.org/jira/browse/PIG-2565
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.2
>            Reporter: Nikolai Avteniev
>            Assignee: Daniel Dai
>             Fix For: 0.10, 0.11
>
>         Attachments: PIG-2565-1.patch
>
>
> Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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

        

[jira] [Updated] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

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

Daniel Dai updated PIG-2565:
----------------------------

    Attachment: PIG-2565-2.patch

Refactory as per Thejas's comment.
                
> Support IMPORT for macros stored in S3 Buckets
> ----------------------------------------------
>
>                 Key: PIG-2565
>                 URL: https://issues.apache.org/jira/browse/PIG-2565
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.2
>            Reporter: Nikolai Avteniev
>            Assignee: Daniel Dai
>             Fix For: 0.10, 0.11
>
>         Attachments: PIG-2565-1.patch, PIG-2565-2.patch
>
>
> Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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

        

[jira] [Updated] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

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

Daniel Dai updated PIG-2565:
----------------------------

    Attachment: PIG-2565-1.patch
    
> Support IMPORT for macros stored in S3 Buckets
> ----------------------------------------------
>
>                 Key: PIG-2565
>                 URL: https://issues.apache.org/jira/browse/PIG-2565
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.2
>            Reporter: Nikolai Avteniev
>             Fix For: 0.10, 0.11
>
>         Attachments: PIG-2565-1.patch
>
>
> Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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

        

[jira] [Updated] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

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

Daniel Dai updated PIG-2565:
----------------------------

    Fix Version/s: 0.11
                   0.10
         Assignee: Daniel Dai
    
> Support IMPORT for macros stored in S3 Buckets
> ----------------------------------------------
>
>                 Key: PIG-2565
>                 URL: https://issues.apache.org/jira/browse/PIG-2565
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.2
>            Reporter: Nikolai Avteniev
>            Assignee: Daniel Dai
>             Fix For: 0.10, 0.11
>
>         Attachments: PIG-2565-1.patch
>
>
> Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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

        

[jira] [Commented] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

Posted by "Thejas M Nair (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228590#comment-13228590 ] 

Thejas M Nair commented on PIG-2565:
------------------------------------

+1
                
> Support IMPORT for macros stored in S3 Buckets
> ----------------------------------------------
>
>                 Key: PIG-2565
>                 URL: https://issues.apache.org/jira/browse/PIG-2565
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.2
>            Reporter: Nikolai Avteniev
>            Assignee: Daniel Dai
>             Fix For: 0.10, 0.11
>
>         Attachments: PIG-2565-1.patch, PIG-2565-2.patch
>
>
> Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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

        

[jira] [Updated] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

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

Daniel Dai updated PIG-2565:
----------------------------

    Release Note: Pig Macro file can be on hdfs or s3
    
> Support IMPORT for macros stored in S3 Buckets
> ----------------------------------------------
>
>                 Key: PIG-2565
>                 URL: https://issues.apache.org/jira/browse/PIG-2565
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.2
>            Reporter: Nikolai Avteniev
>            Assignee: Daniel Dai
>             Fix For: 0.10, 0.11
>
>         Attachments: PIG-2565-1.patch, PIG-2565-2.patch
>
>
> Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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

        

[jira] [Commented] (PIG-2565) Support IMPORT for macros stored in S3 Buckets

Posted by "Thomas Weise (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13229770#comment-13229770 ] 

Thomas Weise commented on PIG-2565:
-----------------------------------

Discussed with Daniel, the test should not write to /tmp but derive a location from java.io.tmpdir to make this safer for CI.
 
                
> Support IMPORT for macros stored in S3 Buckets
> ----------------------------------------------
>
>                 Key: PIG-2565
>                 URL: https://issues.apache.org/jira/browse/PIG-2565
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.2
>            Reporter: Nikolai Avteniev
>            Assignee: Daniel Dai
>             Fix For: 0.10, 0.11
>
>         Attachments: PIG-2565-1.patch, PIG-2565-2.patch
>
>
> Macros enable building modular pig programs it would be useful to extend this functionality to pig users who are running pig on the amazon platform.

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