Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 99680 invoked from network); 22 Mar 2010 23:23:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Mar 2010 23:23:50 -0000 Received: (qmail 12405 invoked by uid 500); 22 Mar 2010 23:23:50 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 12386 invoked by uid 500); 22 Mar 2010 23:23:50 -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 12377 invoked by uid 99); 22 Mar 2010 23:23:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 23:23:50 +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, 22 Mar 2010 23:23:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 42D76234C1F0 for ; Mon, 22 Mar 2010 23:23:27 +0000 (UTC) Message-ID: <1051908423.419121269300207272.JavaMail.jira@brutus.apache.org> Date: Mon, 22 Mar 2010 23:23:27 +0000 (UTC) From: "Ari Rabkin (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Commented: (CHUKWA-460) Demux depends on conf/chukwa-collector-conf.xml In-Reply-To: <2145169649.105501267823127244.JavaMail.jira@brutus.apache.org> 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-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848438#action_12848438 ] Ari Rabkin commented on CHUKWA-460: ----------------------------------- +1 to patch. For trunk as well as 0.4 branch. Do we need to do a documentation update? > Demux depends on conf/chukwa-collector-conf.xml > ----------------------------------------------- > > Key: CHUKWA-460 > URL: https://issues.apache.org/jira/browse/CHUKWA-460 > Project: Hadoop Chukwa > Issue Type: Bug > Components: Data Processors > Reporter: Eric Yang > Assignee: Eric Yang > Attachments: CHUKWA-460.patch > > > We've packaged our own chukwa rpms to be able to deploy the collector, the agent and the data processor each separately. In doing so I realized that the data processor (i.e., Demux) has a dependency on conf/chukwa-collector-conf.xml as packaged in the distro, since that's the only place where where 'writer.hdfs.filesystem' is set. > The workaround is straight forward enough (just add writer.hdfs.filesystem to chukwa-demux.xml), but I thought I'd point out the cross-dependency. Although it feels redundant, it seems the proper thing to do would be to include writer.hdfs.filesystem in both configs, since both processes have that dep. Thoughts? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.