Closed etorreborre closed 11 years ago
I changed the initial proposal so that the published version is:
val list = fromTextFile(Seq("missing"), check = Source.noInputCheck)
// or
val list = fromTextFile(Seq("missing"), check = (paths: Seq[Path], sc: ScoobiConfiguration) => ???)
The ScoobiConfiguration
object is passed in order to access the FileSystem object:
sc.fileSystem
Something like: