Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/GettingStarted_PartII_Hadoop/Procedure/Execute


Ignore:
Timestamp:
03/07/14 15:05:15 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartII_Hadoop/Procedure/Execute

    v4 v5  
    5252}}}
    5353
    54 == 5 Browse server webpage and log in to client node ==
     54== 5 Execute Experiment ==
    5555
    5656The `install` and `execute` services requested in our RSpec have
    5757already started, and the apache webserver has started on the server and measurements are now being collected.
    5858
    59 === A. Observe the properties of the network interfaces ===
     59=== 5.1 Check the status/properties of the VMs. ===
     60==== 5.1.1 Observe the properties of the network interfaces ====
    6061
    6162{{{
     
    9192 
    9293
    93 ===  B. 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. ===
     94====  5.1.2 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. ====
    9495{{{
    9596# neuca-user-data
     
    124125
    125126
    126 === C. Observe the contents of the of the script that was installed and executed on the VM. ===
     127==== 5.1.3 Observe the contents of the of the script that was installed and executed on the VM. ====
    127128{{{
    128129# cat /tmp/master.sh
     
    162163
    163164
    164 === D. Test for connectivity between the VMs. ===
     165==== 5.1.4 Test for connectivity between the VMs. ====
    165166
    166167{{{
     
    185186}}}
    186187
    187 == 3. Check the status of the Hadoop filesystem. ==
    188 
    189 ===  A. Query for the status of the filesystem and its associated workers. ===
     188=== 5.2 Check the status of the Hadoop filesystem. ===
     189
     190====  5.2.1 Query for the status of the filesystem and its associated workers. ====
    190191
    191192{{{