Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A0EB18512 for ; Sat, 19 Dec 2015 00:59:47 +0000 (UTC) Received: (qmail 55384 invoked by uid 500); 19 Dec 2015 00:59:47 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 55290 invoked by uid 500); 19 Dec 2015 00:59:46 -0000 Mailing-List: contact dev-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 dev@ambari.apache.org Received: (qmail 55252 invoked by uid 99); 19 Dec 2015 00:59:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Dec 2015 00:59:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C14242C1F71 for ; Sat, 19 Dec 2015 00:59:46 +0000 (UTC) Date: Sat, 19 Dec 2015 00:59:46 +0000 (UTC) From: "Juanjo Marron (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-13364) Parameterize stack information used by common services MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-13364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065101#comment-15065101 ] Juanjo Marron commented on AMBARI-13364: ---------------------------------------- Creating subtasks to do one service at a time with no impact to other services. Tokens such as: stack version, current version, upgrade version, stack name, stack directory, variables names... will be parameterized and distro-agnostic at service definition level. Renaming generic functions or script names such as: format_hdp_stack_version, is_hdp_stack_greater_or_equal and hdp_select would affect to all the services in common-services, so they will be renamed at the end once all services are paremeterized. > Parameterize stack information used by common services > ------------------------------------------------------- > > Key: AMBARI-13364 > URL: https://issues.apache.org/jira/browse/AMBARI-13364 > Project: Ambari > Issue Type: Story > Components: ambari-server > Reporter: Tuong Truong > Assignee: Juanjo Marron > Attachments: AMBARI-13364 Parameterize stack information used by common services.pdf, AMBARI-13364.patch > > > This feature will add a basic framework to remove hardcoded stack information out of the common services and use parameter to get access to stack information. Currently, the common services hardcoded much information specific to Hortonworks' HDP stack including name (HDP), specific versions (2.0, 2.1, 2.2), and install location. This feature will propose a way of configuration these information and parameterize them into the services for reference as require. -- This message was sent by Atlassian JIRA (v6.3.4#6332)