Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03AEA172DD for ; Thu, 30 Oct 2014 19:22:34 +0000 (UTC) Received: (qmail 77004 invoked by uid 500); 30 Oct 2014 19:22:33 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 76969 invoked by uid 500); 30 Oct 2014 19:22:33 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 76956 invoked by uid 99); 30 Oct 2014 19:22:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 19:22:33 +0000 Date: Thu, 30 Oct 2014 19:22:33 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-8048) Difference between core-site.xml, oozie-site.xml, hive-site.xml, hbase-site.xml from host and from UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-8048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190662#comment-14190662 ] Hadoop QA commented on AMBARI-8048: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12678259/AMBARI-8048.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 1 new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:red}-1 core tests{color}. The test build failed in ambari-server Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/420//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/420//console This message is automatically generated. > 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 > > > > > > > > hadoop.security.auth_to_local > > > > 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 > Upload: same behaviour for those files: > *hive-site.xml* > diff result: > 179a180,189 > > hive.metastore.kerberos.keytab.file > > /etc/security/keytabs/hive.service.keytab > > > > > > > > hive.metastore.kerberos.principal > > hive/_HOST@EXAMPLE.COM > > > > > > > 256a267,276 > > > > > > > > hive.server2.authentication.spnego.keytab > > HTTP/_HOST@EXAMPLE.COM > > > > > > > > hive.server2.authentication.spnego.principal > > /etc/security/keytabs/spnego.service.keytab > *hbase-site.xml* > diff result: > 21a22,31 > > > > > > > > hbase.coprocessor.master.classes > > > > > > > > > > hbase.coprocessor.region.classes > > > *oozie-site.xml* > diff result: > 16a17,26 > > > > > > > > oozie.authentication.kerberos.name.rules > > > > 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 -- This message was sent by Atlassian JIRA (v6.3.4#6332)