Repository: ambari
Updated Branches:
  refs/heads/trunk b0634464e -> 27a376734


AMBARI-11491. Decommission of NM fails.(vbrodetskyi)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/27a37673
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/27a37673
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/27a37673

Branch: refs/heads/trunk
Commit: 27a376734fe95fb3055f5e21e00c071a00bc10ff
Parents: b063446
Author: Vitaly Brodetskyi <vbrodets...@hortonworks.com>
Authored: Thu May 28 19:54:23 2015 +0300
Committer: Vitaly Brodetskyi <vbrodets...@hortonworks.com>
Committed: Thu May 28 19:54:49 2015 +0300

----------------------------------------------------------------------
 .../YARN/2.1.0.2.0/package/scripts/resourcemanager.py               | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/27a37673/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py
 
b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py
index 456d7bf..4ddab8c 100644
--- 
a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py
+++ 
b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/resourcemanager.py
@@ -25,6 +25,7 @@ from resource_management.libraries.functions import 
conf_select
 from resource_management.libraries.functions import hdp_select
 from resource_management.libraries.functions.check_process_status import 
check_process_status
 from resource_management.libraries.functions.copy_tarball import copy_to_hdfs
+from resource_management.libraries.functions.format import format
 from resource_management.libraries.functions.version import compare_versions, 
format_hdp_stack_version
 from resource_management.libraries.functions.security_commons import 
build_expectations, \
   cached_kinit_executor, get_params_from_filesystem, 
validate_security_config_properties, \

Reply via email to