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 0B73D2009D9 for ; Tue, 3 May 2016 03:00:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0A56B1609B1; Tue, 3 May 2016 03:00:25 +0200 (CEST) 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 784671602C5 for ; Tue, 3 May 2016 03:00:24 +0200 (CEST) Received: (qmail 66788 invoked by uid 500); 3 May 2016 01:00:23 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 66762 invoked by uid 99); 3 May 2016 01:00:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2016 01:00:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 500902C1F61 for ; Tue, 3 May 2016 01:00:23 +0000 (UTC) Date: Tue, 3 May 2016 01:00:23 +0000 (UTC) From: "Vrushali C (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5011) Support metric filters for flow runs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 May 2016 01:00:25 -0000 [ https://issues.apache.org/jira/browse/YARN-5011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15267844#comment-15267844 ] Vrushali C commented on YARN-5011: ---------------------------------- To add to my previous comment, we definitely should not pull in data to the client side to match filters. We have a lot of data and any filters on hbase, especially simple ones like ColumnPrefix filters should get pushed down to hbase. If we need to pull data to client side, then there is something wrong with the setup or the code structure and we absolutely should refactor it. I am looking into this further. > Support metric filters for flow runs > ------------------------------------ > > Key: YARN-5011 > URL: https://issues.apache.org/jira/browse/YARN-5011 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Affects Versions: YARN-2928 > Reporter: Varun Saxena > Assignee: Varun Saxena > Labels: yarn-2928-1st-milestone > Attachments: YARN-5011-YARN-2928.01.patch > > > Support metric filters for flow runs -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org