You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by cj...@apache.org on 2013/10/05 04:34:30 UTC

git commit: Fixing a couple bad comments modified during the first pass of the multi-table input format.

Updated Branches:
  refs/heads/master b96701f22 -> 263697b1b


Fixing a couple bad comments modified during the first pass of the multi-table input format.


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

Branch: refs/heads/master
Commit: 263697b1bb85eeebde8f5d7326f8dfe3247d9978
Parents: b96701f
Author: Corey J. Nolet <cj...@gmail.com>
Authored: Fri Oct 4 22:34:15 2013 -0400
Committer: Corey J. Nolet <cj...@gmail.com>
Committed: Fri Oct 4 22:34:15 2013 -0400

----------------------------------------------------------------------
 .../apache/accumulo/core/client/mapreduce/InputFormatBase.java   | 4 ++--
 .../core/client/mapreduce/lib/util/InputConfigurator.java        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/263697b1/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java b/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
index acff7e2..d486abd 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
@@ -321,7 +321,7 @@ public abstract class InputFormatBase<K,V> extends InputFormat<K,V> {
   }
 
   /**
-   * Sets the input ranges to scan for all tables associated with this job.
+   * Sets the input ranges to scan for the single input table associated with this job.
    * 
    * @param job
    *          the Hadoop job instance to be configured
@@ -383,7 +383,7 @@ public abstract class InputFormatBase<K,V> extends InputFormat<K,V> {
   }
 
   /**
-   * Encode an iterator on the default all tables for this job.
+   * Encode an iterator on the single input table for this job.
    * 
    * @param job
    *          the Hadoop job instance to be configured

http://git-wip-us.apache.org/repos/asf/accumulo/blob/263697b1/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.java b/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.java
index ce021a9..9dc90e2 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.java
@@ -242,7 +242,7 @@ public class InputConfigurator extends ConfiguratorBase {
   }
   
   /**
-   * Restricts the columns that will be mapped over for this job. This applies the columns to all tables that have been set on the job.
+   * Restricts the columns that will be mapped over for the single input table on this job.
    * 
    * @param implementingClass
    *          the class whose name will be used as a prefix for the property configuration key
@@ -298,7 +298,7 @@ public class InputConfigurator extends ConfiguratorBase {
   }
   
   /**
-   * Encode an iterator on the input for all tables associated with this job.
+   * Encode an iterator on the input for the single input table associated with this job.
    * 
    * @param implementingClass
    *          the class whose name will be used as a prefix for the property configuration key