Return-Path: X-Original-To: apmail-incubator-oozie-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-oozie-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 435E0C5FF for ; Mon, 30 Apr 2012 16:03:59 +0000 (UTC) Received: (qmail 12681 invoked by uid 500); 30 Apr 2012 16:03:59 -0000 Delivered-To: apmail-incubator-oozie-users-archive@incubator.apache.org Received: (qmail 12648 invoked by uid 500); 30 Apr 2012 16:03:59 -0000 Mailing-List: contact oozie-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oozie-users@incubator.apache.org Delivered-To: mailing list oozie-users@incubator.apache.org Received: (qmail 12640 invoked by uid 99); 30 Apr 2012 16:03:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 16:03:59 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeremy.hanna1234@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vx0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 16:03:49 +0000 Received: by vcbfl13 with SMTP id fl13so2337621vcb.6 for ; Mon, 30 Apr 2012 09:03:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=YY07a94dg289smYt9H5sDohH2H8Xs/qLAiRLaa0f8SQ=; b=bXdpL79EaYUDmb67tEaByhIrTYrp7CzxK0Vhiye4KqaCJCqxjdy8iSHFojthFKBEsF e79dFOTM6Ux1NQMjlHRJm9V05hEpIUQkNQGYRiFOc8pO3ELGsVo2FgGXFE7Ji3yZOnEB dQ+BvTCgAtnmQ89Oos4tPMUkvTxRAcTiUa8fapFYF9noRd+9CjC7v8FNo/xJ1NdYeged K5VcLmBWcIeKBXcB29S+86mi8lWoQdgxDAJdbJFCIoiTbS45iuve8WLtSqCKGQ11Srra kyM+mWwrF61TRXryNWAqfuD75jMsPeYfDts4jhnxDkdijtfFHF2K/Plp3q3S/q0rGlvd 8dNg== Received: by 10.220.141.79 with SMTP id l15mr17864896vcu.48.1335801809030; Mon, 30 Apr 2012 09:03:29 -0700 (PDT) Received: from ip-10-8-0-18.ec2.internal (ec2-23-21-72-1.compute-1.amazonaws.com. [23.21.72.1]) by mx.google.com with ESMTPS id r20sm27539231vdg.14.2012.04.30.09.03.27 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Apr 2012 09:03:27 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: Authentication problems From: Jeremy Hanna In-Reply-To: Date: Mon, 30 Apr 2012 11:03:25 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <78A70617-32B2-4277-84E2-C0C1E85B99F2@gmail.com> References: <629B91B1-4492-476D-9544-7BEA732E7C67@gmail.com> To: oozie-users@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Virus-Checked: Checked by ClamAV on apache.org On Apr 30, 2012, at 10:46 AM, Alejandro Abdelnur wrote: > Is there a patch for branch-1? if so I'll try to get i committed. Looks like Todd posted a 0.20 based patch as well - not sure if that = applies cleanly to branch-1 though. > On Mon, Apr 30, 2012 at 8:41 AM, Jeremy Hanna = wrote: >=20 >>=20 >> On Apr 28, 2012, at 9:43 PM, Roman Shaposhnik wrote: >>=20 >>> On Sat, Apr 28, 2012 at 7:18 PM, Grant Ingersoll = >> wrote: >>>>> >>>>> hadoop.proxyuser.root.hosts >>>>> * >>>>> >>>>=20 >>>> I don't think you can use wildcards here. I believe you need to, >> unfortunately, pass in IP addresses. >>>=20 >>> You sure can. It is allowed. In Bigtop we have the following by = default >> when you >>> install hadoop in pseudo distributed configuration. >>>=20 >>> >>> hadoop.proxyuser.oozie.hosts >>> * >>> >>> >>> hadoop.proxyuser.oozie.groups >>> * >>> >>=20 >> Isn't that part of = https://issues.apache.org/jira/browse/HADOOP-6995which currently is only = committed to Hadoop 0.23? >>=20 >> I still wish that relatively trivial ticket was committed to Hadoop = 1.0.x >> - I think it would alleviate a lot of frustration for new Oozie = users, >> which I think would help Oozie's uptake. >>=20 >>=20 >=20 >=20 > --=20 > Alejandro