Re: Review Request 18464: Support secure Subject.doAs() in HiveServer2 JDBC client

2014-03-04 Thread Larry McCay
Hi Shiv - I believe that the auth mechanism in play is still considered kerberos in this case. It is just based on a preauthenticated subject rather than a UGI. In the end - it is kerberos. On Tue, Mar 4, 2014 at 2:34 PM, Shivaraju Gowda wrote: > > > > On Feb. 27, 2014, 4:59 p.m., Vaibhav Gumas

Re: Review Request 18464: Support secure Subject.doAs() in HiveServer2 JDBC client

2014-03-04 Thread Shivaraju Gowda
> On Feb. 27, 2014, 4:59 p.m., Vaibhav Gumashta wrote: > > service/src/java/org/apache/hive/service/auth/KerberosSaslHelper.java, line > > 68 > > > > > > Can you push this to > > HadoopThriftAuthBridge.Client#createCl

Re: Review Request 18464: Support secure Subject.doAs() in HiveServer2 JDBC client

2014-03-04 Thread Vaibhav Gumashta
> On Feb. 28, 2014, 12:59 a.m., Vaibhav Gumashta wrote: > > service/src/java/org/apache/hive/service/auth/KerberosSaslHelper.java, line > > 68 > > > > > > Can you push this to > > HadoopThriftAuthBridge.Client#createC

Re: Review Request 18464: Support secure Subject.doAs() in HiveServer2 JDBC client

2014-02-28 Thread Shivaraju Gowda
> On Feb. 28, 2014, 12:59 a.m., Vaibhav Gumashta wrote: > > service/src/java/org/apache/hive/service/auth/KerberosSaslHelper.java, line > > 68 > > > > > > Can you push this to > > HadoopThriftAuthBridge.Client#createC

Re: Review Request 18464: Support secure Subject.doAs() in HiveServer2 JDBC client

2014-02-28 Thread Shivaraju Gowda
> On Feb. 28, 2014, 12:59 a.m., Vaibhav Gumashta wrote: > > jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java, line 136 > > > > > > I think, instead of having to do identityContext equals > > "fromKerberosSubject

Re: Review Request 18464: Support secure Subject.doAs() in HiveServer2 JDBC client

2014-02-27 Thread Shivaraju Gowda
> On Feb. 28, 2014, 12:59 a.m., Vaibhav Gumashta wrote: > > jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java, line 136 > > > > > > I think, instead of having to do identityContext equals > > "fromKerberosSubject

Re: Review Request 18464: Support secure Subject.doAs() in HiveServer2 JDBC client

2014-02-27 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18464/#review35730 --- jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java

Re: Review Request 18464: Support secure Subject.doAs() in HiveServer2 JDBC client

2014-02-25 Thread Kevin Minder
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18464/ --- (Updated Feb. 25, 2014, 2:50 p.m.) Review request for hive, Kevin Minder and Va