Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 73718 invoked from network); 30 Dec 2008 08:09:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2008 08:09:06 -0000 Received: (qmail 89605 invoked by uid 500); 30 Dec 2008 08:09:05 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 89569 invoked by uid 500); 30 Dec 2008 08:09:05 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 89558 invoked by uid 99); 30 Dec 2008 08:09:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 00:09:05 -0800 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; Tue, 30 Dec 2008 08:09:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45216234C49D for ; Tue, 30 Dec 2008 00:08:44 -0800 (PST) Message-ID: <855007016.1230624524254.JavaMail.jira@brutus> Date: Tue, 30 Dec 2008 00:08:44 -0800 (PST) From: "Sreekanth Ramakrishnan (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4930) Implement setuid executable for Linux to assist in launching tasks as job owners In-Reply-To: <926145811.1229933084172.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sreekanth Ramakrishnan updated HADOOP-4930: ------------------------------------------- Attachment: HADOOP-4930-6.patch Attaching patch incorporating Hemanth's offline comment. * Made changes in build.xml to introduce a new target task-controller to build task-controller binary. ** target requires -Dhadoop.conf.dir or HADOOP_CONF_DIR set. *** if HADOOP_CONF_DIR is set and hadoop.conf.dir is passed, then hadoop.conf.dir value is used. *** if either one of them is defined then that value is used. *** if none of t hem is defined then build fails. ** Default install directory for the binary is distribution directory/bin. This can be overriden by passing -Dtask-controller.install.dir=$HADOOP_HOME/bin > Implement setuid executable for Linux to assist in launching tasks as job owners > -------------------------------------------------------------------------------- > > Key: HADOOP-4930 > URL: https://issues.apache.org/jira/browse/HADOOP-4930 > Project: Hadoop Core > Issue Type: Sub-task > Components: mapred > Reporter: Hemanth Yamijala > Assignee: Sreekanth Ramakrishnan > Attachments: HADOOP-4930-1.patch, HADOOP-4930-2.patch, HADOOP-4930-3.patch, HADOOP-4930-4.patch, HADOOP-4930-5.patch, HADOOP-4930-6.patch > > > HADOOP-4490 tracks the design and implementation of launching tasks as job owners. As per discussion there, the proposal is to implement a setuid executable for Linux that would be launched by the tasktracker to run tasks as the job owners. In this task we will track the implementation of the setuid executable. HADOOP-4490 will be used to track changes in the tasktracker. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.