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 2020/02/18 20:10:44 UTC

[GitHub] [accumulo] jzgithub1 commented on issue #1428: Make MiniAccumuloCluster default to using RawLocalFileSystem when not using MiniDFSCluster

jzgithub1 commented on issue #1428: Make MiniAccumuloCluster default to using RawLocalFileSystem when not using MiniDFSCluster
URL: https://github.com/apache/accumulo/issues/1428#issuecomment-587767933
 
 
   @ron-rico - take a look at the AccumuloClusterHarness.java class on line 362.  
   Maybe changing changing the function to: 
   ```java
   @Override
     public void configureMiniCluster(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite) {
       hadoopCoreSite.set("fs.file.impl", RawLocalFileSystem.class.getName());
     }
   ```
    might work.  
   
   
   

----------------------------------------------------------------
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