You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "Zhao, Qingwen (JIRA)" <ji...@apache.org> on 2017/02/09 13:08:41 UTC

[jira] [Created] (EAGLE-889) Add two restful APIs for Hadoop running queue to query top N users or jobs

Zhao, Qingwen created EAGLE-889:
-----------------------------------

             Summary: Add two restful APIs for Hadoop running queue to query top N users or jobs 
                 Key: EAGLE-889
                 URL: https://issues.apache.org/jira/browse/EAGLE-889
             Project: Eagle
          Issue Type: New Feature
    Affects Versions: v0.5.0
            Reporter: Zhao, Qingwen
            Assignee: Zhao, Qingwen


* query top N users under a queue at any time point according to memory usage
* query top N jobs under a queue at any time point according to memory usage

Sample query 1: return the latest top N users by queryTime under <queueName>
/rest/<queueName>/users?top=<N>&queryTime=1486641751252

Sample query 2: return the latest top N jobs by queryTime under <queueName>
/rest/<queueName>/users?top=<N>&queryTime=1486641751252





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)