You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaSparkContext.addFile seems to be a runtime version of --files. According to this documentation it is used in concert with SparkFIles.get() on the node to lookup the downloaded file location.
It may be possible to persist these files (and those passed with --files) by setting 'spark.yarn.preserve.staging.files true`.
We should investigate incorporating calls to these methods as a way of sharing small-medium sized inputs.
The text was updated successfully, but these errors were encountered:
JavaSparkContext.addFile
seems to be a runtime version of --files. According to this documentation it is used in concert withSparkFIles.get()
on the node to lookup the downloaded file location.It may be possible to persist these files (and those passed with
--files
) by setting 'spark.yarn.preserve.staging.files true`.We should investigate incorporating calls to these methods as a way of sharing small-medium sized inputs.
The text was updated successfully, but these errors were encountered: