Changes between Version 17 and Version 18 of GENIExperimenter/Tutorials/HadoopInASlice/ObtainResources


Ignore:
Timestamp:
03/03/14 10:53:57 (10 years ago)
Author:
pruth@renci.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/HadoopInASlice/ObtainResources

    v17 v18  
    132132<li>  Add an install service to install following script in /tmp <br>
    133133http://geni-images.renci.org/images/GENIWinterCamp/worker.sh   </li>
    134 <li>  Add an execute service to execute the script at boot time. For each VM substitute
    135 the VM’s name for where the following uses “hadoop-master”. (Note: the following
     134<li>  Add an execute service to execute the script at boot time. For each VM, substitute
     135the VM’s name for where the following uses “hadoop-worker-0”. (Note: the following
    136136should be placed on one line) <br>
    137137<code> chmod +x /tmp/worker.sh; /tmp/worker.sh $hadoop-master.Name() $hadoop-master.IP("link0")  $hadoop-worker-0.Name() $hadoop-worker-0.IP("link0")  </code>  </li>