You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Nick White (JIRA)" <ji...@apache.org> on 2014/04/16 17:48:16 UTC

[jira] [Commented] (HIVE-538) make hive_jdbc.jar self-containing

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

Nick White commented on HIVE-538:
---------------------------------

This should be easier to implement now Hive uses Maven as a build system - you could make the JDBC driver project use the shade plugin (https://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html).

> make hive_jdbc.jar self-containing
> ----------------------------------
>
>                 Key: HIVE-538
>                 URL: https://issues.apache.org/jira/browse/HIVE-538
>             Project: Hive
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 0.3.0, 0.4.0, 0.6.0, 0.13.0
>            Reporter: Raghotham Murthy
>            Assignee: Nick White
>         Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-538.D2553.1.patch, ASF.LICENSE.NOT.GRANTED--HIVE-538.D2553.2.patch
>
>
> Currently, most jars in hive/build/dist/lib and the hadoop-*-core.jar are required in the classpath to run jdbc applications on hive. We need to do atleast the following to get rid of most unnecessary dependencies:
> 1. get rid of dynamic serde and use a standard serialization format, maybe tab separated, json or avro
> 2. dont use hadoop configuration parameters
> 3. repackage thrift and fb303 classes into hive_jdbc.jar



--
This message was sent by Atlassian JIRA
(v6.2#6252)