[GitHub] spark pull request #15131: [SPARK-17577][SparkR] SparkR support add files to...

2016-09-18 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/15131#discussion_r79298408 --- Diff: R/pkg/R/context.R --- @@ -225,6 +225,37 @@ setCheckpointDir <- function(sc, dirName) { invisible(callJMethod(sc, "setCheckpointDir",

[GitHub] spark pull request #15131: [SPARK-17577][SparkR] SparkR support add files to...

2016-09-18 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/15131#discussion_r79298358 --- Diff: R/pkg/R/context.R --- @@ -225,6 +225,37 @@ setCheckpointDir <- function(sc, dirName) { invisible(callJMethod(sc, "setCheckpointDir",

[GitHub] spark pull request #15131: [SPARK-17577][SparkR] SparkR support add files to...

2016-09-17 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/15131 [SPARK-17577][SparkR] SparkR support add files to Spark job and get by executors ## What changes were proposed in this pull request? Scala/Python users can add files to Spark job by submit