Github user liyinan926 commented on a diff in the pull request:
https://github.com/apache/spark/pull/21884#discussion_r206948155
--- Diff:
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/features/BasicDriverFeatureStepSuite.scala
---
@@ -203,4 +212,12 @@ class BasicDriverFeatureStepSuite extends
SparkFunSuite {
"spark.files" ->
"https://localhost:9000/file1.txt,/opt/spark/file2.txt")
assert(additionalProperties === expectedSparkConf)
}
+
+ def containerPort(name: String, portNumber: Int): ContainerPort = {
+ val port = new ContainerPort()
+ port.setName(name)
--- End diff --
Looks like the indention here is incorrect.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]