Skip to content
Closed
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 scala style.
  • Loading branch information
Sun Rui committed Jul 13, 2015
commit 1acefd182be04626c3badb3d3badfd6f61b310ae
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/api/r/RUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.apache.spark.SparkException

private[spark] object RUtils {
/**
* Get the SparkR package path in various deployment modes.
* Get the SparkR package path in various deployment modes.
*/
def sparkRPackagePath(driver: Boolean): String = {
val yarnMode = sys.env.get("SPARK_YARN_MODE")
Expand Down