You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Navis Ryu <na...@nexr.com> on 2014/07/09 09:01:43 UTC

Review Request 23354: Simple reconnection support for jdbc2

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

Review request for hive.


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


Repository: hive-git


Description
-------

jdbc:hive2://localhost:10000/db2;autoReconnect=true

simple reconnection on TransportException. If hiveserver2 has not been shutdown, session could be reused.


Diffs
-----

  jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java cbcfec7 

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


Testing
-------


Thanks,

Navis Ryu