You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2015/02/27 23:28:04 UTC

[jira] [Commented] (AMBARI-9840) Warning Alert for storm after enabling security

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

Jayush Luniya commented on AMBARI-9840:
---------------------------------------

STORM:
Storm Alert definition picks the keytab and principal from core-site
"kerberos_keytab": "core-site/hadoop.http.authentication.kerberos.keytab",
"kerberos_principal": "core-site/hadoop.http.authentication.kerberos.principal"
This should be 
"kerberos_keytab": "storm-env/storm_ui_keytab",
"kerberos_principal": "storm-env/storm_ui_principal_name"
FALCON:
Similar to STORM, for FALCON the keytab and principal should be picked from falcon-startup.properties
"kerberos_keytab": "falcon-startup.properties/*.falcon.http.authentication.kerberos.keytab",
"kerberos_principal": "falcon-startup.properties/*.falcon.http.authentication.kerberos.principal"

> Warning Alert for storm after enabling security
> -----------------------------------------------
>
>                 Key: AMBARI-9840
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9840
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-agent, ambari-server
>    Affects Versions: 2.0.0
>            Reporter: Jayush Luniya
>            Assignee: Jayush Luniya
>             Fix For: 2.0.0
>
>
> STR:
> 1)Deploy ambari with all components and default settings.
> 2)Enable security
> Actual result:
> Warning Alert for storm  present after enabling security
> Expected
> Warning, Critical alerts are absent.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)