You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/02/11 16:23:37 UTC

svn commit: r1444826 - /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java

Author: ecn
Date: Mon Feb 11 15:23:36 2013
New Revision: 1444826

URL: http://svn.apache.org/r1444826
Log:
ACCUMULO-971 document setTime argument to importDirectory

Modified:
    accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java

Modified: accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
URL: http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java?rev=1444826&r1=1444825&r2=1444826&view=diff
==============================================================================
--- accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java (original)
+++ accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java Mon Feb 11 15:23:36 2013
@@ -444,6 +444,8 @@ public interface TableOperations {
    *          the HDFS directory to find files for importing
    * @param failureDir
    *          the HDFS directory to place files that failed to be imported, must exist and be empty
+   * @param setTime
+   *          override the time values in the input files, and use the current time for all mutations 
    * @throws IOException
    *           when there is an error reading/writing to HDFS
    * @throws AccumuloException