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

[30/50] [abbrv] 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/abe5e556
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/abe5e556
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/abe5e556

Branch: refs/heads/branch-3.0-perf
Commit: abe5e5565387e0d1e86e879ff15c7b6f7c94bc37
Parents: 2c55224
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Apr 20 16:20:45 2017 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon Apr 24 14:59:56 2017 +0300

----------------------------------------------------------------------
 .../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/abe5e556/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]