You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/01/10 15:09:50 UTC

[jira] [Updated] (AMBARI-4259) Create curl script for testing Storm and Falcon

     [ 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)