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 ACACA200B58 for ; Wed, 27 Jul 2016 22:54:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ABA22160A6F; Wed, 27 Jul 2016 20:54: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 325AC160AA9 for ; Wed, 27 Jul 2016 22:54:22 +0200 (CEST) Received: (qmail 93823 invoked by uid 500); 27 Jul 2016 20:54: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 93648 invoked by uid 99); 27 Jul 2016 20:54:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2016 20:54:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 878592C0D61 for ; Wed, 27 Jul 2016 20:54:20 +0000 (UTC) Date: Wed, 27 Jul 2016 20:54:20 +0000 (UTC) From: "Xuan Gong (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-5440) Use AHSClient in YarnClient when TimelineServer is running MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 27 Jul 2016 20:54:22 -0000 Xuan Gong created YARN-5440: ------------------------------- Summary: Use AHSClient in YarnClient when TimelineServer is running Key: YARN-5440 URL: https://issues.apache.org/jira/browse/YARN-5440 Project: Hadoop YARN Issue Type: Bug Reporter: Xuan Gong In YarnClient, depends on whether we enable yarn.timeline-service.generic-application-history.enabled, the AHSClient will not be used. But the AHSClientService is enabled by default when we start the TimelineServer which means we are able to get history information for applications/applicationAttempts/containers by using ahsClient when the TimelineServer is running. So, we do not have to reply on this deprecated configuration to get history information by using YarnClient. -- 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