Skip to content

Commit 6a6d9db

Browse files
WillDysonWilliam Dyson
andauthored
removed the autoconfigured Kerberos configs for CORE_SETTINGS and modified the data context creation script to only attempt the creation when HDFS is present (#41)
Signed-off-by: William Dyson <[email protected]> Co-authored-by: William Dyson <[email protected]>
1 parent 2612986 commit 6a6d9db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

roles/config/cluster/base/templates/configs/kerberos-6.x-7.x.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
CORE_SETTINGS:
33
SERVICEWIDE:
44
hadoop_secure_web_ui: true
5-
hadoop_security_authentication: kerberos
6-
hadoop_security_authorization: true
75
HBASE:
86
SERVICEWIDE:
97
hbase_restserver_security_authentication: kerberos

roles/deployment/cluster/tasks/create_data_context.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
- "'already exists' not in result.json.message | default('')"
2929
when:
3030
- cluster.data_contexts is iterable
31+
- "'HDFS' in cluster.services"

0 commit comments

Comments
 (0)