Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit e539922

Browse files
committed
revert back to previous lower case in dockerfile
1 parent 0b9210c commit e539922

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ private[spark] object KubernetesSuite {
466466
val PYSPARK_SORT_CONTAINER_LOCAL_FILE_LOCATION =
467467
"local:///opt/spark/examples/src/main/python/sort.py"
468468
val SPARK_R_DATAFRAME_SUBMITTER_FILE_LOCATION =
469-
"local:///opt/spark/examples/src/main/R/dataframe.R"
469+
"local:///opt/spark/examples/src/main/r/dataframe.R"
470470
val SPARK_R_DATAFRAME_CONTAINER_LOCAL_FILE_LOCATION =
471471
"src/test/R/dataframe.R"
472472
val PYSPARK_PI_SUBMITTER_LOCAL_FILE_LOCATION = "src/test/python/pi.py"

0 commit comments

Comments
 (0)