spark.getSparkFiles {SparkR} | R Documentation |
Get the absolute path of a file added through spark.addFile.
spark.getSparkFiles(fileName)
fileName |
The name of the file added through spark.addFile |
the absolute path of a file added through spark.addFile.
spark.getSparkFiles since 2.1.0
## Not run: spark.getSparkFiles("myfile") ## End(Not run)