AMBARI-18233. Additional fix.Check Atlas work when Ranger installed.(vbrodetskyi)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5d8ae620 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5d8ae620 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5d8ae620 Branch: refs/heads/branch-2.4 Commit: 5d8ae6207154704ad5873c271dfd1a69b0cafef6 Parents: dd22555 Author: Vitaly Brodetskyi <[email protected]> Authored: Tue Aug 23 10:41:12 2016 +0300 Committer: Sumit Mohanty <[email protected]> Committed: Mon Aug 29 18:23:36 2016 -0700 ---------------------------------------------------------------------- .../common-services/ATLAS/0.1.0.2.3/package/scripts/params.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5d8ae620/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py index 95f63bc..028a828 100644 --- a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py +++ b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py @@ -238,6 +238,7 @@ atlas_audit_hbase_tablename = default('/configurations/application-properties/at hbase_user_keytab = default('/configurations/hbase-env/hbase_user_keytab', None) hbase_principal_name = default('/configurations/hbase-env/hbase_principal_name', None) +enable_ranger_hbase = False if has_ranger_admin and stack_supports_atlas_ranger_plugin: # for create_hdfs_directory
