----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38658/ -----------------------------------------------------------
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