Make the java version and two Bristlecone versions be able to run in parellel
[IRC.git] / Robust / src / Benchmarks / MapReduce / Tag / MapReduce.java
index b62e76bde3bae62ce3163b5f8d64697db815dc51..7556a8fc1c1f78f6a2bdddf5a65bf08e5a04db48 100644 (file)
@@ -1,7 +1,7 @@
 task startup(StartupObject s{initialstate}) {
     // read in configuration parameters
     // System.printString("Top of task startup\n");
-    String path = new String("/home/jzhou/mapreduce/conf.txt");
+    String path = new String("/scratch/mapreduce_opt/conf.txt");
     FileInputStream iStream = new FileInputStream(path);
     byte[] b = new byte[1024];
     int length = iStream.read(b);