SparkR (version 2.4.6)

spark.getSparkFilesRootDirectory: Get the root directory that contains files added through spark.addFile.

Description

Get the root directory that contains files added through spark.addFile.

Usage

spark.getSparkFilesRootDirectory()

Arguments

Value

the root directory that contains files added through spark.addFile

Examples

Run this code
# NOT RUN {
spark.getSparkFilesRootDirectory()
# }

Run the code above in your browser using DataCamp Workspace