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

Prasanth J commented on HIVE-4388:
----------------------------------

Hi Brock

I was using this patch to make hive work with hbase 0.95 and found that there 
are some unit test failures in TestHBaseSerDe

There are few assertions that still checks for Put.class where it should check 
for PutWritable.class
The following methods needs to be fixed in TestHBaseSerde
{code}
deserializeAndSerialize()
deserializeAndSerializeHiveMapHBaseColumnFamilyII()
{code}

Also, can you please let me know how to test readFields() and write() 
interfaces in the ResultWritable/PutWritable? Are there any tests/.q files that 
makes use of these interface? 
                
> HBase tests fail against Hadoop 2
> ---------------------------------
>
>                 Key: HIVE-4388
>                 URL: https://issues.apache.org/jira/browse/HIVE-4388
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gunther Hagleitner
>            Assignee: Brock Noland
>         Attachments: HIVE-4388.patch, HIVE-4388-wip.txt
>
>
> Currently we're building by default against 0.92. When you run against hadoop 
> 2 (-Dhadoop.mr.rev=23) builds fail because of: HBASE-5963.
> HIVE-3861 upgrades the version of hbase used. This will get you past the 
> problem in HBASE-5963 (which was fixed in 0.94.1) but fails with: HBASE-6396.

--
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