[Saga-devel] saga-projects SVN commit 853: /applications/MapReduce/samples/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Fri Jan 16 13:05:51 CST 2009


User: amerzky
Date: 2009/01/16 01:05 PM

Modified:
 /applications/MapReduce/samples/
  AWSJob.xml

Log:
 fix

File Changes:

Directory: /applications/MapReduce/samples/
===========================================

File [modified]: AWSJob.xml
Delta lines: +5 -5
===================================================================
--- applications/MapReduce/samples/AWSJob.xml	2009-01-16 19:02:52 UTC (rev 852)
+++ applications/MapReduce/samples/AWSJob.xml	2009-01-16 19:05:41 UTC (rev 853)
@@ -12,7 +12,7 @@
                     experimentID="LocalAgentTest" 
                     eventLevel="DEBUG">
 
-    <!-- The orchestrator host (defaults to fortytwo) -->
+    <!-- The orchestrator host (AdvertDB) -->
     <OrchestratorDB>
       <Host>
         advert://
@@ -21,15 +21,15 @@
 
     <!-- List of hosts we want to run comp. agents on -->
     <TargetHosts>
-      <Host arch="i386" OS="Linux">
-        fork://localhost
+      <Host arch="i386" OS="MacOS">
+        ec2://i-4f46c726/
       </Host>
     </TargetHosts>
 
     <!-- Application binaries for different platforms/architectures -->
     <ApplicationBinaries>
       <BinaryImage arch="i386" OS="MacOS" extraArgs="">
-        /tmp/saga/mapreduce_worker
+        /usr/local/packages/saga/bin/mapreduce_worker
       </BinaryImage>
     </ApplicationBinaries>
 
@@ -39,7 +39,7 @@
     <!-- List of independent work packages aka "chunks" -->  
     <ApplicationFiles>
       <File>
-        /tmp/saga/mapreduce_data.txt
+        ssh://qb.loni.org/usr/local/packages/saga/share/saga/applications/mapreduce/file.txt
       </File>
     </ApplicationFiles>
 



More information about the saga-devel mailing list