Repository: ambari Updated Branches: refs/heads/trunk 3283d9f20 -> 8c319269a
AMBARI-19534. Hive Metastore process cannot be determined to be up and listening on the network. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8c319269 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8c319269 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8c319269 Branch: refs/heads/trunk Commit: 8c319269a5835c731bda182264688a7b670d3134 Parents: 3283d9f Author: Siddharth Wagle <[email protected]> Authored: Fri Jan 13 09:07:56 2017 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Fri Jan 13 09:07:56 2017 -0800 ---------------------------------------------------------------------- .../HIVE/0.12.0.2.0/package/alerts/alert_hive_metastore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8c319269/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_metastore.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_metastore.py b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_metastore.py index 0873730..32df7d3 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_metastore.py +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/alerts/alert_hive_metastore.py @@ -176,7 +176,7 @@ def execute(configurations={}, parameters={}, host_name=None): if STACK_ROOT in configurations: - hive_conf_dir = configurations[STACK_ROOT] + format("/current/hive-metastore/conf/conf.server") + hive_conf_dir = configurations[STACK_ROOT] + format("/current/hive-metastore/conf") hive_bin_dir = configurations[STACK_ROOT] + format("/current/hive-metastore/bin") if os.path.exists(hive_conf_dir):
