Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 6013 invoked from network); 2 Jan 2010 18:34:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jan 2010 18:34:18 -0000 Received: (qmail 12072 invoked by uid 500); 2 Jan 2010 18:34:18 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 12033 invoked by uid 500); 2 Jan 2010 18:34:18 -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 12023 invoked by uid 99); 2 Jan 2010 18:34:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jan 2010 18:34:18 +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; Sat, 02 Jan 2010 18:34:16 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A2183234C1F0 for ; Sat, 2 Jan 2010 10:33:55 -0800 (PST) Message-ID: <1301923882.6251262457235657.JavaMail.jira@brutus.apache.org> Date: Sat, 2 Jan 2010 18:33:55 +0000 (UTC) From: "Eric Yang (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Reopened: (CHUKWA-441) Real time hadoop activity monitoring capabilities via Client Trace Logs In-Reply-To: <1713036384.1262131349746.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-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.