[
https://issues.apache.org/jira/browse/AMBARI-4259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Onischuk updated AMBARI-4259:
------------------------------------
Description:
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 cannot be set
defaultly (like hosts):
{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
was:
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
> 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 cannot
> be set defaultly (like hosts):
> {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)