You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/08/28 15:42:08 UTC

[jira] [Created] (AMBARI-7056) Need for a separate config file that comprises of cluster specific properties

Andrew Onischuk created AMBARI-7056:
---------------------------------------

             Summary: Need for a separate config file that comprises of cluster specific properties
                 Key: AMBARI-7056
                 URL: https://issues.apache.org/jira/browse/AMBARI-7056
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.7.0


Ambari agent presumes that hadoop-env.sh file will be always available and so
puts cluster specific properties like smokeuser and kerberos_domain in hadoop-
env.sh file. These properties are used in shared initialization file for
before-INSTALL and before-ANY hooks.

Ambari should manage a separate file (cluster-env file) that carries cluster
specific properties.

    
    
    
    <configuration>
        <property>
            <name>security_enabled</name>
            <value>false</value>
            <description>Hadoop Security</description>
        </property>
        <property>
            <name>kerberos_domain</name>
            <value>EXAMPLE.COM</value>
            <description>Kerberos realm.</description>
        </property>
        <property>
            <name>ignore_groupsusers_create</name>
            <value>false</value>
            <description>Whether to ignores failures on users and group creation</description>
        </property>
        <property>
            <name>smokeuser</name>
            <value>ambari-qa</value>
            <description>User executing service checks</description>
        </property>
        <property>
            <name>user_group</name>
            <value>hadoop</value>
            <description>Proxy user group.</description>
        </property>
    </configuration>
    
    





--
This message was sent by Atlassian JIRA
(v6.2#6252)