You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Vaibhav Gumashta <vg...@hortonworks.com> on 2014/10/08 01:30:35 UTC

Review Request 26429: jdbc HTTP configuration options should be part of sessionConf part of connection string

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

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


Re: Review Request 26429: jdbc HTTP configuration options should be part of sessionConf part of connection string

Posted by Thejas Nair <th...@hortonworks.com>.
-----------------------------------------------------------
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
> 
>


Re: Review Request 26429: jdbc HTTP configuration options should be part of sessionConf part of connection string

Posted by Thejas Nair <th...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26429/#review56211
-----------------------------------------------------------

Ship it!


Ship It!

- Thejas Nair


On Oct. 9, 2014, 7:48 a.m., Vaibhav Gumashta wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/26429/
> -----------------------------------------------------------
> 
> (Updated Oct. 9, 2014, 7:48 a.m.)
> 
> 
> 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
> -----
> 
>   itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java 15ff1f4 
>   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
> 
>


Re: Review Request 26429: jdbc HTTP configuration options should be part of sessionConf part of connection string

Posted by Vaibhav Gumashta <vg...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26429/
-----------------------------------------------------------

(Updated Oct. 9, 2014, 7:48 a.m.)


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 (updated)
-----

  itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcDriver2.java 15ff1f4 
  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


Re: Review Request 26429: jdbc HTTP configuration options should be part of sessionConf part of connection string

Posted by Vaibhav Gumashta <vg...@hortonworks.com>.
-----------------------------------------------------------
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.


Changes
-------

Misplaced comment fixed.


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


Repository: hive-git


Description
-------

https://issues.apache.org/jira/browse/HIVE-6972


Diffs (updated)
-----

  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


Re: Review Request 26429: jdbc HTTP configuration options should be part of sessionConf part of connection string

Posted by Vaibhav Gumashta <vg...@hortonworks.com>.

> On Oct. 7, 2014, 11:50 p.m., Thejas Nair wrote:
> > jdbc/src/java/org/apache/hive/jdbc/Utils.java, line 352
> > <https://reviews.apache.org/r/26429/diff/1/?file=714999#file714999line352>
> >
> >     A nit - can you move use a static final string for "jdbc:hive2://<host>:<port>/dbName;"

Actually I just moved it to a String :)


- Vaibhav


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


On Oct. 7, 2014, 11:50 p.m., Vaibhav Gumashta wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/26429/
> -----------------------------------------------------------
> 
> (Updated Oct. 7, 2014, 11:50 p.m.)
> 
> 
> 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
> 
>


Re: Review Request 26429: jdbc HTTP configuration options should be part of sessionConf part of connection string

Posted by Thejas Nair <th...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26429/#review55733
-----------------------------------------------------------



jdbc/src/java/org/apache/hive/jdbc/Utils.java
<https://reviews.apache.org/r/26429/#comment96126>

    A nit - can you move use a static final string for "jdbc:hive2://<host>:<port>/dbName;"


- Thejas Nair


On Oct. 7, 2014, 11:50 p.m., Vaibhav Gumashta wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/26429/
> -----------------------------------------------------------
> 
> (Updated Oct. 7, 2014, 11:50 p.m.)
> 
> 
> 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
> 
>


Re: Review Request 26429: jdbc HTTP configuration options should be part of sessionConf part of connection string

Posted by Vaibhav Gumashta <vg...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26429/
-----------------------------------------------------------

(Updated Oct. 7, 2014, 11:50 p.m.)


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 (updated)
-----

  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