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/09/09 19:03:31 UTC

[jira] [Resolved] (AMBARI-7222) upgrading a cluster to ambari-1.7.0 should create cluster-env file

     [ https://issues.apache.org/jira/browse/AMBARI-7222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Onischuk resolved AMBARI-7222.
-------------------------------------
    Resolution: Fixed

Committed to trunk

> upgrading a cluster to ambari-1.7.0 should create cluster-env file 
> -------------------------------------------------------------------
>
>                 Key: AMBARI-7222
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7222
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 1.7.0
>
>
> Upgarding to ambari-1.7.0 should create cluster-env type configuration for a
> cluster and migrate following properties present in global type configuration
> to cluster-env type
>     
>     
>     
>     <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>
>      <property>
>             <name>kinit_path_local</name>
>             <value>/usr/bin</value>
>             <description>Kerberos tool path.</description>
>         </property>
>       <property>
>             <name>smokeuser_keytab</name>
>             <value>/etc/security/keytabs/smokeuser.headless.keytab</value>
>             <description>Path to keytab file for smoke test user</description>
>       </property>
>     </configuration>
>     



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