Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 f03fed539 -> cf8efb311


AMBARI-19708. Exception in agent logs (Dmytro Grinenko via smohanty)


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

Branch: refs/heads/branch-2.5
Commit: cf8efb31163af2845121935bad853fd647bc61d5
Parents: f03fed5
Author: Sumit Mohanty <[email protected]>
Authored: Wed Jan 25 06:47:12 2017 -0800
Committer: Sumit Mohanty <[email protected]>
Committed: Wed Jan 25 06:49:42 2017 -0800

----------------------------------------------------------------------
 .../HIVE/0.12.0.2.0/package/scripts/webhcat_server.py              | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cf8efb31/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/webhcat_server.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/webhcat_server.py
 
b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/webhcat_server.py
index 34687c4..ca3b14d 100644
--- 
a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/webhcat_server.py
+++ 
b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/webhcat_server.py
@@ -118,8 +118,6 @@ class WebHCatServerDefault(WebHCatServer):
       )
 
       security_params = {}
-      
security_params.update(get_params_from_filesystem(status_params.hive_conf_dir,
-                                                        {'hive-site.xml': 
FILE_TYPE_XML}))
       
security_params.update(get_params_from_filesystem(status_params.webhcat_conf_dir,
                                                         {'webhcat-site.xml': 
FILE_TYPE_XML}))
       result_issues = validate_security_config_properties(security_params, 
expectations)

Reply via email to