You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/04/24 02:21:05 UTC

[23/45] ambari git commit: AMBARI-20803. Devdeploy: Logsearch service check fails (aonishuk)

AMBARI-20803. Devdeploy: Logsearch service check fails (aonishuk)


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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: aa3deac3bfd9ab98c7224025abfbade5bb459639
Parents: a630dd8
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Apr 20 16:20:45 2017 +0300
Committer: oleewere <ol...@gmail.com>
Committed: Fri Apr 21 13:29:22 2017 +0200

----------------------------------------------------------------------
 .../common-services/LOGSEARCH/0.5.0/package/scripts/params.py      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/aa3deac3/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py
index 7d4aefc..bfe0c0d 100644
--- a/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py
+++ b/ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/package/scripts/params.py
@@ -397,7 +397,7 @@ if 'infra-solr-env' in config['configurations'] and security_enabled and not log
 # Smoke command
 #####################################
 
-logsearch_server_hosts = default('/configurations/clusterHostInfo/logsearch_server_hosts', None)
+logsearch_server_hosts = default('/clusterHostInfo/logsearch_server_hosts', None)
 logsearch_server_host = ""
 if logsearch_server_hosts is not None and len(logsearch_server_hosts) > 0:
   logsearch_server_host = logsearch_server_hosts[0]