[ 
https://issues.apache.org/jira/browse/CHUKWA-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Yang reopened CHUKWA-441:
------------------------------


etting this error message trying to compile trunk (r894877):

    [javac] 
/home/jiaqi/code/chukwa/latest3/trunk/src/java/org/apache/hadoop/chukwa/rest/resource/ClientTrace.java:39:
cannot find symbol
    [javac] symbol  : class EventBean
    [javac] location: package org.apache.hadoop.chukwa.rest.bean
    [javac] import org.apache.hadoop.chukwa.rest.bean.EventBean;

Unused import statement, should get clean up.

> Real time hadoop activity monitoring capabilities via Client Trace Logs
> -----------------------------------------------------------------------
>
>                 Key: CHUKWA-441
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-441
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: data collection, User Interface
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.4.0
>
>         Attachments: CHUKWA-441.patch, Picture 1.png
>
>
> Many moons ago, in one of the HUG talk for Chukwa, one user ask if it is 
> possible to create a splitter interface for Chukwa Collector for monitoring 
> data at near real time.  The answer was possible, but there was no code to 
> show this capabilities.  Over the Xmas holidays, I decided to take on this 
> task and write something simple to show how this is done.
> The idea is to reuse existing Chukwa Collector with PipelineStageWriter 
> coupled with SocketTeeWriter for data stream split.  By adding a 
> SocketDataLoader inside HICC to act as data stream subscriber and extract 
> client trace information to render on the browser.  Hence, the additional 
> pipeline looks like this:
> Adaptor -> Agent -> Collector -> SocketTeeWriter <- Socket Data Loader <- HICC

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to