You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/12/06 10:21:00 UTC

[jira] [Commented] (AMBARI-22595) Livy2 keytabs are not getting configured automatically in zeppelin

    [ https://issues.apache.org/jira/browse/AMBARI-22595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279972#comment-16279972 ] 

Hadoop QA commented on AMBARI-22595:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12900834/AMBARI-22595_trunk_v1.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/12802//console

This message is automatically generated.

> 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
>            Assignee: Prabhjyot Singh
>            Priority: Blocker
>             Fix For: 2.6.1
>
>         Attachments: AMBARI-22595_trunk_v1.patch, zeppelin.png
>
>
> '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)