You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/06/16 23:20:23 UTC

[2/4] accumulo git commit: ACCUMULO-3709: Update unit test

ACCUMULO-3709: Update unit test


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

Branch: refs/heads/master
Commit: 5588570153b78f9ccf0790ca748e35c6ce12b707
Parents: 6d91115
Author: phrocker <ma...@gmail.com>
Authored: Sun Apr 12 16:50:23 2015 -0400
Committer: phrocker <ma...@gmail.com>
Committed: Sun Apr 12 16:50:23 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/test/AccumuloOutputFormatTest.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/55885701/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java b/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java
index 8db91f5..dc1d00d 100644
--- a/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java
+++ b/test/src/test/java/org/apache/accumulo/test/AccumuloOutputFormatTest.java
@@ -141,9 +141,7 @@ public class AccumuloOutputFormatTest {
     OutputConfigurator.setBatchWriterOptions(org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.class, job, batchConfig);
     org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat outputFormat = new org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat();
     org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setZooKeeperInstance(job, accumulo.getInstanceName(), accumulo.getZooKeepers());
-    
     Job stubbedJob = new Job(job);
-    
     org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setConnectorInfo(stubbedJob, "root", new PasswordToken(secret));
     TaskAttemptContext context = new TaskAttemptContext(stubbedJob.getConfiguration(),new TaskAttemptID());
     org.apache.hadoop.mapreduce.RecordWriter<Text,Mutation> writer = outputFormat.getRecordWriter(context);