Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 67728 invoked from network); 16 Nov 2009 20:07:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Nov 2009 20:07:03 -0000 Received: (qmail 62026 invoked by uid 500); 16 Nov 2009 20:07:03 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 61957 invoked by uid 500); 16 Nov 2009 20:07:03 -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 61947 invoked by uid 99); 16 Nov 2009 20:07:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 20:07:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 20:07:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 97897234C045 for ; Mon, 16 Nov 2009 12:06:39 -0800 (PST) Message-ID: <282858814.1258401999606.JavaMail.jira@brutus> Date: Mon, 16 Nov 2009 20:06:39 +0000 (UTC) From: "Devaraj Das (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-915) For secure environments, the Map/Reduce debug script must be run as the user. In-Reply-To: <1786407926.1251308399273.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778497#action_12778497 ] Devaraj Das commented on MAPREDUCE-915: --------------------------------------- Oops sorry. I forgot to add the Test* files before i created the last patch. I can log the command lines that is written to taskjvm.sh. For the purpose of debugging, that seems to make more sense than relying on the taskjvm.sh's contents.. I will upload a patch soon. > For secure environments, the Map/Reduce debug script must be run as the user. > ----------------------------------------------------------------------------- > > Key: MAPREDUCE-915 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-915 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: security, tasktracker > Affects Versions: 0.21.0 > Reporter: Hemanth Yamijala > Assignee: Devaraj Das > Priority: Blocker > Fix For: 0.21.0 > > Attachments: 915-4.patch, 915.1.patch, 915.2.patch, 915.patch > > > The Taskcontroller model allows admins to set up a cluster configuration that runs tasks as users. The debug script feature of Map/Reduce provided by the configuration options: mapred.map.task.debug.script and mapred.reduce.task.debug.script need to be run as the user as well in such environments, rather than as the tasktracker user. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.