You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Siddharth Wagle (JIRA)" <ji...@apache.org> on 2013/07/10 04:14:47 UTC

[jira] [Commented] (AMBARI-2608) WebHCat and Oozie services does not start on RHEL5 with enabled security because of "CRITICAL: Error doing kinit for nagios"

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

Siddharth Wagle commented on AMBARI-2608:
-----------------------------------------

+ path = File.join(s.strip, "kinit")

Maybe this should allow for actual path to kinit.
+ path = s.strip.ends_with?("kinit") ? s.strip : File.join(s.strip, "kinit")
                
> WebHCat and Oozie services does not start on RHEL5 with enabled security because of "CRITICAL: Error doing kinit for nagios"
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-2608
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2608
>             Project: Ambari
>          Issue Type: Bug
>          Components: controller
>    Affects Versions: 1.2.5
>            Reporter: Sumit Mohanty
>            Assignee: Sumit Mohanty
>             Fix For: 1.2.5
>
>
> FE only has support to provide single path for kinit. As Ambari supports mixed OS deployment it cannot be guaranteed that kinit exists at the same path on all nodes. FE should allow providing a set of look-up paths for kinit as well as the BE should support a set of default lookup paths.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira