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 8BA1617F61 for ; Fri, 27 Mar 2015 19:15:54 +0000 (UTC) Received: (qmail 76702 invoked by uid 500); 27 Mar 2015 19:15:54 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 76655 invoked by uid 500); 27 Mar 2015 19:15:54 -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 76638 invoked by uid 99); 27 Mar 2015 19:15:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 19:15:54 +0000 Date: Fri, 27 Mar 2015 19:15:54 +0000 (UTC) From: "Varun Saxena (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-3051) [Storage abstraction] Create backing storage read interface for ATS readers 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-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14384422#comment-14384422 ] Varun Saxena commented on YARN-3051: ------------------------------------ I am relatively free this weekend. So will be able to work on this on priority. Will let you know if I run into bandwidth issues. We had decided on below three APIs' which are somewhat similar to what existed in ATS v1. Now, as you mentioned in comment elsewhere we need to support metrics too. So, what kind of queries have we decided to support ? For instance, queries such as get apps which have a particular metric's value less than or greater than something ? {code} TimelineEntities getEntities(String entityType, long limit, long windowStart, Long windowEnd, String fromId, long fromTs, Collection filters, EnumSet fieldsToRetrieve) throws IOException; TimelineEntity getEntity(String entityId, String entityType, EnumSet fieldsToRetrieve) throws IOException; TimelineEvents getEntityTimelines(String entityType, SortedSet entityIds, long limit, long windowStart, long windowEnd, Set eventTypes) throws IOException; {code} > [Storage abstraction] Create backing storage read interface for ATS readers > --------------------------------------------------------------------------- > > Key: YARN-3051 > URL: https://issues.apache.org/jira/browse/YARN-3051 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Reporter: Sangjin Lee > Assignee: Varun Saxena > > Per design in YARN-2928, create backing storage read interface that can be implemented by multiple backing storage implementations. -- This message was sent by Atlassian JIRA (v6.3.4#6332)