Skip to content

Commit 1ee2e9a

Browse files
committed
refactor(tests): simplify Kerberos config file paths in test resources
- Updated `spark-bigdata-test-apache-hms-kerberos.toml` to use relative paths for `materialDirectory`, `localKrb5ConfPath`, and `localClientKeytabPath`.
1 parent 4d89541 commit 1ee2e9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

example/spark/src/test/resources/spark-bigdata-test-apache-hms-kerberos.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ materialTimeoutSeconds = 120
1111
adminAttempts = 120
1212
adminRetryDelaySeconds = 1
1313
debug = true
14-
materialDirectory = "/data/Git/bigdata-test/example/spark/build/bigdata-test/kerberos"
15-
localKrb5ConfPath = "/data/Git/bigdata-test/example/spark/build/bigdata-test/kerberos/krb5.conf"
16-
localClientKeytabPath = "/data/Git/bigdata-test/example/spark/build/bigdata-test/kerberos/app_user.keytab"
14+
materialDirectory = "build/bigdata-test/kerberos"
15+
localKrb5ConfPath = "build/bigdata-test/kerberos/krb5.conf"
16+
localClientKeytabPath = "build/bigdata-test/kerberos/app_user.keytab"
1717

1818
[ports]
1919
kafka = 19092

0 commit comments

Comments
 (0)