You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/10/20 15:46:37 UTC

[09/50] [abbrv] git commit: Fixed incorrect strategy

Fixed incorrect strategy


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/0ddecd13
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/0ddecd13
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/0ddecd13

Branch: refs/heads/two-dot-o-events
Commit: 0ddecd1340e36e212ce8c89ab2990bc5dc163bd9
Parents: c920eca
Author: Todd Nine <to...@apache.org>
Authored: Thu Oct 16 09:44:57 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Thu Oct 16 09:44:57 2014 -0600

----------------------------------------------------------------------
 stack/awscluster/src/main/groovy/configure_usergrid.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/0ddecd13/stack/awscluster/src/main/groovy/configure_usergrid.groovy
----------------------------------------------------------------------
diff --git a/stack/awscluster/src/main/groovy/configure_usergrid.groovy b/stack/awscluster/src/main/groovy/configure_usergrid.groovy
index 35a0262..fc19b74 100644
--- a/stack/awscluster/src/main/groovy/configure_usergrid.groovy
+++ b/stack/awscluster/src/main/groovy/configure_usergrid.groovy
@@ -83,7 +83,7 @@ def usergridConfig = """
 
 cassandra.url=${cassandras}
 cassandra.cluster=${clusterName}
-cassandra.keyspace.strategy=org.apache.cassandra.locator.SimpleStrategy
+cassandra.keyspace.strategy=org.apache.cassandra.locator.NetworkTopologyStrategy
 cassandra.keyspace.replication=${ec2Region}:${replFactor}
 
 cassandra.timeout=5000