You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2014/10/30 19:15:33 UTC

[jira] [Updated] (AMBARI-8048) Difference between core-site.xml, oozie-site.xml, hive-site.xml, hbase-site.xml from host and from UI

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

Dmitry Lysnichenko updated AMBARI-8048:
---------------------------------------
    Attachment: AMBARI-8048.patch

> Difference between core-site.xml, oozie-site.xml, hive-site.xml, hbase-site.xml from host and from UI
> -----------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-8048
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8048
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 1.7.0
>         Environment: vagrant centos6.5
> stack 2.2
> ambari-server hash : 478c8f27ad33ba3ec35b6f0f80b13c593777120a
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-8048.patch
>
>
> *STR*
> 1) Deploy cluster with 2.2 stack
> 2) Download YARN configs from UI and from host
> 3) Compare core-site.xml
> *ER*
> files are same
> *AR*
> 72a73,83
> >     </property>
> >     
> >     <property>
> >       <name>hadoop.security.auth_to_local</name>
> >       <value>
> >         RULE:[2:$1@$0]([rn]m@.*)s/.*/yarn/
> >         RULE:[2:$1@$0](jhs@.*)s/.*/mapred/
> >         RULE:[2:$1@$0]([nd]n@.*)s/.*/hdfs/
> >         RULE:[2:$1@$0](hm@.*)s/.*/hbase/
> >         RULE:[2:$1@$0](rs@.*)s/.*/hbase/
> >         DEFAULT</value>
> Upload: same behaviour for those files:
> *hive-site.xml*
> diff result:
> 179a180,189
> >       <name>hive.metastore.kerberos.keytab.file</name>
> >       <value>/etc/security/keytabs/hive.service.keytab</value>
> >     </property>
> >     
> >     <property>
> >       <name>hive.metastore.kerberos.principal</name>
> >       <value>hive/_HOST@EXAMPLE.COM</value>
> >     </property>
> >     
> >     <property>
> 256a267,276
> >     </property>
> >     
> >     <property>
> >       <name>hive.server2.authentication.spnego.keytab</name>
> >       <value>HTTP/_HOST@EXAMPLE.COM</value>
> >     </property>
> >     
> >     <property>
> >       <name>hive.server2.authentication.spnego.principal</name>
> >       <value>/etc/security/keytabs/spnego.service.keytab</value>
> *hbase-site.xml*
> diff result:
> 21a22,31
> >     </property>
> >     
> >     <property>
> >       <name>hbase.coprocessor.master.classes</name>
> >       <value></value>
> >     </property>
> >     
> >     <property>
> >       <name>hbase.coprocessor.region.classes</name>
> >       <value></value>
> *oozie-site.xml*
> diff result:
> 16a17,26
> >     </property>
> >     
> >     <property>
> >       <name>oozie.authentication.kerberos.name.rules</name>
> >       <value>
> >       RULE:[2:$1@$0]([jt]t@.*TODO-KERBEROS-DOMAIN)s/.*/TODO-MAPREDUSER/
> >       RULE:[2:$1@$0]([nd]n@.*TODO-KERBEROS-DOMAIN)s/.*/TODO-HDFSUSER/
> >       RULE:[2:$1@$0](hm@.*TODO-KERBEROS-DOMAIN)s/.*/TODO-HBASE-USER/
> >       RULE:[2:$1@$0](rs@.*TODO-KERBEROS-DOMAIN)s/.*/TODO-HBASE-USER/
> >       DEFAULT</value>



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