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 17:54:58 UTC

[GitHub] mikewalch opened a new issue #803: Pass boolean variables to Accumulo MapReduce builder methods

mikewalch opened a new issue #803: Pass boolean variables to Accumulo MapReduce builder methods
URL: https://github.com/apache/accumulo/issues/803
 
 
   I was trying to convert [ContinuousVerify](https://github.com/apache/accumulo-testing/blob/master/src/main/java/org/apache/accumulo/testing/continuous/ContinuousVerify.java) to use the new builder.  In some cases, `scanOffline` should be set for AccumuloInputFormat but all of the time.  The builder could be created twice in an `if-else` or it could be saved off into variable mid build but what would be better is if you could pass in a boolean to the `scanOffline()` method and have just one use of the builder.  
   
   All methods like this in the builder should be converted to accept a boolean as I think this a common issue.

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