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 2018/12/06 18:02:32 UTC

[GitHub] milleruntime commented on issue #803: Pass boolean variables to Accumulo MapReduce builder methods

milleruntime commented on issue #803: Pass boolean variables to Accumulo MapReduce builder methods
URL: https://github.com/apache/accumulo/issues/803#issuecomment-444969072
 
 
   Yeah this would be good.  I still think it is pretty clear to do this:
   
   ```java
   AccumuloInputFormat.configure().clientProperties(props).table(name)
         .scanIsolation(true) // not available with batchScan()
         .offlineScan(booleanVar) // not available with batchScan()
         .store(job);
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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