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/0dd27e77 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0dd27e77 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0dd27e77 Branch: refs/heads/AMBARI-2.4.0.2 Commit: 0dd27e775c3870304a0a19d6563d9b44d940f554 Parents: 8558721 Author: Vitaly Brodetskyi <[email protected]> Authored: Tue Aug 23 10:44:17 2016 +0300 Committer: Vitaly Brodetskyi <[email protected]> Committed: Tue Aug 23 10:44:17 2016 +0300 ---------------------------------------------------------------------- .../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/0dd27e77/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
