This is an automated email from the ASF dual-hosted git repository.

swapan pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    from e175b93  AMBARI-24722. Failed to force_non_member_install a stack 
version on hosts. (#2415)
     add e02749c  AMBARI-24712. Backport Execution Command Library from branch 
'branch-feature-AMBARI-14714' to Ambari 2.8.0
     add 21b0549  AMBARI-24712. Updated cluster_settings.py fns if-else 
structure.
     new afabe00  AMBARI-24712. Backport Execution Command Library from branch 
'branch-feature-AMBARI-14714' to Ambari 2.8.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../resource_management/libraries/__init__.py      |   1 +
 .../libraries/execution_command}/__init__.py       |   0
 .../execution_command/cluster_settings.py          | 158 +++++++
 .../execution_command/execution_command.py         | 462 +++++++++++++++++++
 .../libraries/execution_command/module_configs.py  |  80 ++++
 .../libraries/execution_command/stack_settings.py  | 110 +++++
 .../libraries/functions/expect.py                  |  40 +-
 .../resource_management/libraries/script/script.py |  47 ++
 .../src/test/python/TestExecutionCommand.py        | 292 ++++++++++++
 .../test/python/TestExecutionCommand_command.json  | 497 +++++++++++++++++++++
 ambari-server/src/test/python/unitTests.py         |   4 +-
 11 files changed, 1687 insertions(+), 4 deletions(-)
 copy 
{contrib/management-packs/odpi-ambari-mpack/src/main/resources/stacks/ODPi/2.0/services/HIVE/package/scripts
 => 
ambari-common/src/main/python/resource_management/libraries/execution_command}/__init__.py
 (100%)
 mode change 100755 => 100644
 create mode 100644 
ambari-common/src/main/python/resource_management/libraries/execution_command/cluster_settings.py
 create mode 100644 
ambari-common/src/main/python/resource_management/libraries/execution_command/execution_command.py
 create mode 100644 
ambari-common/src/main/python/resource_management/libraries/execution_command/module_configs.py
 create mode 100644 
ambari-common/src/main/python/resource_management/libraries/execution_command/stack_settings.py
 create mode 100644 ambari-server/src/test/python/TestExecutionCommand.py
 create mode 100644 
ambari-server/src/test/python/TestExecutionCommand_command.json

Reply via email to