Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/GettingStarted_PartII_Hadoop/Procedure/DesignSetup


Ignore:
Timestamp:
03/07/14 11:46:05 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartII_Hadoop/Procedure/DesignSetup

    v6 v7  
    190190=== 3.3. Modify the RSpec to automatically install and execute network test software ===
    191191
    192 For this experiment, we'd like to run a simple experiment with Hadoop
     192For this experiment, we'd like to run a simple experiment with Hadoop using one Hadoop master and two Hadoop worker nodes
    193193
    194194{{{
     
    198198<td>
    199199  <ol type='a'>
    200      <li>Click on the the <i>i</i> button on the <b>hadoop-master</b> node (see figure) to manipulate details of the node configuration.
     200     <li>Click on the the <i>i</i> button on each node (see figure) to manipulate details of the node configuration.
    201201
    202202
     
    233233</li>
    234234<li>
    235 First, select "<tt>+ Add Install Service</tt>" as shown.  Second, please use the "<tt>+ Add Execute Service</tt>" button to request
     235First, specify a "<tt>Disk Image Name</tt>" and "<tt>Disk Image Version</tt>".  Second, select "<tt>+ Add Install Service</tt>" as shown.  Third, please use the "<tt>+ Add Execute Service</tt>" button to request
    236236that the appropriate command be executed at boot time.
    237 
    238 Complete these fields using the appropriate information from the following table.
     237<br/>
     238Complete the various fields using the appropriate information from the following table.
    239239
    240240      <table border='1'>
    241241      <tr>
    242       <th><b>Aggregate Type</b></th>
    243       <th><b>Archive URL</b></th>
    244       <th><b>Installation Location</b></th>
     242      <th><b>Field</b></th>
     243      <th><b>Value</b></th>
    245244      </tr>
    246       <tr><td>
    247       <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/instageni-logo.png?format=raw" alt='InstaGENI' width="75" height="75" />
    248       </td><td>
    249       <tt class="wiki">http://www.gpolab.bbn.com/exp/UnderstandAMAPI/ig/underAMAPI_ig.tar.gz</tt></td>
    250       <td><tt class='wiki'>/local</tt>
    251       </td></tr>
    252       <tr><td>
    253       <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" alt='ExoGENI'  width="75" height="75" />
    254       </td><td>
    255       <tt class="wiki">http://www.gpolab.bbn.com/exp/UnderstandAMAPI/eg/underAMAPI_eg.tar.gz</tt></td>
    256       <td><tt class='wiki'>/local</tt>
    257       </td></tr>
     245      <tr><td>Name
     246      </td><td>hadoop-worker-0
     247      </td></tr>
     248      <tr><td>Sliver Type
     249      </td>XOMedium<td>
     250      </td></tr>
     251      <tr><td>Disk Image Name
     252      </td><td>http://geni-images.renci.org/images/GENIWinterCamp/images/gwc-hadoop.v0.4a.xml
     253      </td></tr>
     254      <tr><td>Disk Image Version
     255      </td><td>16ff128df4cf10f2472a8d20796146bcd5a5ddc3
     256      </td></tr>
     257      <tr><td>Install Service
     258      </td><td>http://geni-images.renci.org/images/GENIWinterCamp/worker.sh
     259      </td></tr>
     260      <tr><td>Install Service Location
     261      </td><td>/tmp
     262      </td></tr>
     263      <tr><td>Execute Service
     264      </td><td>chmod +x /tmp/worker.sh; /tmp/worker.sh $hadoop-master.Name() $hadoop-master.IP("link0") $hadoop-worker-0.Name() $hadoop-worker-0.IP("link0")
     265      </td></tr>
     266      <tr><td>Execute Service Shell
     267      </td><td>sh
     268      </td></tr>
     269
    258270      </table>
    259271