You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Dmitriy V. Ryaboy (Created) (JIRA)" <ji...@apache.org> on 2012/01/07 21:41:39 UTC

[jira] [Created] (PIG-2460) Use guava 11 instead of r06

Use guava 11 instead of r06
---------------------------

                 Key: PIG-2460
                 URL: https://issues.apache.org/jira/browse/PIG-2460
             Project: Pig
          Issue Type: Improvement
            Reporter: Dmitriy V. Ryaboy
            Assignee: Dmitriy V. Ryaboy


Guava's made a few releases since we last updated it. Let's upgrade.

--
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-2460) Use guava 11 instead of r06

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

Dmitriy V. Ryaboy updated PIG-2460:
-----------------------------------

    Fix Version/s: 0.11
                   0.9.2
                   0.10
           Status: Patch Available  (was: Open)
    
> Use guava 11 instead of r06
> ---------------------------
>
>                 Key: PIG-2460
>                 URL: https://issues.apache.org/jira/browse/PIG-2460
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Dmitriy V. Ryaboy
>            Assignee: Dmitriy V. Ryaboy
>             Fix For: 0.10, 0.9.2, 0.11
>
>         Attachments: PIG-2460.patch
>
>
> Guava's made a few releases since we last updated it. Let's upgrade.

--
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-2460) Use guava 11 instead of r06

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

Daniel Dai commented on PIG-2460:
---------------------------------

+1
                
> Use guava 11 instead of r06
> ---------------------------
>
>                 Key: PIG-2460
>                 URL: https://issues.apache.org/jira/browse/PIG-2460
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Dmitriy V. Ryaboy
>            Assignee: Dmitriy V. Ryaboy
>             Fix For: 0.10, 0.9.2, 0.11
>
>         Attachments: PIG-2460.patch
>
>
> Guava's made a few releases since we last updated it. Let's upgrade.

--
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-2460) Use guava 11 instead of r06

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

Dmitriy V. Ryaboy updated PIG-2460:
-----------------------------------

    Attachment: PIG-2460.2.patch

Missed one more xml file. This version of the patch is exactly like the previous one, but has this:

--- ivy/pigunit-template.xml	(revision 1228718)
+++ ivy/pigunit-template.xml	(working copy)
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>r06</version>
+      <version>11.0</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

I will commit to 0.9.2, 0.10, trunk.
                
> Use guava 11 instead of r06
> ---------------------------
>
>                 Key: PIG-2460
>                 URL: https://issues.apache.org/jira/browse/PIG-2460
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Dmitriy V. Ryaboy
>            Assignee: Dmitriy V. Ryaboy
>             Fix For: 0.10, 0.9.2, 0.11
>
>         Attachments: PIG-2460.2.patch, PIG-2460.patch
>
>
> Guava's made a few releases since we last updated it. Let's upgrade.

--
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-2460) Use guava 11 instead of r06

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

Dmitriy V. Ryaboy updated PIG-2460:
-----------------------------------

    Attachment: PIG-2460.patch

Had to make a minor adjustment to MonitoredUDFExecutor, as it was using a deprecated constructor.  Tests pass.
                
> Use guava 11 instead of r06
> ---------------------------
>
>                 Key: PIG-2460
>                 URL: https://issues.apache.org/jira/browse/PIG-2460
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Dmitriy V. Ryaboy
>            Assignee: Dmitriy V. Ryaboy
>             Fix For: 0.10, 0.9.2, 0.11
>
>         Attachments: PIG-2460.patch
>
>
> Guava's made a few releases since we last updated it. Let's upgrade.

--
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-2460) Use guava 11 instead of r06

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

Dmitriy V. Ryaboy updated PIG-2460:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)
    
> Use guava 11 instead of r06
> ---------------------------
>
>                 Key: PIG-2460
>                 URL: https://issues.apache.org/jira/browse/PIG-2460
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Dmitriy V. Ryaboy
>            Assignee: Dmitriy V. Ryaboy
>             Fix For: 0.10, 0.9.2, 0.11
>
>         Attachments: PIG-2460.2.patch, PIG-2460.patch
>
>
> Guava's made a few releases since we last updated it. Let's upgrade.

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