Repository: ambari Updated Branches: refs/heads/trunk 360662ed6 -> ca61dc91a
AMBARI-5198. Pre Existing alternatives can cause deployment issues when a cluster had hadoop installed.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ca61dc91 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ca61dc91 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ca61dc91 Branch: refs/heads/trunk Commit: ca61dc91a1f10b001f6e337b92828b60c957f895 Parents: 360662e Author: Vitaly Brodetskyi <[email protected]> Authored: Tue Mar 25 14:30:14 2014 +0200 Committer: Vitaly Brodetskyi <[email protected]> Committed: Tue Mar 25 14:30:31 2014 +0200 ---------------------------------------------------------------------- ambari-agent/src/main/python/ambari_agent/HostInfo.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ca61dc91/ambari-agent/src/main/python/ambari_agent/HostInfo.py ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/python/ambari_agent/HostInfo.py b/ambari-agent/src/main/python/ambari_agent/HostInfo.py index 0b670b1..81cf29a 100644 --- a/ambari-agent/src/main/python/ambari_agent/HostInfo.py +++ b/ambari-agent/src/main/python/ambari_agent/HostInfo.py @@ -41,9 +41,9 @@ class HostInfo: DEFAULT_PROJECT_NAMES = [ "hadoop*", "hadoop", "hbase", "hcatalog", "hive", "ganglia", "nagios", "oozie", "sqoop", "hue", "zookeeper", "mapred", "hdfs", "flume", - "ambari_qa", "hadoop_deploy", "rrdcached", "hcat", "ambari-qa", - "sqoop-ambari-qa", "sqoop-ambari_qa", "webhcat", "hadoop-hdfs", "hadoop-yarn", - "hadoop-mapreduce" + "storm", "hive-hcatalog", "tez", "falcon", "ambari_qa", "hadoop_deploy", + "rrdcached", "hcat", "ambari-qa", "sqoop-ambari-qa", "sqoop-ambari_qa", + "webhcat", "hadoop-hdfs", "hadoop-yarn", "hadoop-mapreduce" ] # List of live services checked for on the host, takes a map of plan strings
