Repository: ambari Updated Branches: refs/heads/branch-2.5 63f175515 -> 894c39a42
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/894c39a4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/894c39a4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/894c39a4 Branch: refs/heads/branch-2.5 Commit: 894c39a42e09dda8aec8699d0582263ee2e34992 Parents: 63f1755 Author: Siddharth Wagle <[email protected]> Authored: Fri Jan 13 09:07:24 2017 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Fri Jan 13 09:07:24 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/894c39a4/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):
