Re: Configuring Apache Hive using Kerberos Authentication

2014-02-14 Thread Lefty Leverenz
If the Hive wikidocs need improvement, please let me know what to change (or do it yourself if you have edit access). Thanks. -- Lefty On Thu, Feb 13, 2014 at 9:52 AM, Prasad Mujumdar wrote: > > On the client side, you need to run kinit manually. Beeline doesn't > support getting TGT program

Re: Configuring Apache Hive using Kerberos Authentication

2014-02-13 Thread Prasad Mujumdar
On the client side, you need to run kinit manually. Beeline doesn't support getting TGT programatically. You should ideally have a different userid for the client side. Also the hive command line tool (invoked directly as 'hive') is an embedded client that doesn't communicate with HiveServer2. Y

Re: Configuring Apache Hive using Kerberos Authentication

2014-02-11 Thread Prasad Mujumdar
If you are talking about embedded Hive client (CLI), then all you need is to have a TGT in the ticket cache (ie run kinit before invoking Hive). The underlying hadoop client handles communication with secure Hadoop services. As long as the Hadoop related security configuration is place, there's