Sends a list of files to executors.
Sends a list of files to executors. The files are NOT validated, since they can be everywhere (i.e. local FSs, HDFS, network, etc), thus, it is important that the caller makes sure they exist and are reacheable.
List of absolute file paths.
Running SparkSession instance.
This class sends files, through SparkContext, to be downloaded and used by executors.