Browse Source

AMBARI-6590. Falcon, Storm and Tez services users are left after Host Cleanup (dlysnichenko)

Lisnichenko Dmitro 11 years ago
parent
commit
86878cdac9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-agent/src/main/python/ambari_agent/HostInfo.py

+ 1 - 1
ambari-agent/src/main/python/ambari_agent/HostInfo.py

@@ -69,7 +69,7 @@ class HostInfo:
   DEFAULT_USERS = [
   DEFAULT_USERS = [
     "nagios", "hive", "ambari-qa", "oozie", "hbase", "hcat", "mapred",
     "nagios", "hive", "ambari-qa", "oozie", "hbase", "hcat", "mapred",
     "hdfs", "rrdcached", "zookeeper", "flume", "sqoop", "sqoop2",
     "hdfs", "rrdcached", "zookeeper", "flume", "sqoop", "sqoop2",
-    "hue", "yarn"
+    "hue", "yarn", "tez", "storm", "falcon"
   ]
   ]
 
 
   # Filters used to identify processed
   # Filters used to identify processed