You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/08/31 20:03:01 UTC

[jira] [Commented] (AMBARI-21866) ATS Applications Do Not Move From Active to Done After Upgrade

    [ https://issues.apache.org/jira/browse/AMBARI-21866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16149512#comment-16149512 ] 

Hudson commented on AMBARI-21866:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #1839 (See [https://builds.apache.org/job/Ambari-branch-2.5/1839/])
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=4f1dbbba7e989af7fd2e320994ddc094f7883ac6])
* (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:    <name>yarn.timeline-service.store-class</name>
> src/main/resources/stacks/BigInsights/4.2.5/services/YARN/configuration/yarn-site.xml:    <name>yarn.timeline-service.store-class</name>
> {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)