[KYUUBI #7041][FOLLOWUP] Fix build for SparkOnKubernetesTestsSuite
### Why are the changes needed?
Fix build issue after #7041
### How was this patch tested?
GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #7042 from turboFei/fix_build.
Closes #7041
d026bf554 [Wang, Fei] fix build
Authored-by: Wang, Fei <fwang12@ebay.com>
Signed-off-by: Wang, Fei <fwang12@ebay.com>
(cherry picked from commit 9e8bdf51a2)
Signed-off-by: Wang, Fei <fwang12@ebay.com>
This commit is contained in:
parent
857d04ff66
commit
73ed0336ef
@ -139,7 +139,7 @@ class KyuubiOperationKubernetesClusterClientModeSuite
|
||||
extends SparkClientModeOnKubernetesSuiteBase {
|
||||
private lazy val k8sOperation: KubernetesApplicationOperation = {
|
||||
val operation = new KubernetesApplicationOperation
|
||||
operation.initialize(conf)
|
||||
operation.initialize(conf, None)
|
||||
operation
|
||||
}
|
||||
|
||||
@ -188,7 +188,7 @@ class KyuubiOperationKubernetesClusterClusterModeSuite
|
||||
extends SparkClusterModeOnKubernetesSuiteBase {
|
||||
private lazy val k8sOperation: KubernetesApplicationOperation = {
|
||||
val operation = new KubernetesApplicationOperation
|
||||
operation.initialize(conf)
|
||||
operation.initialize(conf, None)
|
||||
operation
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user