commit | 7b200beb5e1cb1d568539c342391c05ca176107b | [log] [tgz] |
---|---|---|
author | AnbangX <anbangx@anbangx-Ubuntu.(none)> | Mon May 06 15:09:43 2013 -0700 |
committer | AnbangX <anbangx@anbangx-Ubuntu.(none)> | Mon May 06 15:09:43 2013 -0700 |
tree | 59ae62bacb81703b9b5fb8b471481fcef6393188 | |
parent | 48f363512c02645e09b59e37c154998343670019 [diff] | |
parent | d061bf1d1713fdcb4c22cb7f5bfabacfda794209 [diff] |
Merge branch 'fullstack_genomix' of https://code.google.com/p/hyracks into fullstack_genomix
diff --git a/genomix/genomix-hyracks/src/test/java/edu/uci/ics/genomix/example/jobrun/JobRunTest.java b/genomix/genomix-hyracks/src/test/java/edu/uci/ics/genomix/example/jobrun/JobRunTest.java index 6eef8ca..847272a 100644 --- a/genomix/genomix-hyracks/src/test/java/edu/uci/ics/genomix/example/jobrun/JobRunTest.java +++ b/genomix/genomix-hyracks/src/test/java/edu/uci/ics/genomix/example/jobrun/JobRunTest.java
@@ -49,7 +49,7 @@ private static final String ACTUAL_RESULT_DIR = "actual"; private static final String PATH_TO_HADOOP_CONF = "src/test/resources/hadoop/conf"; - private static final String DATA_PATH = "src/test/resources/data/webmap/Bridge"; + private static final String DATA_PATH = "src/test/resources/data/webmap/text.txt"; private static final String HDFS_INPUT_PATH = "/webmap"; private static final String HDFS_OUTPUT_PATH = "/webmap_result";