()
| 39 | } |
| 40 | |
| 41 | private static Configuration getNewConf() { |
| 42 | Configuration conf = new Configuration(); |
| 43 | conf.setIfUnset("fs.defaultFS", "file:///"); |
| 44 | conf.setIfUnset("fs.file.impl.disable.cache", "true"); |
no outgoing calls
no test coverage detected