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/17 19:23:14 UTC

[GitHub] milleruntime commented on a change in pull request #821: Multi table input for new MR. Closes #749

milleruntime commented on a change in pull request #821: Multi table input for new MR. Closes #749
URL: https://github.com/apache/accumulo/pull/821#discussion_r242282407
 
 

 ##########
 File path: hadoop-mapreduce/src/main/java/org/apache/accumulo/hadoop/mapred/AccumuloInputFormat.java
 ##########
 @@ -54,7 +54,7 @@
    */
   @Override
   public InputSplit[] getSplits(JobConf job, int numSplits) throws IOException {
-    return AbstractInputFormat.getSplits(job, numSplits);
 
 Review comment:
   Good question.  @ctubbsii may know why we don't use it?

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