This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 0c931a1  AMBARI-25168. Need to add stack feature constant for 
kafka-ranger-env.sh removal. (#2836)
0c931a1 is described below

commit 0c931a1874c7bee1137ebcffa07030e84e003d3e
Author: Vishal Suvagia <vishalsuva...@users.noreply.github.com>
AuthorDate: Thu Feb 28 12:46:37 2019 +0530

    AMBARI-25168. Need to add stack feature constant for kafka-ranger-env.sh 
removal. (#2836)
---
 .../src/main/python/resource_management/libraries/functions/constants.py | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
 
b/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
index ba179bc..82efddb 100644
--- 
a/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
+++ 
b/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
@@ -125,3 +125,4 @@ class StackFeature:
   MULTIPLE_ENV_SH_FILES_SUPPORT = "multiple_env_sh_files_support"
   AMS_LEGACY_HADOOP_SINK = "ams_legacy_hadoop_sink"
   RANGER_ALL_ADMIN_CHANGE_DEFAULT_PASSWORD = 
'ranger_all_admin_change_default_password'
+  KAFKA_ENV_INCLUDE_RANGER_SCRIPT='kafka_env_include_ranger_script'

Reply via email to