You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2013/11/08 16:55:43 UTC

[3/8] git commit: ACCUMULO-1614 fixed bug in conditional writer random walk config.

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/master
Commit: 65c75f3b10fcf343bb3c849de239852d9944893f
Parents: c68a231
Author: Keith Turner <kt...@apache.org>
Authored: Thu Nov 7 19:42:32 2013 -0500
Committer: Keith Turner <kt...@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>