You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Mac Yang (JIRA)" <ji...@apache.org> on 2009/04/06 20:10:13 UTC

[jira] Created: (CHUKWA-95) Provide webservice API to extract data points

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


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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Terence Kwan (JIRA)" <ji...@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: rest2.patch

one more time to remove the reflection getMethod warning.

> 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, rest1.patch, rest2.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.


[jira] Commented: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717572#action_12717572 ] 

Eric Yang commented on CHUKWA-95:
---------------------------------

It looks like the patch tries to download another vendor's json library which conflict with the existing json library in Chukwa.
Please resolve json library conflict.  Thanks

> 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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-95:
----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this, thanks Terence.

> 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
>    Affects Versions: 0.2.0
>            Reporter: Mac Yang
>            Assignee: Terence Kwan
>             Fix For: 0.2.0
>
>         Attachments: CHUKWA-95-1.patch, CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.patch, rest7.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.


[jira] Reopened: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang reopened CHUKWA-95:
-----------------------------


Reopen for renaming test cases.

> 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
>             Fix For: 0.2.0
>
>         Attachments: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.patch, rest7.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-95:
----------------------------

    Attachment: CHUKWA-95-1.patch

Rename non test case classes into filename that does not start with Test, and added jetty startup as part of the setup class for rest API.

> 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
>    Affects Versions: 0.2.0
>            Reporter: Mac Yang
>            Assignee: Terence Kwan
>             Fix For: 0.2.0
>
>         Attachments: CHUKWA-95-1.patch, CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.patch, rest7.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Terence Kwan (JIRA)" <ji...@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: rest1.patch

new rest patch file

> 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, rest1.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Terence Kwan (JIRA)" <ji...@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: json-lib-2.2.3-jdk15.jar
                rest3.patch

Let try it one more time. 

This is the combined patch with build.xml file change and also it fix the timestamp value problem.

> 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: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-95:
----------------------------

    Attachment: CHUKWA-95.patch

Update build structure, make separation between REST API and HICC.

> 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: CHUKWA-95.patch, newjar.zip, rest.patch, rest1.patch, rest2.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.


[jira] Commented: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719283#action_12719283 ] 

Hudson commented on CHUKWA-95:
------------------------------

Integrated in Chukwa-trunk #53 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/53/])
    

> 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
>    Affects Versions: 0.2.0
>            Reporter: Mac Yang
>            Assignee: Terence Kwan
>             Fix For: 0.2.0
>
>         Attachments: CHUKWA-95-1.patch, CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.patch, rest7.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.


[jira] Commented: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718497#action_12718497 ] 

Hudson commented on CHUKWA-95:
------------------------------

Integrated in Chukwa-trunk #49 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/49/])
    . Added Web Service API to export data from database. (Terence Kwan via Eric Yang)
. Added Web Service API to export data from database. (Terence Kwan via Eric Yang)


> 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
>             Fix For: 0.2.0
>
>         Attachments: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.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.


[jira] Assigned: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang reassigned CHUKWA-95:
-------------------------------

    Assignee: Terence Kwan

> 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
>
> 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.


[jira] Commented: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Mac Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696197#action_12696197 ] 

Mac Yang commented on CHUKWA-95:
--------------------------------

Leaving it in the "User Interface" component for lack of a better option. Might be useful to add a "Web Service" component.

> 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
>
> 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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Terence Kwan (JIRA)" <ji...@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: rest7.patch

change the test cases filename.

> 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
>             Fix For: 0.2.0
>
>         Attachments: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.patch, rest7.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Terence Kwan (JIRA)" <ji...@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: rest4.patch

Fixed JsonDataBeanProcessor problem

> 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: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-95:
----------------------------

    Status: Patch Available  (was: Open)

+1 Looks good.

> 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: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Anonymous (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anonymous updated CHUKWA-95:
----------------------------

    Affects Version/s: 0.2.0
               Status: Patch Available  (was: Reopened)

> 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
>    Affects Versions: 0.2.0
>            Reporter: Mac Yang
>            Assignee: Terence Kwan
>             Fix For: 0.2.0
>
>         Attachments: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.patch, rest7.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Terence Kwan (JIRA)" <ji...@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://<server-name>:8080/chukwa/v1/hadoop_jvm/timestamp/<timestamp_long>

> 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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Terence Kwan (JIRA)" <ji...@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: rest5.patch

one more time.

> 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: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-95:
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0
           Status: Resolved  (was: Patch Available)

I just committed this, thanks Terence.

> 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
>             Fix For: 0.2.0
>
>         Attachments: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.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.


[jira] Commented: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718222#action_12718222 ] 

Eric Yang commented on CHUKWA-95:
---------------------------------

+1 looks good on the null method handling.

> 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: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.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.


[jira] Updated: (CHUKWA-95) Provide webservice API to extract data points

Posted by "Terence Kwan (JIRA)" <ji...@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: rest6.patch

Add another patch to change null method problem.

> 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: CHUKWA-95.patch, json-lib-2.2.3-jdk15.jar, newjar.zip, rest.patch, rest1.patch, rest2.patch, rest3.patch, rest4.patch, rest5.patch, rest6.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.