You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2019/02/28 07:27:39 UTC

[ambari] branch trunk updated: AMBARI-25168. Need to add stack feature constant for kafka-ranger-env.sh removal (#2835)

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

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


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

commit 5f86977297dfe7a17cc64c7bfacd7fa3d5725b4e
Author: Vishal Suvagia <vi...@users.noreply.github.com>
AuthorDate: Thu Feb 28 12:57:34 2019 +0530

    AMBARI-25168. Need to add stack feature constant for kafka-ranger-env.sh removal (#2835)
---
 .../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'