Skip to content

Commit

Permalink
Fix system property
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Oct 18, 2023
1 parent 41d079d commit 10926ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ tasks.withType(RestIntegTestTask).configureEach { testTask ->
if (disabledIntegTestTaskNames.contains(name) == false) {
nonInputProperties.systemProperty "test.krb5.principal.es", "elasticsearch@${realm}"
nonInputProperties.systemProperty "test.krb5.principal.hdfs", "hdfs/hdfs.build.elastic.co@${realm}"
nonInputProperties.systemProperty "Djava.security.krb5.conf", "${project.configurations.krb5Config.getSingleFile().getPath()}"
nonInputProperties.systemProperty "java.security.krb5.conf", "${project.configurations.krb5Config.getSingleFile().getPath()}"
nonInputProperties.systemProperty(
"test.krb5.keytab.hdfs",
new File(project.configurations.krb5Keytabs.singleFile, "hdfs_hdfs.build.elastic.co.keytab").getPath()
Expand Down

0 comments on commit 10926ae

Please sign in to comment.