Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D4109200C2B for ; Thu, 16 Feb 2017 03:28:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CF78F160B70; Thu, 16 Feb 2017 02:28:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 23DE7160B5E for ; Thu, 16 Feb 2017 03:28:21 +0100 (CET) Received: (qmail 10323 invoked by uid 500); 16 Feb 2017 02:28:21 -0000 Mailing-List: contact issues-help@eagle.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.apache.org Delivered-To: mailing list issues@eagle.apache.org Received: (qmail 10314 invoked by uid 99); 16 Feb 2017 02:28:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2017 02:28:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2BD27DFC31; Thu, 16 Feb 2017 02:28:21 +0000 (UTC) From: qingwen220 To: issues@eagle.apache.org Reply-To: issues@eagle.apache.org Message-ID: Subject: [GitHub] eagle pull request #805: EAGLE-889: Add a restful API for Hadoop running que... Content-Type: text/plain Date: Thu, 16 Feb 2017 02:28:21 +0000 (UTC) archived-at: Thu, 16 Feb 2017 02:28:23 -0000 GitHub user qingwen220 opened a pull request: https://github.com/apache/eagle/pull/805 EAGLE-889: Add a restful API for Hadoop running queue to query top N users or jobs https://issues.apache.org/jira/browse/EAGLE-889 Sample 1: query the top N users/jobs of memory usage under queue1 on site1 at time 1487156721356 http://localhost:9090/rest/queue/memory?top=10&queue=queue1¤tTime=1487156721356&site=site1 Sample 2: query the current queue hierarchy http://localhost:9090/rest/entities?query=QueueMappingService[@site=%22sandbox%22]{*}&pageSize=10000 You can merge this pull request into a Git repository by running: $ git pull https://github.com/qingwen220/incubator-eagle EAGLE-889 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/eagle/pull/805.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #805 ---- commit 9622d2cb0669e4305e1332835c21cdf47b7cd0e4 Author: Zhao, Qingwen Date: 2017-02-14T03:45:48Z add an estimated finished time for a running job commit 803d4b07454de29872546338a37856013815dc48 Author: Zhao, Qingwen Date: 2017-02-14T03:50:33Z update topic name commit 2444b1b301810123321898173a94371d3903292c Author: Zhao, Qingwen Date: 2017-02-14T09:38:36Z add QueueMappingService commit b7537fb00d48e0f217c80de14e655642bd490c8f Author: Zhao, Qingwen Date: 2017-02-15T10:33:16Z add RunningQueueResource commit 35cd040d05d442de092cfbcf993a30a8196e85ef Author: Zhao, Qingwen Date: 2017-02-15T11:41:57Z fix a bug commit 70141550df0d2035945c9e2b475d6da8fc794886 Author: Zhao, Qingwen Date: 2017-02-15T11:52:50Z fix bugs commit 03a3000130c24a21293dc70c7958de9fc3dec450 Author: Zhao, Qingwen Date: 2017-02-16T01:50:03Z refine conde commit f07c392f2c2f63d93ff80c7309051aec5aea3790 Author: Zhao, Qingwen Date: 2017-02-16T02:04:40Z fix a bug commit cc73d6eed3f87abe0a22907f1811b5635277e672 Author: Zhao, Qingwen Date: 2017-02-16T02:19:21Z add LastUpdateTime in QueueStructureAPIEntity ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---