You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2011/07/07 22:36:16 UTC

[jira] [Created] (AVRO-856) update snappy-java version

update snappy-java version
--------------------------

                 Key: AVRO-856
                 URL: https://issues.apache.org/jira/browse/AVRO-856
             Project: Avro
          Issue Type: Improvement
          Components: java
    Affects Versions: 1.5.1
            Reporter: Doug Cutting


We should update to a more recent version of snappy-java.  In particular, to a version that links in libsnappy.so with visibility=hidden, so that it doesn't conflict with other Java applications that link to libsnappy.so.

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

        

[jira] [Updated] (AVRO-856) update snappy-java version

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

Doug Cutting updated AVRO-856:
------------------------------

    Attachment: AVRO-856.patch

Here's a patch for this.

> update snappy-java version
> --------------------------
>
>                 Key: AVRO-856
>                 URL: https://issues.apache.org/jira/browse/AVRO-856
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.5.1
>            Reporter: Doug Cutting
>             Fix For: 1.6.0
>
>         Attachments: AVRO-856.patch
>
>
> We should update to a more recent version of snappy-java.  In particular, to a version that links in libsnappy.so with visibility=hidden, so that it doesn't conflict with other Java applications that link to libsnappy.so.

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

        

[jira] [Updated] (AVRO-856) update snappy-java version

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

Doug Cutting updated AVRO-856:
------------------------------

    Fix Version/s: 1.6.0
         Assignee: Doug Cutting
           Status: Patch Available  (was: Open)

> update snappy-java version
> --------------------------
>
>                 Key: AVRO-856
>                 URL: https://issues.apache.org/jira/browse/AVRO-856
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.5.1
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>             Fix For: 1.6.0
>
>         Attachments: AVRO-856.patch
>
>
> We should update to a more recent version of snappy-java.  In particular, to a version that links in libsnappy.so with visibility=hidden, so that it doesn't conflict with other Java applications that link to libsnappy.so.

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

        

[jira] [Updated] (AVRO-856) update snappy-java version

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

Doug Cutting updated AVRO-856:
------------------------------

    Fix Version/s:     (was: 1.6.0)
                   1.5.2

> update snappy-java version
> --------------------------
>
>                 Key: AVRO-856
>                 URL: https://issues.apache.org/jira/browse/AVRO-856
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.5.1
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>             Fix For: 1.5.2
>
>         Attachments: AVRO-856.patch
>
>
> We should update to a more recent version of snappy-java.  In particular, to a version that links in libsnappy.so with visibility=hidden, so that it doesn't conflict with other Java applications that link to libsnappy.so.

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

        

[jira] [Commented] (AVRO-856) update snappy-java version

Posted by "Scott Carey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061604#comment-13061604 ] 

Scott Carey commented on AVRO-856:
----------------------------------

+1

Looks good.

> update snappy-java version
> --------------------------
>
>                 Key: AVRO-856
>                 URL: https://issues.apache.org/jira/browse/AVRO-856
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.5.1
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>             Fix For: 1.6.0
>
>         Attachments: AVRO-856.patch
>
>
> We should update to a more recent version of snappy-java.  In particular, to a version that links in libsnappy.so with visibility=hidden, so that it doesn't conflict with other Java applications that link to libsnappy.so.

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

        

[jira] [Updated] (AVRO-856) update snappy-java version

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

Doug Cutting updated AVRO-856:
------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

I committed this.

> update snappy-java version
> --------------------------
>
>                 Key: AVRO-856
>                 URL: https://issues.apache.org/jira/browse/AVRO-856
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.5.1
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>             Fix For: 1.6.0
>
>         Attachments: AVRO-856.patch
>
>
> We should update to a more recent version of snappy-java.  In particular, to a version that links in libsnappy.so with visibility=hidden, so that it doesn't conflict with other Java applications that link to libsnappy.so.

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