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

Jarek Jarcec Cecho commented on PIG-3390:
-----------------------------------------

Steps to test the latest patch:

{code}
# HBase 0.94, Hadoop 1
ant clean test -Dtestcase=TestHBaseStorage -Dhbaseversion=94

# HBase 0.95, Hadoop 1
ant clean test -Dtestcase=TestHBaseStorage -Dhbaseversion=95 
-Dprotobuf-java.version=2.5.0
{code}
                
> Make pig working with HBase 0.95
> --------------------------------
>
>                 Key: PIG-3390
>                 URL: https://issues.apache.org/jira/browse/PIG-3390
>             Project: Pig
>          Issue Type: New Feature
>    Affects Versions: 0.11
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 0.12
>
>         Attachments: PIG-3390.patch, PIG-3390.patch, PIG-3390.patch
>
>
> The HBase 0.95 changed API in incompatible way. Following APIs that 
> {{HBaseStorage}} in Pig uses are no longer available:
> * {{Mutation.setWriteToWAL(Boolean)}}
> * {{Scan.write(DataOutput)}}
> Also in addition the HBase is no longer available as one monolithic archive 
> with entire functionality, but was broken down into smaller pieces such as 
> {{hbase-client}}, {{hbase-server}}, ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to