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 0aa1e97 commit 1acefd1Copy full SHA for 1acefd1
core/src/main/scala/org/apache/spark/api/r/RUtils.scala
@@ -23,7 +23,7 @@ import org.apache.spark.SparkException
23
24
private[spark] object RUtils {
25
/**
26
- * Get the SparkR package path in various deployment modes.
+ * Get the SparkR package path in various deployment modes.
27
*/
28
def sparkRPackagePath(driver: Boolean): String = {
29
val yarnMode = sys.env.get("SPARK_YARN_MODE")
0 commit comments