apache / apache/accumulo

Make MiniAccumuloCluster default to using RawLocalFileSystem when not using MiniDFSCluster

Open
#1,428 7 comments 0 reactions 1 assignee Claimed by @ron-rico View on GitHub
Dominant language
Java
Stars
1.2k
Forks
487
Avg merge
4d 5h
Merged PRs (30d)
13

Description

RawLocalFileSystem does not do checksumming and sync actually works which makes it a much more reliable testing FileSystem over LocalFileSystem (in which sync is not guaranteed to work as we want it).

We should default to using RawLocalFileSystem (configured via "fs.file.impl" in core-site.xml) and let the user override it if they so choose. This would alleviate having to manually set it in new unit tests/ITs

(originally reported at [ACCUMULO-2478](https://issues.apache.org/jira/browse/ACCUMULO-2478))

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.