Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 310D8D6DA for ; Mon, 27 Aug 2012 17:20:08 +0000 (UTC) Received: (qmail 37937 invoked by uid 500); 27 Aug 2012 17:20:08 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 37887 invoked by uid 500); 27 Aug 2012 17:20:07 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 37633 invoked by uid 99); 27 Aug 2012 17:20:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 17:20:07 +0000 Date: Tue, 28 Aug 2012 04:20:07 +1100 (NCT) From: "Benoy Antony (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1711812780.2050.1346088007773.JavaMail.jiratomcat@arcas> In-Reply-To: <937059192.2557.1344877238518.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (MAPREDUCE-4554) Job Credentials are not transmitted if security is turned off MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-4554?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 13442537#comment-13442537 ]=20 Benoy Antony commented on MAPREDUCE-4554: ----------------------------------------- It works in MR 1.0 , but coes not work in trunk as mentioned in description= . HADOOP-8225 did not introduce the problem mentioned in this issue.=20 HADOOP-8225 introduced the problem mentioned in HADOOP-8276 .=20 =20 > Job Credentials are not transmitted if security is turned off > ------------------------------------------------------------- > > Key: MAPREDUCE-4554 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4554 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: job submission, security > Affects Versions: 2.0.0-alpha > Reporter: Benoy Antony > Assignee: Benoy Antony > Attachments: MR_4554_1_1.patch, MR_4554_trunk.patch, MR_4554_trun= k.patch, MR_4554_trunk_testonly.patch > > > Credentials (secret keys) can be passed to a job via mapreduce.job.creden= tials.json or mapreduce.job.credentials.binary . > These credentials get submitted during job submission and are made availa= ble to the task processes. > In HADOOP 1, these credentials get submitted and routed to task processes= even if security was off. > In HADOOP 2 , these credentials are transmitted only when the security is= turned on. > This should be changed for two reasons: > 1) It is not backward compatible.=E2=80=A8 > 2) Credentials should be passed even if security is turned off . -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira