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 2015/06/24 03:41:47 UTC

[2/3] accumulo git commit: ACCUMULO-3915 Make sure we import the bad file

ACCUMULO-3915 Make sure we import the bad file


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

Branch: refs/heads/master
Commit: a0032a9a181d5f498b46abce662d2acc4b165d63
Parents: 77066e3
Author: Josh Elser <el...@apache.org>
Authored: Tue Jun 23 21:41:01 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue Jun 23 21:41:01 2015 -0400

----------------------------------------------------------------------
 test/src/test/java/org/apache/accumulo/test/functional/BulkIT.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/a0032a9a/test/src/test/java/org/apache/accumulo/test/functional/BulkIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/BulkIT.java b/test/src/test/java/org/apache/accumulo/test/functional/BulkIT.java
index 8ad3d26..1ed9bdf 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/BulkIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/BulkIT.java
@@ -92,7 +92,7 @@ public class BulkIT extends AccumuloClusterIT {
       opts.startRow = N * i;
       TestIngest.ingest(c, opts, BWOPTS);
     }
-    opts.outputFile = base + String.format(fileFormat, N);
+    opts.outputFile = new Path(files, String.format(fileFormat, N)).toString();
     opts.startRow = N;
     opts.rows = 1;
     // create an rfile with one entry, there was a bug with this: