You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2015/04/29 22:57:06 UTC

[jira] [Updated] (PIG-4138) Upgrade hbase to hbase-0.98.4

     [ https://issues.apache.org/jira/browse/PIG-4138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-4138:
----------------------------
    Fix Version/s:     (was: 0.15.0)
                   0.16.0

> Upgrade hbase to hbase-0.98.4
> -----------------------------
>
>                 Key: PIG-4138
>                 URL: https://issues.apache.org/jira/browse/PIG-4138
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.13.0
>            Reporter: fang fang chen
>            Assignee: fang fang chen
>             Fix For: 0.16.0
>
>         Attachments: PIG-4138.patch
>
>
> For pig-0.13.0:
>     1. pig need to upgrade protobuf to the same version 2.5.0 with hbase.
>     2. pig need to upgrade commons-cli to version the same version 1.2 with hbase and hadoop.
>     3. pig is using one hbase Deprecated function getWriteToWAL(), need to use getDurability() instead.
>     4. pig noWAL means hbase SKIP_WAL, and when not using noWAL, should be hbase USE_DEFAULT.
>     
> For trunk:
>     1. pig has upgraded protobuf to the same version 2.5.0 with hbase.
>     2. pig has upgraded commons-cli to version the same version 1.2 with hbase and hadoop.
>     3. pig is using one hbase Deprecated function getWriteToWAL()/setWriteWAL(), need to use getDurability() instead.
>     4. pig noWAL means hbase SKIP_WAL, and when not using noWAL, should be hbase USE_DEFAULT.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)