Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix import ordering
  • Loading branch information
mccheah committed Mar 17, 2017
commit 7a940276c89dcc688053a1e5e333dfb8834f14a2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import org.apache.commons.lang3.RandomStringUtils
import scala.collection.mutable
import scala.collection.mutable.ArrayBuffer

import org.apache.spark.{SSLOptions, SecurityManager, SparkConf, SparkException, SPARK_VERSION => sparkVersion}
import org.apache.spark.{SecurityManager, SPARK_VERSION => sparkVersion, SparkConf, SparkException, SSLOptions}
import org.apache.spark.deploy.SparkHadoopUtil
import org.apache.spark.deploy.kubernetes.config._
import org.apache.spark.deploy.rest._
Expand Down