Yanbo Liang created SPARK-19925:
-----------------------------------
Summary: SparkR spark.getSparkFiles fails in executor
Key: SPARK-19925
URL: https://issues.apache.org/jira/browse/SPARK-19925
Project: Spark
Issue Type: Bug
Components: SparkR
Affects Versions: 2.1.0
Reporter: Yanbo Liang
Priority: Critical
{{code}}
spark.addFile("./README.md")
seq <- seq(from = 1, to = 10, length.out = 5)
train <- function(seq) {
path <- spark.getSparkFiles("README.md")
print(path)
}
spark.lapply(seq, train)
{{code}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]