Skip to content
Closed
Prev Previous commit
Next Next commit
remove unnessesary UUID import in KubernetesUtils.scala
  • Loading branch information
suxingfate committed Dec 15, 2018
commit db3fcebd25b803e7b4358201997ecc3f995642b1
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
package org.apache.spark.deploy.k8s

import java.io.File
import java.util.UUID

import scala.collection.JavaConverters._

import io.fabric8.kubernetes.api.model.{Container, ContainerBuilder, ContainerStateRunning, ContainerStateTerminated, ContainerStateWaiting, ContainerStatus, Pod, PodBuilder}
import io.fabric8.kubernetes.client.KubernetesClient

import org.apache.spark.{SparkConf, SparkException}
import org.apache.spark.internal.Logging
import org.apache.spark.util.Utils
Expand Down