SQL Standard Based Hive Authorization with CDH 5.X

2017-05-09 Thread Rob Anderson
Has anyone implemented SQL Standard Based Hive Authorization with CDH 5.5.2 (hive1.1.0)? Cloudera has confirmed that it's not supported, but I have a need that requires the implementation. I've followed: https://cwiki.apache.org/confluence/display/Hive/SQL+ Standard+Based+Hive+Authorization I've

Re: SQL Standard Based Hive Authorization with CDH 5.X

2017-05-11 Thread Rob Anderson
--hiveconf hive.security.authenticator.manager=org.apache.hadoop.hive.ql.security.SessionStateUserAuthenticator --hiveconf hive.metastore.uris='thrift://XX:9083' Works fine. Rob On Tue, May 9, 2017 at 3:59 PM, Rob Anderson wrote: > Has anyone implemented SQL Standa