Avoid FileSystem.get(Configuration)
srowen opened this issue · comments
Sean Owen commented
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.