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 47CC32009D9 for ; Thu, 19 May 2016 23:23:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 464D9160A00; Thu, 19 May 2016 21:23:14 +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 B49961609AE for ; Thu, 19 May 2016 23:23:13 +0200 (CEST) Received: (qmail 53450 invoked by uid 500); 19 May 2016 21:23:13 -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 53439 invoked by uid 99); 19 May 2016 21:23:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 21:23:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D1EDC2C14E1 for ; Thu, 19 May 2016 21:23:12 +0000 (UTC) Date: Thu, 19 May 2016 21:23:12 +0000 (UTC) From: "Jayush Luniya (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-15388) Custom services need a way to integrate in the upgrade process MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 19 May 2016 21:23:14 -0000 [ https://issues.apache.org/jira/browse/AMBARI-15388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15292169#comment-15292169 ] Jayush Luniya commented on AMBARI-15388: ---------------------------------------- Branch-2.4 commit cec0b24018517d47e686eba77156810c64cd89e3 Author: Jayush Luniya Date: Thu May 19 14:21:22 2016 -0700 AMBARI-15388 - Upgrade XML should be pushed down as much as possible to the services (Tim Thorpe via jluniya) > Custom services need a way to integrate in the upgrade process > -------------------------------------------------------------- > > Key: AMBARI-15388 > URL: https://issues.apache.org/jira/browse/AMBARI-15388 > Project: Ambari > Issue Type: Improvement > Components: ambari-server > Affects Versions: trunk > Reporter: Tim Thorpe > Assignee: Tim Thorpe > Fix For: trunk > > Attachments: AMBARI-15388 Design.pdf, AMBARI-15388.patch > > Original Estimate: 336h > Remaining Estimate: 336h > > Currently the upgrade is defined as a series of xml files specific to the current stack version and the target stack version. Each upgrade xml defines the overall sequence of the upgrade and what needs to be done for each service. Custom services need to be able to specify their upgrade process and how those steps fit into the upgrade process. -- This message was sent by Atlassian JIRA (v6.3.4#6332)