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 502B8200CE6 for ; Thu, 31 Aug 2017 22:08:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4EAE416BDC6; Thu, 31 Aug 2017 20:08:05 +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 A079916BDC2 for ; Thu, 31 Aug 2017 22:08:04 +0200 (CEST) Received: (qmail 38804 invoked by uid 500); 31 Aug 2017 20:08:03 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 38735 invoked by uid 99); 31 Aug 2017 20:08:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Aug 2017 20:08:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4512EC3593 for ; Thu, 31 Aug 2017 20:08:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id D5aAboQf_5pY for ; Thu, 31 Aug 2017 20:08:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 91A6461269 for ; Thu, 31 Aug 2017 20:08:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 170CAE0E4E for ; Thu, 31 Aug 2017 20:08:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 76CBA2415D for ; Thu, 31 Aug 2017 20:08:00 +0000 (UTC) Date: Thu, 31 Aug 2017 20:08:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-21866) ATS Applications Do Not Move From Active to Done After Upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 31 Aug 2017 20:08:05 -0000 [ https://issues.apache.org/jira/browse/AMBARI-21866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16149520#comment-16149520 ] Hudson commented on AMBARI-21866: --------------------------------- FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #98 (See [https://builds.apache.org/job/Ambari-branch-2.6/98/]) AMBARI-21866 - ATS Applications Do Not Move From Active to Done After (jhurley: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=83ea318234bd5d609b72cb62d3db42d2c9345aaa]) * (edit) ambari-server/src/main/resources/stacks/BigInsights/4.2/services/YARN/configuration/yarn-site.xml > ATS Applications Do Not Move From Active to Done After Upgrade > -------------------------------------------------------------- > > Key: AMBARI-21866 > URL: https://issues.apache.org/jira/browse/AMBARI-21866 > Project: Ambari > Issue Type: Bug > Affects Versions: 2.6.0 > Reporter: Jonathan Hurley > Assignee: Jonathan Hurley > Fix For: 2.6.0 > > Attachments: AMBARI-21866.patch > > > When running Tez jobs, it was noticed that after killing the applications, ATS would never move them from the active directory to the done directory. The YARN folks deep some technical investigation and determined that the reason for this was a combination of ATS 1.0 and 1.5 configurations co-existing after upgrading from BigInsights to HDP. > The upgrade auto-merge should have taken care of this for us, but it seems that 1 property was missing from the default stack BI 4.2 (even though it gets added on install through the UI). > {code} > grep -r --include "*.xml" "yarn.timeline-service.store-class" src/main/resources/stacks/BigInsights > src/main/resources/stacks/BigInsights/4.0/services/YARN/configuration/yarn-site.xml: yarn.timeline-service.store-class > src/main/resources/stacks/BigInsights/4.2.5/services/YARN/configuration/yarn-site.xml: yarn.timeline-service.store-class > {code} > BI 4.2.0 doesn't have this property, which causes the merge to fail. It doesn't inherit it from BI 4.0 either. -- This message was sent by Atlassian JIRA (v6.4.14#64029)