Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/jacks/HadoopInASlice/ObtainResources


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

--

Legend:

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

    v4 v5  
    3838
    3939
    40 
    41 
    42 
    43 == 2. Create the Hadoop Master ==
     40== 2. Bind the Slice ==
    4441
    4542{{{
     
    4946       <td >
    5047         <ol type="A">
    51 
    52 
    53         <li> Add a VM to your slice. (If you are participating in an organized tutorial, please place the VM the rack assigned to you)</li>
     48        <li> Click the "Site 0" in the Jacks window </li>
     49        <li> Select an ExoGENI site (If you are participating in an organized tutorial, please place the VM the rack assigned to you) </li>
     50</td>
     51</tr>
     52</table>
     53}}}
     54
     55
     56INSERT FIGURE HERE
     57
     58== 3. Create the Hadoop Master ==
     59
     60{{{
     61#!html
     62<table border="0">
     63<tr>
     64       <td >
     65         <ol type="A">
     66
     67
     68        <li> Add an ExoGENI VM to your slice. </li>
    5469        </ol>   
    5570       </td>
     
    6479             
    6580             <ol type="A" start="2">
    66              <li> Click the i button on the VM to set its properties: </li>
     81             <li> Select the VM to set its properties: </li>
    6782<ol type="i">
    6883
    6984 <li>                   Name: hadoop-master </li>
    70  <li>                     Sliver Type: XOLarge </li>
    71   <li>                   Disk Image Name: http://geni-images.renci.org/images/GENIWinterCamp/images/gwc-hadoop.v0.4a.xml </li>
     85 <li>                     Node Type: ExoGENI Medium </li>
     86  <li>                   Custom Disk Image Name: http://geni-images.renci.org/images/GENIWinterCamp/images/gwc-hadoop.v0.4a.xml </li>
    7287   <li>                  Disk Image Version: 16ff128df4cf10f2472a8d20796146bcd5a5ddc3  </li>
    73   <li>                  Add an install service to install following script in /tmp:  <br><code> http://geni-images.renci.org/images/GENIWinterCamp/master.sh  <code></li>
    74   <li>                 Add an execute service to execute the script at boot time:  <br> <code> chmod +x /tmp/master.sh; /tmp/master.sh </code></li>
     88  <li>                  Add an Install Script:   <br>URL: <code> http://geni-images.renci.org/images/GENIWinterCamp/master.sh  <code> <br> Path: <code> /tmp  <code></li>
     89  <li>                  Add an execute service to execute the script at boot time:  <br> <code> chmod +x /tmp/master.sh; /tmp/master.sh </code></li>
    7590</ol>
    7691