Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D0DC1886F for ; Thu, 1 Oct 2015 21:09:31 +0000 (UTC) Received: (qmail 14442 invoked by uid 500); 1 Oct 2015 21:09:28 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 14401 invoked by uid 500); 1 Oct 2015 21:09:28 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 14388 invoked by uid 99); 1 Oct 2015 21:09:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2015 21:09:28 +0000 Date: Thu, 1 Oct 2015 21:09:28 +0000 (UTC) From: "Sangjin Lee (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-3864) Implement support for querying single app and all apps for a flow run MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-3864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940420#comment-14940420 ] Sangjin Lee commented on YARN-3864: ----------------------------------- Thanks for the patch [~varun_saxena]! I'm away from the desk, and I'll communicate quick feedback. The URL patterns of the new endpoints seem bit unnatural. For example, "/apps" comes before the flow id and the flow run id. Does this conform to the normal REST style? IIUC, they usually follow the direction of the narrowing scope, right? For example, the current YARN REST API follows that style (app -> app attempt -> container). Should we make our REST API consistent with that style? (TimelineEntityReader.java) - l.82: nit: I think sortedKeys can/should be private > Implement support for querying single app and all apps for a flow run > --------------------------------------------------------------------- > > Key: YARN-3864 > URL: https://issues.apache.org/jira/browse/YARN-3864 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Affects Versions: YARN-2928 > Reporter: Varun Saxena > Assignee: Varun Saxena > Priority: Blocker > Attachments: YARN-3864-YARN-2928.01.patch > > > This JIRA will handle support for querying all apps for a flow run in HBase reader implementation. > And also REST API implementation for single app and multiple apps. -- This message was sent by Atlassian JIRA (v6.3.4#6332)