Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.7.1, 0.8.0, 0.9.0
-
None
Description
For now any Hive/HBase queries would require the following jars to be explicitly added via hive's add jar command:
add jar /usr/lib/hive/lib/hbase-0.90.1-cdh3u0.jar;
add jar /usr/lib/hive/lib/hive-hbase-handler-0.7.0-cdh3u0.jar;
add jar /usr/lib/hive/lib/zookeeper-3.3.1.jar;
add jar /usr/lib/hive/lib/guava-r06.jar;
the longer term solution, perhaps, should be to have the code at submit time call hbase's
TableMapREduceUtil.addDependencyJar(job, HBaseStorageHandler.class) to ship it in distributedcache.
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-3991 junit failure on Semantic Analysis
- Resolved
- is related to
-
HBASE-8386 deprecate TableMapReduce.addDependencyJars(Configuration, class<?> ...)
- Closed