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 33A4E200B63 for ; Mon, 15 Aug 2016 23:38:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 32588160AB8; Mon, 15 Aug 2016 21:38:30 +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 835CD160A8A for ; Mon, 15 Aug 2016 23:38:29 +0200 (CEST) Received: (qmail 19750 invoked by uid 500); 15 Aug 2016 21:37:24 -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 19606 invoked by uid 99); 15 Aug 2016 21:37:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Aug 2016 21:37:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 85B832C02A9 for ; Mon, 15 Aug 2016 21:37:20 +0000 (UTC) Date: Mon, 15 Aug 2016 21:37:20 +0000 (UTC) From: "Vrushali C (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-5524) Yarn live log aggregation does not throw if command line arg is wrong MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 15 Aug 2016 21:38:30 -0000 [ https://issues.apache.org/jira/browse/YARN-5524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vrushali C updated YARN-5524: ----------------------------- Attachment: (was: YARN-5524.001.patch) > Yarn live log aggregation does not throw if command line arg is wrong > --------------------------------------------------------------------- > > Key: YARN-5524 > URL: https://issues.apache.org/jira/browse/YARN-5524 > Project: Hadoop YARN > Issue Type: Bug > Components: log-aggregation > Affects Versions: 2.9.0 > Reporter: Prasanth Jayachandran > Assignee: Vrushali C > > When we used wrong command line arg for specify log file pattern, yarn did not throw any exception instead it pulled entire log onto the client. > {code} > [hive@ctr-e20-1468887904486-0007-01-000003 ~]$ yarn logs -applicationId application_1470931023753_0001 -logFiles hive.*2016-08-11-21.* > logs > {code} > NOTE: we are using -logFiles instead of -log_files > This query should have failed. -- 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