Missing SparkFiles.get implementation?
I may be missing something, but I couldn't find the implementation for SparkFiles.get().
This method is needed to retrieve files pushed via SparkContext.AddFile()
@assafi Mobius does not have that API. It should be easy to add that if you really need it. Please share your scenario if you can. Also, consider contributing by adding SparkFiles API to Mobius.
The scenario is quite simple actually. We have some .dll and other config/data files that needs to be on the mapping worker. It is possible to add them using sc.AddFile() but retrieving them idiomatically is done using SparkFiles.get()
Looks like it should be straightforward to add this to Mobius