----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26429/#review55739 -----------------------------------------------------------
Ship it! Ship It! - Thejas Nair On Oct. 8, 2014, midnight, Vaibhav Gumashta wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26429/ > ----------------------------------------------------------- > > (Updated Oct. 8, 2014, midnight) > > > Review request for hive and Thejas Nair. > > > Bugs: HIVE-6972 > https://issues.apache.org/jira/browse/HIVE-6972 > > > Repository: hive-git > > > Description > ------- > > https://issues.apache.org/jira/browse/HIVE-6972 > > > Diffs > ----- > > jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java e0d2d6d > jdbc/src/java/org/apache/hive/jdbc/Utils.java 8961e2b > > Diff: https://reviews.apache.org/r/26429/diff/ > > > Testing > ------- > > Deprecation messages print like this: > > 0: jdbc:hive2://localhost:10007> !connect > jdbc:hive2://localhost:10007/;sasl.qop=auth?hive.server2.transport.mode=http;hive.server2.thrift.http.path=cliservice > vgumashta vgumashta org.apache.hive.jdbc.HiveDriver > Connecting to > jdbc:hive2://localhost:10007/;sasl.qop=auth?hive.server2.transport.mode=http;hive.server2.thrift.http.path=cliservice > 14/10/07 16:22:24 INFO jdbc.Utils: Supplied authorities: localhost:10007 > 14/10/07 16:22:24 WARN jdbc.Utils: ***** JDBC param deprecation ***** > 14/10/07 16:22:24 WARN jdbc.Utils: The use of sasl.qop is deprecated. > 14/10/07 16:22:24 WARN jdbc.Utils: Please use saslQop like so: > jdbc:hive2://<host>:<port>/dbName;saslQop=<qop_value> > 14/10/07 16:22:24 WARN jdbc.Utils: ***** JDBC param deprecation ***** > 14/10/07 16:22:24 WARN jdbc.Utils: The use of hive.server2.transport.mode is > deprecated. > 14/10/07 16:22:24 WARN jdbc.Utils: Please use transportMode like so: > jdbc:hive2://<host>:<port>/dbName;transportMode=<transport_mode_value> > 14/10/07 16:22:24 WARN jdbc.Utils: ***** JDBC param deprecation ***** > 14/10/07 16:22:24 WARN jdbc.Utils: The use of hive.server2.thrift.http.path > is deprecated. > 14/10/07 16:22:24 WARN jdbc.Utils: Please use httpPath like so: > jdbc:hive2://<host>:<port>/dbName;httpPath=<http_path_value> > Connected to: Apache Hive (version 0.14.0-SNAPSHOT) > Driver: Hive JDBC (version 0.14.0-SNAPSHOT) > Transaction isolation: TRANSACTION_REPEATABLE_READ > > > Thanks, > > Vaibhav Gumashta > >