Skip to content

Commit

Permalink
ACCUMULO-477 use consistent names for options on IteratorSettings
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@1303034 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Eric C. Newton committed Mar 20, 2012
1 parent 5333773 commit e7e7928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void testInvalidValueType() throws Exception {
IteratorSetting setting = new IteratorSetting(1, GlobalIndexUidCombiner.class);
GlobalIndexUidCombiner.setCombineAllColumns(setting, true);
GlobalIndexUidCombiner.setLossyness(setting, true);
comb.init(null, setting.getProperties(), null);
comb.init(null, setting.getOptions(), null);
Logger.getLogger(GlobalIndexUidCombiner.class).setLevel(Level.OFF);
Value val = new Value(UUID.randomUUID().toString().getBytes());
values.add(val);
Expand Down

0 comments on commit e7e7928

Please sign in to comment.