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 3746017F60 for ; Fri, 15 May 2015 17:03:56 +0000 (UTC) Received: (qmail 30082 invoked by uid 500); 15 May 2015 17:03:56 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 30046 invoked by uid 500); 15 May 2015 17:03:56 -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 30030 invoked by uid 99); 15 May 2015 17:03:55 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2015 17:03:55 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 6628A1CC1BC; Fri, 15 May 2015 17:03:55 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============2032488142026297755==" MIME-Version: 1.0 Subject: Re: Review Request 34281: Kerberos: Oozie auth rules do not look correct From: "Robert Levas" To: "Emil Anca" , "Costel Radulescu" Cc: "Robert Levas" , "Ambari" Date: Fri, 15 May 2015 17:03:55 -0000 Message-ID: <20150515170355.1460.4420@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Robert Levas" X-ReviewGroup: Ambari X-ReviewRequest-URL: https://reviews.apache.org/r/34281/ X-Sender: "Robert Levas" References: <20150515170338.1460.24245@reviews.apache.org> In-Reply-To: <20150515170338.1460.24245@reviews.apache.org> Reply-To: "Robert Levas" X-ReviewRequest-Repository: ambari --===============2032488142026297755== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34281/#review83943 ----------------------------------------------------------- Ship it! Ship It! - Robert Levas On May 15, 2015, 1:03 p.m., Robert Levas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/34281/ > ----------------------------------------------------------- > > (Updated May 15, 2015, 1:03 p.m.) > > > Review request for Ambari, Costel Radulescu and Emil Anca. > > > Bugs: AMBARI-11179 > https://issues.apache.org/jira/browse/AMBARI-11179 > > > Repository: ambari > > > Description > ------- > > 0) create cluster, hDP 2.2, build 1203 > 1) Kerb cluster (hdfs, yarn,zk) > 2) add ozzie > 3) add hbase > 4) everything seems ok. > 5) I went and looked at oozie configs, oozie.authentication.kerberos.name.rules property looks like this...is this correct? > > ``` > RULE:[1:$1@$0](ambari-qa-MyCluster@EXAMPLE.COM)s/.*/ambari-qa/ > RULE:[1:$1@$0](hbase-MyCluster@EXAMPLE.COM)s/.*/hbase/ > RULE:[1:$1@$0](hdfs-MyCluster@EXAMPLE.COM)s/.*/hdfs/ > RULE:[1:$1@$0](.*@EXAMPLE.COM)s/@.*// > RULE:[1:$1@$0](.*@.*TODO-KERBEROS-DOMAIN)s/@.*// > 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](dn@EXAMPLE.COM)s/.*/hdfs/ > RULE:[2:$1@$0](hbase@EXAMPLE.COM)s/.*/hbase/ > RULE:[2:$1@$0](hm@.*TODO-KERBEROS-DOMAIN)s/.*/TODO-HBASE-USER/ > RULE:[2:$1@$0](jhs@EXAMPLE.COM)s/.*/mapred/ > RULE:[2:$1@$0](jn@EXAMPLE.COM)s/.*/hdfs/ > RULE:[2:$1@$0](nm@EXAMPLE.COM)s/.*/yarn/ > RULE:[2:$1@$0](nn@EXAMPLE.COM)s/.*/hdfs/ > RULE:[2:$1@$0](oozie@EXAMPLE.COM)s/.*/oozie/ > RULE:[2:$1@$0](rm@EXAMPLE.COM)s/.*/yarn/ > RULE:[2:$1@$0](rs@.*TODO-KERBEROS-DOMAIN)s/.*/TODO-HBASE-USER/ > RULE:[2:$1@$0](yarn@EXAMPLE.COM)s/.*/yarn/ > DEFAULT > ``` > > > #Solution > Remove the following values for oozie-site/oozie.authentication.kerberos.name.rules > > _common-services/OOZIE/4.0.0.2.0/configuration/oozie-site.xml:145_ > ``` > RULE:[2:$1@$0]([jt]t@.*TODO-KERBEROS-DOMAIN)s/.*/TODO-MAPREDUxSER/ > 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 > ``` > > _common-services/OOZIE/5.0.0.2.3/configuration/oozie-site.xml:24_ > ``` > RULE:[2:$1@$0]([jt]t@.*TODO-KERBEROS-DOMAIN)s/.*/TODO-MAPREDUxSER/ > 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 > ``` > > > Diffs > ----- > > ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/configuration/oozie-site.xml d7ae0e9 > ambari-server/src/main/resources/common-services/OOZIE/5.0.0.2.3/configuration/oozie-site.xml b17e4cd > > Diff: https://reviews.apache.org/r/34281/diff/ > > > Testing > ------- > > > Thanks, > > Robert Levas > > --===============2032488142026297755==--