You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Chen Xin YU <qi...@126.com> on 2015/11/24 03:58:16 UTC

Re: Review Request 38658: HIVE-9600: add missing classes to hive-jdbc-standalone.jar

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38658/
-----------------------------------------------------------

(Updated Nov. 24, 2015, 2:58 a.m.)


Review request for hive.


Bugs: HIVE-9600
    https://issues.apache.org/jira/browse/HIVE-9600


Repository: hive-git


Description
-------

There is exclude hadoop during generate hive-jdbc-standalone jar by maven shade plugin,so during jdbc connnection, besides hive-jdbc-standalone.jar, we should also add one more jar hadoop-common to let it works.
Remove the exclude configuration in the pacth, it works well only with hive-jdbc-standalone.jar after the fix.


Diffs
-----

  jdbc/pom.xml 371d709 

Diff: https://reviews.apache.org/r/38658/diff/


Testing
-------


Thanks,

Chen Xin YU