You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2011/03/12 20:44:59 UTC

[jira] Commented: (HBASE-3117) Update Thrift to 0.5 version

    [ https://issues.apache.org/jira/browse/HBASE-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006080#comment-13006080 ] 

stack commented on HBASE-3117:
------------------------------

I was going to resolve this issue because it looks like trunk is up to 0.5 thrift but then I saw this in the pom:

{code}
    <repository>
      <id>temp-thrift</id>
      <name>Thrift 0.2.0</name>
      <url>http://people.apache.org/~rawson/repo/</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
{code}

Looks like that needs some clean up before we can close out this issue?

> Update Thrift to 0.5 version
> ----------------------------
>
>                 Key: HBASE-3117
>                 URL: https://issues.apache.org/jira/browse/HBASE-3117
>             Project: HBase
>          Issue Type: Improvement
>          Components: thrift
>            Reporter: Lars Francke
>            Assignee: Lars Francke
>            Priority: Minor
>         Attachments: HBASE-3117.2.patch, HBASE-3117.3.patch.zip, thrift-0.5.0.jar
>
>
> Thrift 0.5 has been released already and we want to upgrade to at least 0.3 but 0.5 has a lot of improvements so that would be the best.
> Unfortunately the Java lib has changed so that we'll have to regenerate the current Thrift interface and fix the implementation (byte[] -> ByteBuffer).
> They also have problems getting Thrift into a Maven repository so we'll need to do our current workaround again unfortunately and upload it to a repository. That would be Ryan's I think?
> I'll upload an updated thrift jar and a patch for the old Thrift code.

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