Return-Path: X-Original-To: apmail-incubator-chukwa-dev-archive@www.apache.org Delivered-To: apmail-incubator-chukwa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C9CED24D for ; Sat, 8 Dec 2012 17:41:29 +0000 (UTC) Received: (qmail 69860 invoked by uid 500); 8 Dec 2012 17:41:29 -0000 Delivered-To: apmail-incubator-chukwa-dev-archive@incubator.apache.org Received: (qmail 69695 invoked by uid 500); 8 Dec 2012 17:41:29 -0000 Mailing-List: contact chukwa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@incubator.apache.org Delivered-To: mailing list chukwa-dev@incubator.apache.org Received: (qmail 69266 invoked by uid 99); 8 Dec 2012 17:41:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2012 17:41:22 +0000 Date: Sat, 8 Dec 2012 17:41:22 +0000 (UTC) From: "Eric Yang (JIRA)" To: chukwa-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CHUKWA-674) Integrate Chukwa collector feature to Chukwa agent MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CHUKWA-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13527207#comment-13527207 ] Eric Yang edited comment on CHUKWA-674 at 12/8/12 5:40 PM: ----------------------------------------------------------- Hi Shreyas, the connector interface is for configuration setup, and connections setup. HBase connector has different logic than http connector because the mechanism to talk to the destination nodes are different. It is possible that there is no HBaseSender.send() in HBase connector. Chukwa agent should be modified to use ChukwaWriter as default. CollectorWriter would host the logic of httpConnector. EventQueue is only created for httpConnector. ChukwaWriter uses the add(List ) to push data out instead. was (Author: eyang): Hi Shreyas, the connector interface is for configuration setup, and connections setup. HBase connector has different logic than http connector because the mechanism to talk to the destination nodes are different. It is possible that there is no HBaseSender.send() in HBase connector. Chukwa agent should be modified to use ChukwaWriter as default. CollectorWriter would host the logic of httpConnector. EventQueue is only created for httpConnector. ChukwaWriter uses the add(List) to push data out instead. > Integrate Chukwa collector feature to Chukwa agent > -------------------------------------------------- > > Key: CHUKWA-674 > URL: https://issues.apache.org/jira/browse/CHUKWA-674 > Project: Chukwa > Issue Type: Improvement > Components: Data Collection > Environment: MacOSX, Java 6 > Reporter: Eric Yang > > Feature offered in Chukwa collector can be integrated into Chukwa agent, and use multi-tier Chukwa agent to collect data for large scale cluster. For small cluster, agents can talk directly to HDFS cluster to reduce the complexity of deployment. The required features to reduce the need of Chukwa collectors are: > - Enhance agent rest api to receive chunk data. > - Pipeline writer to channel data to storage destinations (HDFS, HBASE). > - Improve connector interface and replace http connector with collector connector for bandwidth balance. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira