Supreeth Sharma created AMBARI-22595:
----------------------------------------
Summary: Livy2 keytabs are not getting configured automatically in
zeppelin
Key: AMBARI-22595
URL: https://issues.apache.org/jira/browse/AMBARI-22595
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.6.1
Environment:
HDP-2.6.4.0-55
ambari-server --version 2.6.1.0-91
Reporter: Supreeth Sharma
Priority: Blocker
Fix For: 2.6.1
'zeppelin.livy.keytab' and 'zeppelin.livy.principal' are not configured for
zeppelin after installation on secured cluster.
Because of this zeppelin notebook with livy interpreter is failing with
un-authenticated 401 error:
{code:java}
org.apache.zeppelin.livy.LivyException: Error with 401 StatusCode: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 </title>
</head>
<body>
<h2>HTTP ERROR: 401</h2>
<p>Problem accessing /version. Reason:
<pre> Authentication required</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)