Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/1081
Good catch on the FS @merrimanr - also finding that via manual testing. I
believe I have a workaround that degrades nicely to the configuration default
and also allows you to pass in the scheme in the path.
```
FileSystem fs = FileSystem.newInstance(outPath.toUri(), config);
```---
