You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/04/18 03:13:17 UTC

[4/4] accumulo git commit: ACCUMULO-3602 Add import for javadoc link

ACCUMULO-3602 Add import for javadoc link


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/21a57fbc
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/21a57fbc
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/21a57fbc

Branch: refs/heads/master
Commit: 21a57fbc2ca3e7c6474168af4e28de020e7943d7
Parents: d9391bc
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Apr 17 20:48:17 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Apr 17 20:50:16 2015 -0400

----------------------------------------------------------------------
 .../core/client/mapreduce/lib/impl/InputConfigurator.java       | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/21a57fbc/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/impl/InputConfigurator.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/impl/InputConfigurator.java b/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/impl/InputConfigurator.java
index 6b8fe34..238539b 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/impl/InputConfigurator.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/impl/InputConfigurator.java
@@ -36,6 +36,7 @@ import java.util.StringTokenizer;
 
 import org.apache.accumulo.core.client.AccumuloException;
 import org.apache.accumulo.core.client.AccumuloSecurityException;
+import org.apache.accumulo.core.client.BatchScanner;
 import org.apache.accumulo.core.client.ClientConfiguration;
 import org.apache.accumulo.core.client.ClientSideIteratorScanner;
 import org.apache.accumulo.core.client.Connector;
@@ -517,8 +518,8 @@ public class InputConfigurator extends ConfiguratorBase {
   }
 
   /**
-   * Controls the use of the {@link BatchScanner} in this job.
-   * Using this feature will group ranges by their source tablet per InputSplit and use BatchScanner to read them.
+   * Controls the use of the {@link BatchScanner} in this job. Using this feature will group ranges by their source tablet per InputSplit and use BatchScanner
+   * to read them.
    *
    * <p>
    * By default, this feature is <b>disabled</b>.