Closed
Description
It's pretty common for people to try to pass S3 URIs to MRJobs run in local/inline mode. Currently, these runners interpret URIs as weird-looking paths on the local filesystem, leading to confusing behavior.
Instead of using LocalFilesystem
as the default fs, we should use Compos
5AEE
iteFilesystem(LocalFilesystem())
, so that URIs will be refused.