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

Re: User is not allowed to impersonate

2017-05-09 Thread Loïc Chanel
Hello Andrey, Can you check the keytabs are properly generated and handled on Hive host ? Using maybe klist with -t option. Regards, Loïc Loïc CHANEL System Big Data engineer MS - WASABI - Worldline (Villeurbanne, France) 2017-05-04 15:42 GMT+02:00 Markovich : > i'm

Re: question on setting up llap

2017-05-09 Thread Gopal Vijayaraghavan
> ERROR 2017-05-09 22:04:56,469 NetUtil.py:62 - SSLError: Failed to connect. > Please check openssl library versions. … > I am using hive 2.1.0, slider 0.92.0, tez 0.8.5 AFAIK, this was reportedly fixed in 0.92. https://issues.apache.org/jira/browse/SLIDER-942 I'm not sure if the fix in that

Re: question on setting up llap

2017-05-09 Thread Gopal Vijayaraghavan
> NetUtil.py:60 - [Errno 8] _ssl.c:492: EOF occurred in violation of protocol The error is directly related to the SSL verification error - TLSv1.0 vs TLSv1.2. JDK8 defaults to v1.2 and Python 2.6 defaults to v1.0. Python 2.7.9 + the patch in 0.92 might be needed to get this to work. AFAIK,

question on setting up llap

2017-05-09 Thread Yi Cheng
Hi: I have problem setting up llap engine. The problem I have is When the LLAP container starts it repeatedly report can’t connect to the https SliderAppMaster. Exception is following: INFO 2017-05-09 22:04:56,437 Registry.py:69 - AM Host = usplselux186.a.com, AM Secured Port =

Re: question on setting up llap

2017-05-09 Thread Yi Cheng
the jira's error is [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) it is a bit different, what i get is NetUtil.py:60 - [Errno 8] _ssl.c:492: EOF occurred in violation of protocol 2017-05-09 17:35 GMT-07:00 Gopal Vijayaraghavan : > > > ERROR