You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2012/08/28 23:07:07 UTC

[jira] [Created] (PIG-2895) jodatime jar missing in pig-withouthadoop.jar

Thejas M Nair created PIG-2895:
----------------------------------

             Summary: jodatime jar missing in pig-withouthadoop.jar
                 Key: PIG-2895
                 URL: https://issues.apache.org/jira/browse/PIG-2895
             Project: Pig
          Issue Type: Sub-task
            Reporter: Thejas M Nair
            Assignee: Thejas M Nair
             Fix For: 0.11


jodatime jar is missing in pig-withouthadoop.jar. When an external hadoop.jar is used, pig will fail with class not found error.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PIG-2895) jodatime jar missing in pig-withouthadoop.jar

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

Thejas M Nair updated PIG-2895:
-------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

patch committed to trunk
                
> jodatime jar missing in pig-withouthadoop.jar
> ---------------------------------------------
>
>                 Key: PIG-2895
>                 URL: https://issues.apache.org/jira/browse/PIG-2895
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.11
>
>         Attachments: PIG-2895.1.patch, PIG-2895.2.patch
>
>
> jodatime jar is missing in pig-withouthadoop.jar. When an external hadoop.jar is used, pig will fail with class not found error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PIG-2895) jodatime jar missing in pig-withouthadoop.jar

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

Alan Gates commented on PIG-2895:
---------------------------------

When I run the e2e tests I am still seeing an error, even once this patch is applied.
                
> jodatime jar missing in pig-withouthadoop.jar
> ---------------------------------------------
>
>                 Key: PIG-2895
>                 URL: https://issues.apache.org/jira/browse/PIG-2895
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.11
>
>         Attachments: PIG-2895.1.patch
>
>
> jodatime jar is missing in pig-withouthadoop.jar. When an external hadoop.jar is used, pig will fail with class not found error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PIG-2895) jodatime jar missing in pig-withouthadoop.jar

Posted by "Dmitriy V. Ryaboy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444679#comment-13444679 ] 

Dmitriy V. Ryaboy commented on PIG-2895:
----------------------------------------

+1

thanks, I was just about to file this :)

                
> jodatime jar missing in pig-withouthadoop.jar
> ---------------------------------------------
>
>                 Key: PIG-2895
>                 URL: https://issues.apache.org/jira/browse/PIG-2895
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.11
>
>         Attachments: PIG-2895.1.patch, PIG-2895.2.patch
>
>
> jodatime jar is missing in pig-withouthadoop.jar. When an external hadoop.jar is used, pig will fail with class not found error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PIG-2895) jodatime jar missing in pig-withouthadoop.jar

Posted by "Julien Le Dem (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444228#comment-13444228 ] 

Julien Le Dem commented on PIG-2895:
------------------------------------

You probably want to add joda to the list of pigPackagesToSend in JarManager
see line 87
http://svn.apache.org/viewvc/pig/trunk/src/org/apache/pig/impl/util/JarManager.java?view=markup
                
> jodatime jar missing in pig-withouthadoop.jar
> ---------------------------------------------
>
>                 Key: PIG-2895
>                 URL: https://issues.apache.org/jira/browse/PIG-2895
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.11
>
>         Attachments: PIG-2895.1.patch
>
>
> jodatime jar is missing in pig-withouthadoop.jar. When an external hadoop.jar is used, pig will fail with class not found error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PIG-2895) jodatime jar missing in pig-withouthadoop.jar

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

Thejas M Nair updated PIG-2895:
-------------------------------

    Attachment: PIG-2895.1.patch
    
> jodatime jar missing in pig-withouthadoop.jar
> ---------------------------------------------
>
>                 Key: PIG-2895
>                 URL: https://issues.apache.org/jira/browse/PIG-2895
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.11
>
>         Attachments: PIG-2895.1.patch
>
>
> jodatime jar is missing in pig-withouthadoop.jar. When an external hadoop.jar is used, pig will fail with class not found error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PIG-2895) jodatime jar missing in pig-withouthadoop.jar

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

Thejas M Nair updated PIG-2895:
-------------------------------

    Attachment: PIG-2895.2.patch

PIG-2895.2.patch - adds "org/joda/time" to pigPackagesToSend.
Thanks Julien for the directions!

                
> jodatime jar missing in pig-withouthadoop.jar
> ---------------------------------------------
>
>                 Key: PIG-2895
>                 URL: https://issues.apache.org/jira/browse/PIG-2895
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.11
>
>         Attachments: PIG-2895.1.patch, PIG-2895.2.patch
>
>
> jodatime jar is missing in pig-withouthadoop.jar. When an external hadoop.jar is used, pig will fail with class not found error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PIG-2895) jodatime jar missing in pig-withouthadoop.jar

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

Thejas M Nair updated PIG-2895:
-------------------------------

    Status: Patch Available  (was: Open)

Patch tested against a multi-node hadoop cluster.

                
> jodatime jar missing in pig-withouthadoop.jar
> ---------------------------------------------
>
>                 Key: PIG-2895
>                 URL: https://issues.apache.org/jira/browse/PIG-2895
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.11
>
>         Attachments: PIG-2895.1.patch, PIG-2895.2.patch
>
>
> jodatime jar is missing in pig-withouthadoop.jar. When an external hadoop.jar is used, pig will fail with class not found error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira