|
@@ -27,7 +27,7 @@ import org.apache.hadoop.conf.Configuration;
|
|
|
public class HarFs extends DelegateToFileSystem {
|
|
|
HarFs(final URI theUri, final Configuration conf)
|
|
|
throws IOException, URISyntaxException {
|
|
|
- super(theUri, new HarFileSystem(), conf, "har", true);
|
|
|
+ super(theUri, new HarFileSystem(), conf, "har", false);
|
|
|
}
|
|
|
|
|
|
@Override
|