[
https://issues.apache.org/jira/browse/HIVE-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13804728#comment-13804728
]
Brock Noland commented on HIVE-4388:
------------------------------------
Looks like a compilation error:
{noformat}
compile-src:
[javac] Compiling 36 source files to
/data/hive-ptest/working/apache-svn-trunk-source/hcatalog/storage-handlers/hbase/build/classes
[javac]
/data/hive-ptest/working/apache-svn-trunk-source/hcatalog/storage-handlers/hbase/src/java/org/apache/hcatalog/hbase/HbaseSnapshotRecordReader.java:178:
prepareResult(java.util.List<org.apache.hadoop.hbase.Cell>) in
org.apache.hcatalog.hbase.HbaseSnapshotRecordReader cannot be applied to
(java.util.List<org.apache.hadoop.hbase.KeyValue>)
[javac] Result hbaseRow = prepareResult(temp.list());
[javac] ^
{noformat}
> HBase tests fail against Hadoop 2
> ---------------------------------
>
> Key: HIVE-4388
> URL: https://issues.apache.org/jira/browse/HIVE-4388
> Project: Hive
> Issue Type: Bug
> Components: HBase Handler
> Reporter: Gunther Hagleitner
> Assignee: Brock Noland
> Attachments: HIVE-4388.10.patch, HIVE-4388.11.patch, HIVE-4388.patch,
> HIVE-4388.patch, HIVE-4388.patch, HIVE-4388.patch, HIVE-4388.patch,
> HIVE-4388.patch, HIVE-4388.patch, 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 was sent by Atlassian JIRA
(v6.1#6144)