You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Tim Thorpe (JIRA)" <ji...@apache.org> on 2016/10/20 18:49:58 UTC

[jira] [Commented] (AMBARI-17783) Add falcon to oozie admin user for HDP 2.5

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

Tim Thorpe commented on AMBARI-17783:
-------------------------------------

[~afernandez] [~venkatnrangan] 

Even if FALCON is not installed, this code will add "falcon" to the list of oozie admins.  Would it make sense to add a check like the following:

    servicesList = [service["StackServices"]["service_name"] for service in services["services"]]
    if "FALCON" in not servicesList:
      return

> Add falcon to oozie admin user for HDP 2.5
> ------------------------------------------
>
>                 Key: AMBARI-17783
>                 URL: https://issues.apache.org/jira/browse/AMBARI-17783
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.0
>            Reporter: Murali Ramasami
>            Assignee: Venkat Ranganathan
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-17783.patch, AMBARI-17783.patch.2
>
>
> we need to add falcon and falcon-admin in the oozie_admin_users of oozie advanced env section. 



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