commit | 99a3600e3c3f85cc4c944866d2a2ce51bd80522f | [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 | 6e1035a5f695b15435ac98ebf4168fe520bb82ac | |
parent | 776f319d7aea9aadce35c6f6610b31520ffb8a76 [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-core/src/main/java/edu/uci/ics/pregelix/core/jobgen/clusterconfig/ClusterConfig.java b/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/jobgen/clusterconfig/ClusterConfig.java index a22b6f4..bb4a707 100644 --- a/pregelix-core/src/main/java/edu/uci/ics/pregelix/core/jobgen/clusterconfig/ClusterConfig.java +++ b/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(","); } /**