You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2017/01/25 14:47:27 UTC

ambari git commit: AMBARI-19708. Exception in agent logs (Dmytro Grinenko via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8642a4634 -> b60fabade


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/b60fabad
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b60fabad
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b60fabad

Branch: refs/heads/trunk
Commit: b60fabade46fc5f38c7a33a6ee0044ce1931756a
Parents: 8642a46
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Wed Jan 25 06:47:12 2017 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Wed Jan 25 06:47:12 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/b60fabad/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 86ecec6..93fa411 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
@@ -119,8 +119,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)