[ https://issues.apache.org/jira/browse/PIG-4138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106419#comment-14106419 ]
Daniel Dai commented on PIG-4138: --------------------------------- +1. Patch committed to trunk. This does not qualify a bug fix, so we cannot check into 0.13 branch. > 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.14.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.2#6252)