We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39151b commit 3ec79b7Copy full SHA for 3ec79b7
core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
@@ -735,7 +735,7 @@ private[deploy] object SparkSubmitUtils {
735
}
736
737
/** Path of the local Maven cache. */
738
- def m2Path: JavaPath = new File(System.getProperty("user.home"),
+ private[spark] def m2Path: JavaPath = new File(System.getProperty("user.home"),
739
".m2" + File.separator + "repository" + File.separator).toPath
740
741
/**
0 commit comments