Skip to content

Commit 4c5677a

Browse files
committed
Fix some scala style issues
1 parent 845cba1 commit 4c5677a

File tree

1 file changed

+5
-5
lines changed
  • resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest

1 file changed

+5
-5
lines changed

resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,12 @@ private[spark] object KubernetesSuite {
283283
val SPARK_PI_MAIN_CLASS: String = "org.apache.spark.examples.SparkPi"
284284
val SPARK_PAGE_RANK_MAIN_CLASS: String = "org.apache.spark.examples.SparkPageRank"
285285

286-
//val CONTAINER_LOCAL_FILE_DOWNLOAD_PATH = "/var/spark-data/spark-files"
286+
// val CONTAINER_LOCAL_FILE_DOWNLOAD_PATH = "/var/spark-data/spark-files"
287287

288-
//val REMOTE_PAGE_RANK_DATA_FILE =
289-
// "https://storage.googleapis.com/spark-k8s-integration-tests/files/pagerank_data.txt"
290-
//val CONTAINER_LOCAL_DOWNLOADED_PAGE_RANK_DATA_FILE =
291-
// s"$CONTAINER_LOCAL_FILE_DOWNLOAD_PATH/pagerank_data.txt"
288+
// val REMOTE_PAGE_RANK_DATA_FILE =
289+
// "https://storage.googleapis.com/spark-k8s-integration-tests/files/pagerank_data.txt"
290+
// val CONTAINER_LOCAL_DOWNLOADED_PAGE_RANK_DATA_FILE =
291+
// s"$CONTAINER_LOCAL_FILE_DOWNLOAD_PATH/pagerank_data.txt"
292292

293293
case object ShuffleNotReadyException extends Exception
294294
}

0 commit comments

Comments
 (0)