Closed srowen closed 7 years ago
SaveToHDFSFunction has an instance where a Hadoop FileSystem is obtained not for a path but according to the default Hadoop config. This is a problem when reading from S3, for example. It should simply respect the scheme from the path.
SaveToHDFSFunction
FileSystem
SaveToHDFSFunction
has an instance where a HadoopFileSystem
is obtained not for a path but according to the default Hadoop config. This is a problem when reading from S3, for example. It should simply respect the scheme from the path.