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

Nick Dimiduk commented on HIVE-2055:
------------------------------------

Tracking that list of dependencies across versions sounds like a terrible game 
of cat-and-mouse. Also, the list of jars is larger when using HBase's bulkload 
functionality. This patch appends the HBase jars to Hive's own list, so the 
versions from Hive will be found first. The jars are only involved in launching 
the command; the actual jars submitted with the job are based on use of 
addDependencyJars (via HIVE-2379).
                
> Hive HBase Integration issue
> ----------------------------
>
>                 Key: HIVE-2055
>                 URL: https://issues.apache.org/jira/browse/HIVE-2055
>             Project: Hive
>          Issue Type: Bug
>          Components: HBase Handler
>    Affects Versions: 0.10.0
>            Reporter: sajith v
>         Attachments: 
> 0001-HIVE-2055-include-hbase-dependencies-in-launch-scrip.patch, 
> HIVE-2055.patch
>
>
> Created an external table in hive , which points to the HBase table. When 
> tried to query a column using the column name in select clause got the 
> following exception : ( java.lang.ClassNotFoundException: 
> org.apache.hadoop.hive.hbase.HiveHBaseTableInputFormat), errorCode:12, 
> SQLState:42000)

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