Repository: ambari
Updated Branches:
  refs/heads/trunk 897b67a55 -> 2d4f7d4b8


AMBARI-7942. Hiveserver2 and Webhcat fails to start in secure cluster 
(alejandro)


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

Branch: refs/heads/trunk
Commit: 2d4f7d4b894209c51feec2160ed3d6bf1ac37080
Parents: 897b67a
Author: Alejandro Fernandez <[email protected]>
Authored: Thu Oct 23 17:12:30 2014 -0700
Committer: Alejandro Fernandez <[email protected]>
Committed: Thu Oct 23 17:26:36 2014 -0700

----------------------------------------------------------------------
 .../libraries/functions/dynamic_variable_interpretation.py         | 2 ++
 .../stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py      | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2d4f7d4b/ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py
----------------------------------------------------------------------
diff --git 
a/ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py
 
b/ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py
index 5112c45..97c9bf9 100644
--- 
a/ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py
+++ 
b/ambari-common/src/main/python/resource_management/libraries/functions/dynamic_variable_interpretation.py
@@ -24,8 +24,10 @@ import glob
 import re
 
 from resource_management.libraries.functions.default import default
+from resource_management.libraries.functions.format import format
 from resource_management.libraries.resources.copy_from_local import 
CopyFromLocal
 from resource_management.libraries.resources.execute_hadoop import 
ExecuteHadoop
+from resource_management.core.resources.system import Execute
 from resource_management.core.exceptions import Fail
 from resource_management.core.logger import Logger
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/2d4f7d4b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
index 4eeff8b..18b2651 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/webhcat.py
@@ -23,6 +23,7 @@ import os.path
 import glob
 
 from resource_management import *
+from resource_management.core.resources.system import Execute
 from resource_management.libraries.functions.version import compare_versions
 from resource_management.libraries.functions.dynamic_variable_interpretation 
import copy_tarballs_to_hdfs
 from resource_management.libraries.script.config_dictionary import 
MutableConfigDictionary

Reply via email to