Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6595FEAFA for ; Mon, 11 Feb 2013 15:24:02 +0000 (UTC) Received: (qmail 31801 invoked by uid 500); 11 Feb 2013 15:24:02 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 31685 invoked by uid 500); 11 Feb 2013 15:23:58 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 31625 invoked by uid 99); 11 Feb 2013 15:23:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 15:23:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 15:23:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6D87B23889FA; Mon, 11 Feb 2013 15:23:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1444826 - /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java Date: Mon, 11 Feb 2013 15:23:37 -0000 To: commits@accumulo.apache.org From: ecn@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130211152337.6D87B23889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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