Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 33835 invoked from network); 12 May 2009 16:30:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 May 2009 16:30:08 -0000 Received: (qmail 86629 invoked by uid 500); 12 May 2009 16:30:08 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 86613 invoked by uid 500); 12 May 2009 16:30:08 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 86603 invoked by uid 99); 12 May 2009 16:30:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 16:30:08 +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; Tue, 12 May 2009 16:30:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B2B9234C004 for ; Tue, 12 May 2009 09:29:45 -0700 (PDT) Message-ID: <2066536161.1242145785565.JavaMail.jira@brutus> Date: Tue, 12 May 2009 09:29:45 -0700 (PDT) From: "Eric Yang (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Updated: (CHUKWA-227) Use su command in the run script for HDFS usage metrics collection In-Reply-To: <1990026573.1242086685578.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/CHUKWA-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang updated CHUKWA-227: ----------------------------- Resolution: Fixed Fix Version/s: 0.2.0 0.1.2 Status: Resolved (was: Patch Available) I just committed this, thanks Cheng. > Use su command in the run script for HDFS usage metrics collection > ------------------------------------------------------------------ > > Key: CHUKWA-227 > URL: https://issues.apache.org/jira/browse/CHUKWA-227 > Project: Hadoop Chukwa > Issue Type: Bug > Reporter: Cheng > Assignee: Cheng > Fix For: 0.1.2, 0.2.0 > > Attachments: chukwa-227.patch > > > Currently we are using "setuidgid". The problem is that setuidgid sets its uid and gid to account's uid and gid and remove all supplementary groups. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.