commit | d5254d2cb4067005ba9abc7c8dc61f7dcbaa5925 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Wed Oct 10 19:44:50 2012 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Wed Oct 10 19:44:50 2012 +0000 |
tree | 7cbd3959484a32a680dd96fd704e68adce20ad71 | |
parent | b441fb195ec63ededdfe0741bb633a820f764f63 [diff] |
update store config delimiter git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_staging@1987 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/jobgen/clusterconfig/ClusterConfig.java b/pregelix/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/jobgen/clusterconfig/ClusterConfig.java index a22b6f4..bb4a707 100644 --- a/pregelix/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/jobgen/clusterconfig/ClusterConfig.java +++ b/pregelix/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/jobgen/clusterconfig/ClusterConfig.java
@@ -100,7 +100,7 @@ throw new HyracksDataException(e); } String store = properties.getProperty("store"); - stores = store.split(";"); + stores = store.split(","); } /**