<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,8 +7,14 @@ include Gisting::MapReduce
 # TODO: Grab this from ARGV
 def args
   args = []
-  # args = [&quot;/Users/mchung/Public/datasets/aoldb_dev-aa&quot;, &quot;/Users/mchung/Public/datasets/aoldb_dev-ab&quot;]
-  args += [&quot;/Users/mchung/Public/datasets/sample1.data&quot;, &quot;/Users/mchung/Public/datasets/sample2.data&quot;]
+  args += [
+           &quot;/Volumes/gisting/datasets/aol-data/user-ct-test-collection-01.txt&quot;, 
+           &quot;/Volumes/gisting/datasets/aol-data/user-ct-test-collection-02.txt&quot;,
+           &quot;/Volumes/gisting/datasets/aol-data/user-ct-test-collection-03.txt&quot;,
+           &quot;/Volumes/gisting/datasets/aol-data/user-ct-test-collection-04.txt&quot;,
+           &quot;/Volumes/gisting/datasets/aol-data/user-ct-test-collection-05.txt&quot;,
+           ]
+  # args += [&quot;/Users/mchung/Public/datasets/sample1.data&quot;, &quot;/Users/mchung/Public/datasets/sample2.data&quot;]
   # args += [&quot;/Users/mchung/Public/datasets/aoldb_dev.txt&quot;]
 end
 
@@ -25,7 +31,7 @@ if __FILE__ == $0
     end
   end
   output = spec.output
-  output.filebase = &quot;/Users/mchung/Public/datasets/output&quot;
+  output.filebase = &quot;/Volumes/gisting/datasets/output&quot;
   output.num_tasks = 2
   output.reduce do |reduce_input|
     count = 0</diff>
      <filename>examples/term_count.rb</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ module Gisting
     def map_client_sent!(file_pattern)
       @lock.synchronize do
         @job_progress.start_map_job(file_pattern)
-        puts &quot;MapServer done with #{file_pattern}&quot;
+        puts &quot;MapServer processing #{file_pattern}&quot;
         puts &quot;All Map Jobs Distributed&quot; if @job_progress.all_map_jobs_in_progress?
       end
     end
@@ -49,7 +49,7 @@ module Gisting
     def reduce_client_sent!(file_pattern)
       @lock.synchronize do
         @job_progress.start_reduce_job(file_pattern)
-        puts &quot;ReduceServer done with #{file_pattern}&quot;
+        puts &quot;ReduceServer processing #{file_pattern}&quot;
         puts &quot;All Reduce Jobs Distributed&quot; if @job_progress.all_reduce_jobs_in_progress?
       end
     end</diff>
      <filename>lib/gisting/job.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9c8964f79d9d83f5d1038aa7c0eadd837b1b6e3a</id>
    </parent>
  </parents>
  <author>
    <name>Marc Chung</name>
    <email>mchung@gmail.com</email>
  </author>
  <url>http://github.com/mchung/gisting/commit/a06f1ae8d77b04658ff37d2c9c6c2fdaeae67aa8</url>
  <id>a06f1ae8d77b04658ff37d2c9c6c2fdaeae67aa8</id>
  <committed-date>2008-11-12T09:36:12-08:00</committed-date>
  <authored-date>2008-11-12T09:36:12-08:00</authored-date>
  <message>Cleaning up puts statements</message>
  <tree>dd8abd7ac4eee053765cd7ddeac056fffb587bcd</tree>
  <committer>
    <name>Marc Chung</name>
    <email>mchung@gmail.com</email>
  </committer>
</commit>
