Updated Branches: refs/heads/1.6.0-SNAPSHOT c68a23167 -> 65c75f3b1
ACCUMULO-1614 fixed bug in conditional writer random walk config. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/65c75f3b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/65c75f3b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/65c75f3b Branch: refs/heads/1.6.0-SNAPSHOT Commit: 65c75f3b10fcf343bb3c849de239852d9944893f Parents: c68a231 Author: Keith Turner <ktur...@apache.org> Authored: Thu Nov 7 19:42:32 2013 -0500 Committer: Keith Turner <ktur...@apache.org> Committed: Thu Nov 7 19:42:52 2013 -0500 ---------------------------------------------------------------------- test/system/randomwalk/conf/modules/Conditional.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/65c75f3b/test/system/randomwalk/conf/modules/Conditional.xml ---------------------------------------------------------------------- diff --git a/test/system/randomwalk/conf/modules/Conditional.xml b/test/system/randomwalk/conf/modules/Conditional.xml index 42d6326..d33d36c 100644 --- a/test/system/randomwalk/conf/modules/Conditional.xml +++ b/test/system/randomwalk/conf/modules/Conditional.xml @@ -32,12 +32,12 @@ </node> <node id="ct.Setup"> + <property key="numAccts" value="1000"/> + <property key="numBanks" value="10"/> <edge id="ct.Init" weight="1"/> </node> <node id="ct.Init"> - <property key="numAccts" value="10"/> - <property key="numBanks" value="1000"/> <edge id="dummy.ToAll" weight="1"/> </node>