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 8FF3A200B3C for ; Wed, 13 Jul 2016 20:06:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8E5C3160A62; Wed, 13 Jul 2016 18:06: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 DB5E9160A6A for ; Wed, 13 Jul 2016 20:06:21 +0200 (CEST) Received: (qmail 78989 invoked by uid 500); 13 Jul 2016 18:06:20 -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 78966 invoked by uid 99); 13 Jul 2016 18:06:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 18:06:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 98A1A2C02A5 for ; Wed, 13 Jul 2016 18:06:20 +0000 (UTC) Date: Wed, 13 Jul 2016 18:06:20 +0000 (UTC) From: "Vinod Kumar Vavilapalli (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-5363) For AM containers, or for containers of running-apps, "yarn logs" incorrectly only (tries to) shows syslog file-type by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 13 Jul 2016 18:06:22 -0000 [ https://issues.apache.org/jira/browse/YARN-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli updated YARN-5363: ------------------------------------------ Attachment: YARN-5363-2016-07-13.txt Updated patch against the latest trunk. > For AM containers, or for containers of running-apps, "yarn logs" incorrectly only (tries to) shows syslog file-type by default > ------------------------------------------------------------------------------------------------------------------------------- > > Key: YARN-5363 > URL: https://issues.apache.org/jira/browse/YARN-5363 > Project: Hadoop YARN > Issue Type: Sub-task > Components: log-aggregation > Reporter: Vinod Kumar Vavilapalli > Assignee: Vinod Kumar Vavilapalli > Attachments: YARN-5363-2016-07-12.txt, YARN-5363-2016-07-13.txt > > > For e.g, for a running application, the following happens: > {code} > # yarn logs -applicationId application_1467838922593_0001 > 16/07/06 22:07:05 INFO impl.TimelineClientImpl: Timeline service address: http://:8188/ws/v1/timeline/ > 16/07/06 22:07:06 INFO client.RMProxy: Connecting to ResourceManager at /:8050 > 16/07/06 22:07:07 INFO impl.TimelineClientImpl: Timeline service address: http://l:8188/ws/v1/timeline/ > 16/07/06 22:07:07 INFO client.RMProxy: Connecting to ResourceManager at /:8050 > Can not find any log file matching the pattern: [syslog] for the container: container_e03_1467838922593_0001_01_000001 within the application: application_1467838922593_0001 > Can not find any log file matching the pattern: [syslog] for the container: container_e03_1467838922593_0001_01_000002 within the application: application_1467838922593_0001 > Can not find any log file matching the pattern: [syslog] for the container: container_e03_1467838922593_0001_01_000003 within the application: application_1467838922593_0001 > Can not find any log file matching the pattern: [syslog] for the container: container_e03_1467838922593_0001_01_000004 within the application: application_1467838922593_0001 > Can not find any log file matching the pattern: [syslog] for the container: container_e03_1467838922593_0001_01_000005 within the application: application_1467838922593_0001 > Can not find any log file matching the pattern: [syslog] for the container: container_e03_1467838922593_0001_01_000006 within the application: application_1467838922593_0001 > Can not find any log file matching the pattern: [syslog] for the container: container_e03_1467838922593_0001_01_000007 within the application: application_1467838922593_0001 > Can not find the logs for the application: application_1467838922593_0001 with the appOwner: > {code} -- 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