You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2015/02/19 19:44:15 UTC

incubator-usergrid git commit: Added fix to job scheduler looking for incorrect index name.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-273 c6a96a86d -> 4ecaa4db1


Added fix to job scheduler looking for incorrect index name.


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

Branch: refs/heads/USERGRID-273
Commit: 4ecaa4db118caa1231a7dee293e993f73435abbb
Parents: c6a96a8
Author: grey <gr...@apigee.com>
Authored: Thu Feb 19 10:44:13 2015 -0800
Committer: grey <gr...@apigee.com>
Committed: Thu Feb 19 10:44:13 2015 -0800

----------------------------------------------------------------------
 stack/config/src/main/resources/usergrid-default.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/4ecaa4db/stack/config/src/main/resources/usergrid-default.properties
----------------------------------------------------------------------
diff --git a/stack/config/src/main/resources/usergrid-default.properties b/stack/config/src/main/resources/usergrid-default.properties
index 068572d..d42d12c 100644
--- a/stack/config/src/main/resources/usergrid-default.properties
+++ b/stack/config/src/main/resources/usergrid-default.properties
@@ -55,7 +55,7 @@ hystrix.threadpool.graph_user.coreSize=40
 hystrix.threadpool.graph_async.coreSize=40
 
 elasticsearch.cluster_name=elasticsearch
-elasticsearch.index_prefix=usergrid
+elasticsearch.index_prefix=elasticsearch
 elasticsearch.hosts=127.0.0.1
 elasticsearch.port=9300
 #We don't want to overwrite, let the defaults be used