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


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

--

Legend:

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

    v4 v5  
    33{{{
    44#!html
     5
     6
    57
    68<div style="text-align:center; width:495px; margin-left:auto; margin-right:auto;">
     
    2325{{{
    2426#!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}
     40
     41
    2542<table border="0">
    2643      <tr>
     
    3653<li> Observe the properties of the network interfaces </li>
    3754
    38 <pre><code>
     55<div class="codebox"><code>
    3956# /sbin/ifconfig
    4057eth0      Link encap:Ethernet  HWaddr fa:16:3e:72:ad:a6 
     
    6582          collisions:0 txqueuelen:0
    6683          RX bytes:4010954 (3.8 MiB)  TX bytes:4010954 (3.8 MiB)
    67 </code></pre>
     84</code></div>
    6885
    6986<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>