commit | 90b301ff1a60e1e5d662e58d370d67515d97e360 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@gmail.com> | Tue May 07 20:49:07 2013 -0700 |
committer | buyingyi <buyingyi@gmail.com> | Tue May 07 20:49:07 2013 -0700 |
tree | 948de822c3efadbc80121cbac71cee696da01520 | |
parent | a1f00210f63cfad56930475eeb632182df232dd0 [diff] |
merge fullstack_pregelix_fix
diff --git a/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java b/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java index 795abd3..00f6f54 100644 --- a/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java +++ b/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java
@@ -93,7 +93,7 @@ @Test public void test() throws Exception { setUp(); - Plan[] plans = new Plan[] { Plan.OUTER_JOIN, Plan.INNER_JOIN, Plan.OUTER_JOIN_SINGLE_SORT, Plan.OUTER_JOIN_SORT }; + Plan[] plans = new Plan[] { Plan.OUTER_JOIN }; for (Plan plan : plans) { driver.runJob(job, plan, PregelixHyracksIntegrationUtil.CC_HOST, PregelixHyracksIntegrationUtil.TEST_HYRACKS_CC_CLIENT_PORT, false);