You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/11/13 23:11:22 UTC

[GitHub] [accumulo] ctubbsii opened a new issue #1428: Make MiniAccumuloCluster default to using RawLocalFileSystem when not using MiniDFSCluster

ctubbsii opened a new issue #1428: Make MiniAccumuloCluster default to using RawLocalFileSystem when not using MiniDFSCluster
URL: https://github.com/apache/accumulo/issues/1428
 
 
   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 https://issues.apache.org/jira/browse/ACCUMULO-2478)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services