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/11/08 21:33:15 UTC

[GitHub] keith-turner commented on issue #753: Improve new MapReduce API

keith-turner commented on issue #753: Improve new MapReduce API
URL: https://github.com/apache/accumulo/issues/753#issuecomment-437163763
 
 
   Passing the job in at the end of the fluent chain allows for sanity checks to be done all at once.  It also makes it very clear when the job is mutated.  Could do something like the following.
   
   ```java
   AccumuloInputFormat.settings().clientInfo(clientInfo).table("test").scanAuths(Authorizations.EMPTY)
               .addIterator(is).configure(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