Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AAB60F972 for ; Mon, 25 Mar 2013 02:11:51 +0000 (UTC) Received: (qmail 28062 invoked by uid 500); 25 Mar 2013 02:11:50 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 27998 invoked by uid 500); 25 Mar 2013 02:11:50 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 27990 invoked by uid 99); 25 Mar 2013 02:11:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 02:11:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harsh@cloudera.com designates 209.85.223.173 as permitted sender) Received: from [209.85.223.173] (HELO mail-ie0-f173.google.com) (209.85.223.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 02:11:43 +0000 Received: by mail-ie0-f173.google.com with SMTP id 9so6859160iec.18 for ; Sun, 24 Mar 2013 19:11:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:content-transfer-encoding :x-gm-message-state; bh=1hMvoLd1oIhWb2/BDgE3/e3w3qr2/xRFBVErqMrF+Qg=; b=i5VJkirIiUEIic7vfBuZAWDNP6ljyC9Kj/TRsmkz2Lk0WhLPPudqzjh6ZlGJUXKES7 uuqM5H/a2sNKN8RClmOfcWCd9iXnjfTuEOEZWv+UwBPpWwGP3OriHUVNa3Nre6t+iEh5 pIH1tsqKSu1Bp8+whRikNl73KyQqrcF/2sYdBnCWbh12iw4afVycBJ0mwYN7DidL+O3/ urc7BbzHHweGJ4I5Mkd5oQVny2W0wTbctAuNPDibsm9fkr4b6jbCHwq+q85bdAL5bVB6 ubDwwGDWuc/j2QrewYmsUnCr0LqIZlnPNJBNR30yrn7mWfKHnbUl/hJLOs2yWPPnDiIB f1tA== X-Received: by 10.50.7.69 with SMTP id h5mr6858638iga.69.1364177483066; Sun, 24 Mar 2013 19:11:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.181.198 with HTTP; Sun, 24 Mar 2013 19:11:03 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Mon, 25 Mar 2013 07:41:03 +0530 Message-ID: Subject: Re: is it possible to disable security in MapReduce to avoid having PriviledgedActionException? To: mapreduce-user Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQn2dTJpfumyLfP+ybuHMqEr0X3vi2evTikll1tCOFWF2RKJ4JcZeFeHXfPKg6BWlryMkBq3 X-Virus-Checked: Checked by ClamAV on apache.org What is the "exact" error you're getting? Can you please paste with the full stack trace and your version in use? Many times the PriviledgedActionException is just a wrapper around the real cause and gets overlooked. It does not necessarily appear due to security code (whether security is enabled or disabled). In any case, if you meant to run MR with zero UGI.doAs (which will wrap with that exception) then no, thats not possible to do. On Mon, Mar 25, 2013 at 12:57 AM, Pedro S=E1 da Costa = wrote: > Hi, > > is it possible to disable security in MapReduce to avoid having > PriviledgedActionException? > > Thanks, > --=20 Harsh J