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/04/29 16:40:37 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #1137: Remove Simulation Mode from MR API

milleruntime commented on a change in pull request #1137: Remove Simulation Mode from MR API
URL: https://github.com/apache/accumulo/pull/1137#discussion_r279443659
 
 

 ##########
 File path: hadoop-mapreduce/src/main/java/org/apache/accumulo/hadoopImpl/mapreduce/OutputFormatBuilderImpl.java
 ##########
 @@ -67,12 +67,6 @@ public OutputFormatBuilderImpl(Class<?> callingClass) {
     return this;
   }
 
-  @Override
-  public OutputFormatBuilder.OutputOptions<T> simulationMode(boolean value) {
-    this.simulationMode = value;
 
 Review comment:
   Nope!

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