commit | 962110d6a8fef65e6a9d8b4af5b2a0aae238468a | [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 | 29709bb76752cf4f107048d649445a3643d99ee6 | |
parent | 534471c7ceab5a268c99b3664bf6e82cc7742790 [diff] | |
parent | 0aa3e0a464d9f2385d91749da7d2a9310a6ff3b8 [diff] |
merge fullstack_pregelix_fix
diff --git a/pregelix/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java b/pregelix/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java index 795abd3..00f6f54 100644 --- a/pregelix/pregelix-example/src/test/java/edu/uci/ics/pregelix/example/jobrun/RunJobTestCase.java +++ b/pregelix/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);