Changes between Version 10 and Version 11 of GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources


Ignore:
Timestamp:
11/03/14 15:47:33 (9 years ago)
Author:
pruth@renci.org
Comment:

--

Legend:

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

    v10 v11  
    138138       <td>
    139139
    140         <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/HadoopInASlice/ObtainResources/add-workers.png?format=raw" alt="Add the Hadoop Master"  height="600" title="Add the Hadoop Master" />
     140       <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources/Add-Workers.png?format=raw" alt="Set the Master Execute Scripts"  height="500" title="Add the Hadoop Master" />
    141141<br />
    142142         
     
    154154<li>  Names: hadoop-worker-0 and hadoop-worker-1 </li>
    155155<li>  Sliver Type: XOMedium </li>
     156
     157<img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources/Set-Worker-Name.png?format=raw" alt="Set the Master Execute Scripts"  height="500" title="Add the Hadoop Master" />
     158
    156159<li>  Disk Image Name:
    157160http://geni-images.renci.org/images/GENIWinterCamp/images/gwc-hadoop.v0.4a.xml  </li>
    158161<li>  Disk Image Version: 16ff128df4cf10f2472a8d20796146bcd5a5ddc3  </li>
    159 <li>  Add an install service to install following script in /tmp <br>
    160 http://geni-images.renci.org/images/GENIWinterCamp/worker.sh   </li>
    161 <li>  Add an execute service to execute the script at boot time. For each VM, substitute
     162
     163<img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources/Set-Worker-Disk-Image.png?format=raw" alt="Set the Master Execute Scripts"  height="500" title="Add the Hadoop Master" />
     164
     165<li>                  Add an Install Script:   <br>URL: <code> http://geni-images.renci.org/images/GENIWinterCamp/worker.sh  <code> <br> Path: <code> /tmp  <code></li>
     166
     167<img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources/Set-Worker-Install-Script.png?format=raw" alt="Set the Master Execute Scripts"  height="500" title="Add the Hadoop Master" />
     168
     169
     170 <li>                   Add an execute service to execute the script at boot time. For each VM, substitute
    162171the VM’s name for where the following uses “hadoop-worker-0”. (Note: the following
    163 should be placed on one line) <br>
    164 <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>
    165 
    166 
    167                  
     172should be placed on one line) <br> <code>chmod +x /tmp/worker.sh; /tmp/worker.sh $hadoop-master.Name() $hadoop-master.IP("link-0")  $hadoop-worker-0.Name() $hadoop-worker-0.IP("link-0") </li>
     173
     174<img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources/Set-Worker-Execute-Script.png?format=raw" alt="Set the Master Execute Scripts"  height="500" title="Add the Hadoop Master" />
     175
     176<li>  Repeat for worker 1 </li>
     177
     178  <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources/Setup-Worker2.png?format=raw" alt="Set the Master Execute Scripts"  height="500" title="Add the Hadoop Master" />
    168179
    169180</ol>
    170181             </pl>
    171182           
    172        </td>
    173 </tr>
    174 <tr>
    175 
    176        <td>
    177 
    178         <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/HadoopInASlice/ObtainResources/edit-workers.png?format=raw" alt="Add the Hadoop Master"  height="600" title="Add the Hadoop Master" />
    179 <br />
    180          
    181        </td>
    182     </tr>
     183   
     184     
     185
    183186</table>
    184187}}}