Skip to content

Commit

Permalink
Add implicit conversions to imports. (apache#374)
Browse files Browse the repository at this point in the history
Otherwise we can get a Scalastyle error when building from SBT.
  • Loading branch information
mccheah authored Jul 17, 2017
1 parent 0f4368f commit 8c35d81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import java.nio.charset.StandardCharsets
import com.google.common.io.{BaseEncoding, Files}
import io.fabric8.kubernetes.api.model.{ContainerBuilder, PodBuilder, Secret, SecretBuilder}
import scala.collection.JavaConverters._
import scala.language.implicitConversions

import org.apache.spark.SparkConf
import org.apache.spark.deploy.kubernetes.config._
Expand Down

0 comments on commit 8c35d81

Please sign in to comment.