[
https://issues.apache.org/jira/browse/HIVE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13820558#comment-13820558
]
Nick Dimiduk commented on HIVE-2055:
------------------------------------
My above link has turned stale. I'm referring to
FileUtil#createJarWithClassPath.
Calling this method to construct a classpath jar every time a script calls
$(hbase classpath-min) sounds time-consuming and will leave temp jars orphaned
on the FS.
Another idea is to use maven to generate a dependency list that omits Hadoop
and other runtime jars? Any friends at BigTop who could give advice on this
approach? (cc [~rvs], [~mackrorysd])
Yet another option is to maintain the list manually on the HBase side. We
already sort of do with in TableMapReduceUtils#addDependencyJars. This is
probably the simplest but most fragile and least future-proof option.
> 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 was sent by Atlassian JIRA
(v6.1#6144)