Repository: ambari Updated Branches: refs/heads/trunk 7ffa7e6b2 -> 3be3c2e13
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/3be3c2e1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3be3c2e1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3be3c2e1 Branch: refs/heads/trunk Commit: 3be3c2e13d32d0f51dce0cad4cd53528d226a659 Parents: 7ffa7e6 Author: Vitaly Brodetskyi <[email protected]> Authored: Tue Aug 23 10:41:12 2016 +0300 Committer: Vitaly Brodetskyi <[email protected]> Committed: Tue Aug 23 10:41:12 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/3be3c2e1/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 b039ca5..3c1a81c 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
