commit | 13a3f731ee2fea1d7fed6593fcc96eb40b54c105 | [log] [tgz] |
---|---|---|
author | anbangx <anbangx@123451ca-8445-de46-9d55-352943316053> | Sun Mar 31 05:33:39 2013 +0000 |
committer | anbangx <anbangx@123451ca-8445-de46-9d55-352943316053> | Sun Mar 31 05:33:39 2013 +0000 |
tree | bc61433506baf8f574c36223d0382300ef3def6e | |
parent | 5af266549404e2d5e9878977aad7358ead7dc2bb [diff] |
update JobFile git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@3284 123451ca-8445-de46-9d55-352943316053
diff --git a/genomix/genomix-pregelix/src/test/java/edu/uci/ics/pregelix/JobGen/JobGenerator.java b/genomix/genomix-pregelix/src/test/java/edu/uci/ics/pregelix/JobGen/JobGenerator.java index 90e3892..1ccde1e 100644 --- a/genomix/genomix-pregelix/src/test/java/edu/uci/ics/pregelix/JobGen/JobGenerator.java +++ b/genomix/genomix-pregelix/src/test/java/edu/uci/ics/pregelix/JobGen/JobGenerator.java
@@ -63,7 +63,7 @@ private static void generateMergeGraphJob(String jobName, String outputPath) throws IOException { PregelixJob job = new PregelixJob(jobName); - job.setVertexClass(TestLoadGraphVertex.class); + job.setVertexClass(MergeGraphVertex.class); job.setVertexInputFormatClass(BinaryLoadGraphInputFormat.class); job.setVertexOutputFormatClass(BinaryLoadGraphOutputFormat.class); job.setOutputKeyClass(BytesWritable.class);
diff --git a/genomix/genomix-pregelix/src/test/java/edu/uci/ics/pregelix/JobRun/RunJobTestSuite.java b/genomix/genomix-pregelix/src/test/java/edu/uci/ics/pregelix/JobRun/RunJobTestSuite.java index 7f2a9e8..ad58168 100644 --- a/genomix/genomix-pregelix/src/test/java/edu/uci/ics/pregelix/JobRun/RunJobTestSuite.java +++ b/genomix/genomix-pregelix/src/test/java/edu/uci/ics/pregelix/JobRun/RunJobTestSuite.java
@@ -41,7 +41,7 @@ private static final String PATH_TO_ONLY = "src/test/resources/only.txt"; private static final String FILE_EXTENSION_OF_RESULTS = "result"; - private static final String DATA_PATH = "data/webmap/part-1-out-100";//sequenceFileMergeTest + private static final String DATA_PATH = "data/webmap/part-1-out-500000";//sequenceFileMergeTest private static final String HDFS_PATH = "/webmap/"; private static final String HYRACKS_APP_NAME = "pregelix";