Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 98594 invoked from network); 9 Jun 2009 01:00:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 01:00:20 -0000 Received: (qmail 38618 invoked by uid 500); 9 Jun 2009 01:00:32 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 38600 invoked by uid 500); 9 Jun 2009 01:00:32 -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 38590 invoked by uid 99); 9 Jun 2009 01:00:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 01:00:32 +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; Tue, 09 Jun 2009 01:00:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30443234C004 for ; Mon, 8 Jun 2009 18:00:08 -0700 (PDT) Message-ID: <1107667777.1244509208192.JavaMail.jira@brutus> Date: Mon, 8 Jun 2009 18:00:08 -0700 (PDT) From: "Terence Kwan (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Updated: (CHUKWA-95) Provide webservice API to extract data points In-Reply-To: <1698768122.1239041413077.JavaMail.jira@brutus> 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-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Terence Kwan updated CHUKWA-95: ------------------------------- Attachment: newjar.zip rest.patch Post the rest API patch. To build it, you need to do the following: 1. unzip newjar.zip in your trunk/lib directory which will create jsr311-api-1.0.jar jersey-bundle-1.1.0-ea.jar asm-3.1.jar (they are not supported in the current maven repository) 2. ant chukwa_war to build the chukwa.war file 3. deploy chukwa.war as hicc.war under tomcat 4. To test it do: http://:8080/chukwa/v1/hadoop_jvm/timestamp/ > Provide webservice API to extract data points > --------------------------------------------- > > Key: CHUKWA-95 > URL: https://issues.apache.org/jira/browse/CHUKWA-95 > Project: Hadoop Chukwa > Issue Type: New Feature > Components: User Interface > Reporter: Mac Yang > Assignee: Terence Kwan > Attachments: newjar.zip, rest.patch > > > Similar to permalink except for the output format. In addition to source and time range, the API should also support options like min, max and average. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.