You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2012/12/08 18:41:22 UTC

[jira] [Comment Edited] (CHUKWA-674) Integrate Chukwa collector feature to Chukwa agent

    [ 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<Chunk> ) 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<Chunk>) 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