You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2011/02/18 23:42:38 UTC

[jira] Created: (PIG-1863) Upgrade jackson

Upgrade jackson
---------------

                 Key: PIG-1863
                 URL: https://issues.apache.org/jira/browse/PIG-1863
             Project: Pig
          Issue Type: Improvement
    Affects Versions: 0.8.0
            Reporter: Brandon Williams
            Priority: Trivial


Pig is currently using jackson 1.0.1, which when used in conjunction with cassandra and avro caused a method not found error.  Rebuilding pig with jackson 1.4 makes the problem go away.

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

        

[jira] Closed: (PIG-1863) Upgrade jackson

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

Dmitriy V. Ryaboy closed PIG-1863.
----------------------------------


> Upgrade jackson
> ---------------
>
>                 Key: PIG-1863
>                 URL: https://issues.apache.org/jira/browse/PIG-1863
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Brandon Williams
>            Assignee: Dmitriy V. Ryaboy
>            Priority: Trivial
>
> Pig is currently using jackson 1.0.1, which when used in conjunction with cassandra and avro caused a method not found error.  Rebuilding pig with jackson 1.4 makes the problem go away.

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

        

[jira] Assigned: (PIG-1863) Upgrade jackson

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

Dmitriy V. Ryaboy reassigned PIG-1863:
--------------------------------------

    Assignee: Dmitriy V. Ryaboy

> Upgrade jackson
> ---------------
>
>                 Key: PIG-1863
>                 URL: https://issues.apache.org/jira/browse/PIG-1863
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Brandon Williams
>            Assignee: Dmitriy V. Ryaboy
>            Priority: Trivial
>
> Pig is currently using jackson 1.0.1, which when used in conjunction with cassandra and avro caused a method not found error.  Rebuilding pig with jackson 1.4 makes the problem go away.

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

        

[jira] Commented: (PIG-1863) Upgrade jackson

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

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

Brandon et al -- where did you find jackson 1.0.1? Looking at ivy/libraries.properties , it's pulling 1.6.


tw-mbp13-dryaboy:pig-svn dmitriy$ grep jackson ivy/libraries.properties 
jackson.version=1.6.0

tw-mbp13-dryaboy:pig-svn dmitriy$ ls build/ivy/lib/Pig/jackson-*
build/ivy/lib/Pig/jackson-core-asl-1.6.0.jar	build/ivy/lib/Pig/jackson-mapper-asl-1.6.0.jar

tw-mbp13-dryaboy:pig-svn dmitriy$ svn info
Path: .
URL: https://svn.apache.org/repos/asf/pig/trunk
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1078229
Node Kind: directory
Schedule: normal
Last Changed Author: thejas
Last Changed Rev: 1078086
Last Changed Date: 2011-03-04 10:19:08 -0800 (Fri, 04 Mar 2011)


> Upgrade jackson
> ---------------
>
>                 Key: PIG-1863
>                 URL: https://issues.apache.org/jira/browse/PIG-1863
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Brandon Williams
>            Assignee: Dmitriy V. Ryaboy
>            Priority: Trivial
>
> Pig is currently using jackson 1.0.1, which when used in conjunction with cassandra and avro caused a method not found error.  Rebuilding pig with jackson 1.4 makes the problem go away.

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

        

[jira] Commented: (PIG-1863) Upgrade jackson

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

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

I see what happened. Jackson got upgraded when the Avro loader went in with PIG-1748.
I'll close the ticket, this is already done.

> Upgrade jackson
> ---------------
>
>                 Key: PIG-1863
>                 URL: https://issues.apache.org/jira/browse/PIG-1863
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Brandon Williams
>            Assignee: Dmitriy V. Ryaboy
>            Priority: Trivial
>
> Pig is currently using jackson 1.0.1, which when used in conjunction with cassandra and avro caused a method not found error.  Rebuilding pig with jackson 1.4 makes the problem go away.

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

        

[jira] Resolved: (PIG-1863) Upgrade jackson

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

Dmitriy V. Ryaboy resolved PIG-1863.
------------------------------------

    Resolution: Invalid

> Upgrade jackson
> ---------------
>
>                 Key: PIG-1863
>                 URL: https://issues.apache.org/jira/browse/PIG-1863
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Brandon Williams
>            Assignee: Dmitriy V. Ryaboy
>            Priority: Trivial
>
> Pig is currently using jackson 1.0.1, which when used in conjunction with cassandra and avro caused a method not found error.  Rebuilding pig with jackson 1.4 makes the problem go away.

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