Skip to content

Commit c9dbf3e

Browse files
committed
feat(hdfs): enable Kerberos authentication for HDFS services in test configuration
- Updated `spring-bigdata-test.toml` to set `kerberos` and `hdfsKerberos` to `true` for enabling HDFS Kerberos authentication.
1 parent 67679a8 commit c9dbf3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/spring-gradle-plugin/src/main/resources/spring-bigdata-test.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[services]
2-
kerberos = false
3-
hdfsKerberos = false
2+
kerberos = true
3+
hdfsKerberos = true
44
hdfs = true
55
hiveMetastore = false
66
clouderaHms = true

0 commit comments

Comments
 (0)