[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>
This commit is contained in:
parent
ee677a6feb
commit
9e8bdf51a2
@ -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