This is an automated email from the ASF dual-hosted git repository. jgolieb pushed a commit to branch branch-feature-AMBARI-14714-mpack-advisor in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 86ac4cd35f65c1103101a90b6d7cbc484df9accf Author: scottduan <[email protected]> AuthorDate: Thu May 31 14:49:17 2018 -0700 AMBARI-23993-2: Mpack Instance Manager should create pid dir and log dir for each instance: add get_log_dir and get_run_dir to import --- .../resource_management/libraries/functions/mpack_manager_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambari-common/src/main/python/resource_management/libraries/functions/mpack_manager_helper.py b/ambari-common/src/main/python/resource_management/libraries/functions/mpack_manager_helper.py index 1bae115..83bf635 100644 --- a/ambari-common/src/main/python/resource_management/libraries/functions/mpack_manager_helper.py +++ b/ambari-common/src/main/python/resource_management/libraries/functions/mpack_manager_helper.py @@ -20,7 +20,7 @@ Ambari Agent """ import os -from instance_manager import create_mpack, set_mpack_instance, get_conf_dir, list_instances +from instance_manager import create_mpack, set_mpack_instance, get_conf_dir, get_log_dir, get_run_dir, list_instances CONFIG_DIR_KEY_NAME = 'config_dir' LOG_DIR_KEY_NAME = 'log_dir' -- To stop receiving notification emails like this one, please contact [email protected].
