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 CE0ED10E9D for ; Fri, 10 Jan 2014 14:15:42 +0000 (UTC) Received: (qmail 66060 invoked by uid 500); 10 Jan 2014 14:10:15 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 65952 invoked by uid 500); 10 Jan 2014 14:10:04 -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 65801 invoked by uid 99); 10 Jan 2014 14:09:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 14:09:50 +0000 Date: Fri, 10 Jan 2014 14:09:50 +0000 (UTC) From: "Andrew Onischuk (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-4259) Create curl script for testing Storm and Falcon 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-4259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk updated AMBARI-4259: ------------------------------------ Attachment: AMBARI-4259.patch > Create curl script for testing Storm and Falcon > ----------------------------------------------- > > Key: AMBARI-4259 > URL: https://issues.apache.org/jira/browse/AMBARI-4259 > Project: Ambari > Issue Type: Bug > Reporter: Andrew Onischuk > Assignee: Andrew Onischuk > Fix For: 1.5.0 > > Attachments: AMBARI-4259.patch > > > This script will be used for testing Falcon and Storm until UI changes are done: > It solves this problems: > 1. Parses and merges the configurations of the chosen service (like new storm-site or additions to global etc.) with the existing one. (this should be done by UI later) > 2. Has a configurable list of configs which will be changed before installing. This will help to solve problems with configurations which can be set defaultly: > {code} > CONFIGS_TO_CHANGE = { > "storm-site":{ > "zookeep.hosts":"dev01.hortonworks.com dev02.hortonworks.com dev03.hortonworks.com > # ... > }, > # ... > } > {code} > 3. Add service and component via API -- This message was sent by Atlassian JIRA (v6.1.5#6160)