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

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Wed Jan 21 05:37:48 CST 2009


User: amerzky
Date: 2009/01/21 05:37 AM

Added:
 /applications/MapReduce/samples/
  aws-globus.xml

Log:
 add xml for ec2/globus run
 A

File Changes:

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

File [added]: aws-globus.xml
Delta lines: +47 -0
===================================================================
--- applications/MapReduce/samples/aws-globus.xml	2009-01-20 15:35:57 UTC (rev 858)
+++ applications/MapReduce/samples/aws-globus.xml	2009-01-21 11:37:27 UTC (rev 859)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<MRDL version="1.0" 
+      xmlns="http://cct.lsu.edu/MRL-1-0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema_instance" >
+
+  <!-- Description of the session - a file can contain multiple sessions -->
+  <MapReduceSession name="WordCount" 
+                    version="0.1" 
+                    user="merzky" 
+                    priority="1" 
+                    experimentID="LocalAgentTest" 
+                    eventLevel="DEBUG">
+
+    <!-- The orchestrator host (AdvertDB) -->
+    <OrchestratorDB>
+      <Host>
+        advert://
+      </Host>
+    </OrchestratorDB>
+
+    <!-- List of hosts we want to run comp. agents on -->
+    <TargetHosts>
+      <Host arch="i386" OS="loni"> gram://qb1.loni.org:2119/jobmanager-pbs </Host>
+      <Host arch="i386" OS="ec2">  ec2://i-760c8c1f/                       </Host>
+    </TargetHosts>
+
+    <!-- Application binaries for different platforms/architectures -->
+    <ApplicationBinaries>
+      <BinaryImage arch="i386" OS="loni" extraArgs=""> /work/merzky/saga/bin/mapreduce_worker </BinaryImage>
+      <BinaryImage arch="i386" OS="ec2"  extraArgs=""> /usr/local/saga/bin/mapreduce_worker   </BinaryImage>
+    </ApplicationBinaries>
+
+    <!-- output data location -->
+    <OutputPrefix>file://localhost/tmp/</OutputPrefix>
+
+    <!-- List of independent work packages aka "chunks" -->  
+    <ApplicationFiles>
+      <File>
+        any://merzky@qb4.loni.org/work/merzky/saga/share/saga/applications/mapreduce/file.txt
+      </File>
+    </ApplicationFiles>
+
+  </MapReduceSession>
+
+</MRDL>
+



More information about the saga-devel mailing list