You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/01/24 03:34:42 UTC

[2/3] git commit: ACCUMULO-2234 Remove a no longer relevant javadoc message.

ACCUMULO-2234 Remove a no longer relevant javadoc message.


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

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: 6d6ca9d9ef5b4f2fb6245631020cc16c3dcf7051
Parents: 36cec4f
Author: Josh Elser <el...@apache.org>
Authored: Thu Jan 23 21:21:38 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Thu Jan 23 21:21:59 2014 -0500

----------------------------------------------------------------------
 .../org/apache/accumulo/core/client/mapreduce/InputFormatBase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6d6ca9d9/src/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
----------------------------------------------------------------------
diff --git a/src/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java b/src/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
index de97f12..a11096c 100644
--- a/src/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
+++ b/src/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java
@@ -396,7 +396,7 @@ public abstract class InputFormatBase<K,V> extends InputFormat<K,V> {
    * 
    * <p>
    * Reading the offline table will create the scan time iterator stack in the map process. So any iterators that are configured for the table will need to be
-   * on the mappers classpath. The accumulo-site.xml may need to be on the mappers classpath if HDFS or the accumlo directory in HDFS are non-standard.
+   * on the mappers classpath.
    * 
    * <p>
    * One way to use this feature is to clone a table, take the clone offline, and use the clone as the input table for a map reduce job. If you plan to map