Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/HadoopInASlice/ExecuteExperiment


Ignore:
Timestamp:
01/07/14 20:15:49 (10 years ago)
Author:
pruth@renci.org
Comment:

--

Legend:

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

    v5 v6  
    2525{{{
    2626#!html
    27 .codebox {
    28     /* Below are styles for the codebox (not the code itself) */
    29     border:1px solid black;
    30     background-color:#EEEEFF;
    31     width:300px;
    32     overflow:auto;   
    33     padding:10px;
    34 }
    35 .codebox code {
    36     /* Styles in here affect the text of the codebox */
    37     font-size:0.9em;
    38     /* You could also put all sorts of styling here, like different font, color, underline, etc. for the code. */
    39 }
    4027
    4128
     
    5340<li> Observe the properties of the network interfaces </li>
    5441
    55 <div class="codebox"><code>
     42
     43<table border=1>
     44<tr>
     45<td>
     46<pre><code>
    5647# /sbin/ifconfig
    5748eth0      Link encap:Ethernet  HWaddr fa:16:3e:72:ad:a6 
     
    8273          collisions:0 txqueuelen:0
    8374          RX bytes:4010954 (3.8 MiB)  TX bytes:4010954 (3.8 MiB)
    84 </code></div>
     75</code></pre>
     76</td>
     77</tr>
     78</table>
     79
     80
    8581
    8682<li> Observe the contents of the NEuca user data file.  This file includes a script that will install and execute the script that you configured for the VM. </li>