Repository: ambari Updated Branches: refs/heads/trunk 8865d248e -> 60c96ae90
AMBARI-5509. "Check Falcon" failed after disable security without pre-configurated kerberos (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/60c96ae9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/60c96ae9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/60c96ae9 Branch: refs/heads/trunk Commit: 60c96ae90673fba0b346dad62735e5d0f08644da Parents: 8865d24 Author: Alex Antonenko <[email protected]> Authored: Fri Apr 18 18:13:31 2014 +0300 Committer: Alex Antonenko <[email protected]> Committed: Fri Apr 18 18:13:31 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/main/admin/security/disable.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/60c96ae9/ambari-web/app/controllers/main/admin/security/disable.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/security/disable.js b/ambari-web/app/controllers/main/admin/security/disable.js index 4bd4a86..436b416 100644 --- a/ambari-web/app/controllers/main/admin/security/disable.js +++ b/ambari-web/app/controllers/main/admin/security/disable.js @@ -34,7 +34,9 @@ App.MainAdminSecurityDisableController = App.MainAdminSecurityProgressController 'hbase.rpc.engine': 'org.apache.hadoop.hbase.ipc.WritableRpcEngine', 'hbase.security.authorization': 'false', 'zookeeper.znode.parent': '/hbase-unsecure', - 'hive.security.authorization.enabled': 'false' + 'hive.security.authorization.enabled': 'false', + '*.falcon.authentication.type': 'simple', + '*.falcon.http.authentication.type': 'simple' }, isSubmitDisabled: function () {
