-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40627/
-----------------------------------------------------------
Review request for hive.
Bugs: HIVE-9600
https://issues.apache.org/jira/browse/HIVE-9600
Repository: hive-git
Description
-------
hive-jdbc-standalone.jar does not have hadoop Configuration and maybe other
hadoop-common classes required to open jdbc connection
Diffs
-----
jdbc/pom.xml ea961a4
Diff: https://reviews.apache.org/r/40627/diff/
Testing
-------
I tested hive-jdbc-standalone.jar with the patch, it works well with one jar
for below scenarios:
1, common jdbc connection
2, jdbc connection with ssl
3, jdbc connection with http transport and ssl
Thanks,
Chen Xin YU