Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 291DE18304 for ; Fri, 3 Jul 2015 05:47:05 +0000 (UTC) Received: (qmail 52789 invoked by uid 500); 3 Jul 2015 05:47:04 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 52714 invoked by uid 500); 3 Jul 2015 05:47:04 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-dev@hadoop.apache.org Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 52432 invoked by uid 99); 3 Jul 2015 05:47:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2015 05:47:04 +0000 Date: Fri, 3 Jul 2015 05:47:04 +0000 (UTC) From: "Devaraj K (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-3883) YarnClient.getApplicationReport() doesn't not give diagnostics for the FINISHED state applications some times MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Devaraj K created YARN-3883: ------------------------------- Summary: YarnClient.getApplicationReport() doesn't not give diagnostics for the FINISHED state applications some times Key: YARN-3883 URL: https://issues.apache.org/jira/browse/YARN-3883 Project: Hadoop YARN Issue Type: Bug Components: resourcemanager Affects Versions: 2.7.0 Reporter: Devaraj K YarnClient.getApplicationReport() doesn't not give diagnostics for the FINISHED state applications some times Below one is the report from the YarnClient.getApplicationReport(), It doesn't show the diagnostics for the application which has FinalStatus as FAILED and YarnApplicationState as FINISHED. {code:xml} 15/07/03 15:53:27 INFO yarn.Client: client token: N/A diagnostics: N/A ApplicationMaster host: XX.XXX.XX.XX ApplicationMaster RPC port: 0 queue: default start time: 1435918986890 final status: FAILED tracking URL: http://stobdtserver2:8088/proxy/application_1435848120635_0015/ user: root {code} But we can see the Diagnostics information in the RM Web UI for the same application. {code:xml} YarnApplicationState: FINISHED Queue: default FinalStatus Reported by AM: FAILED Started: Fri Jul 03 15:53:06 +0530 2015 Elapsed: 20sec Tracking URL: History Log Aggregation Status DISABLED Diagnostics: User class threw exception: java.lang.NumberFormatException: For input string: "xxxxxxxxxx" {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)