Github user mccheah commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21884#discussion_r206999720
  
    --- 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()
    --- End diff --
    
    Use `ContainerPortBuilder`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to