-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60744/
-----------------------------------------------------------
(Updated July 10, 2017, 2:27 p.m.)
Review request for Ambari, Attila Doroszlai, Andrew Onischuk, Oliver Szabo, and
Robert Nettleton.
Changes
-------
added documentation
removed get_ambari_version_server, it can be obtained like this:
>>> from ambari_server.serverConfiguration import get_ambari_properties,
>>> get_ambari_version
>>> p = get_ambari_properties()
>>> get_ambari_version(p)
Bugs: AMBARI-21435
https://issues.apache.org/jira/browse/AMBARI-21435
Repository: ambari
Description
-------
In the mpacks we may want to know the version of Ambari, for example the Log
Search handles it's configuration in different ways depending on it's version
Diffs (updated)
-----
ambari-common/src/main/python/ambari_commons/get_ambari_version.py
PRE-CREATION
Diff: https://reviews.apache.org/r/60744/diff/3/
Changes: https://reviews.apache.org/r/60744/diff/2-3/
Testing
-------
Tested on local cluster
Thanks,
Miklos Gergely