Changes between Version 7 and Version 8 of GENIExperimenter/Tutorials/jacks/HadoopInASlice/ExecuteExperiment


Ignore:
Timestamp:
09/17/15 09:21:55 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v7 v8  
    4141}}}
    4242
    43 === 1.2. Look around your node. ==
     43=== 1.2. Look around your node. ===
    4444
    4545 a. Observe the properties of the network interfaces.
     
    7373        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    7474}}}
    75  a. 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. ===
     75 a. 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.
    7676 {{{
    7777# neuca-user-data
     
    111111        eval "/bin/sh -c \"/home/hadoop/hadoop_config_dynamic.sh 2\""
    112112}}}
    113  a. Observe the contents of the of the script that was installed and executed on the VM. ===
     113 a. Observe the contents of the of the script that was installed and executed on the VM.
    114114 {{{
    115115# sudo cat /home/hadoop/hadoop_config_dynamic.sh
     
    123123....
    124124}}}
    125  a. Test for connectivity between the VMs. ===
     125 a. Test for connectivity between the VMs.
    126126 {{{
    127127# ping worker-0
     
    213213# echo Hello GENI World > /tmp/hello.txt
    214214}}}
    215  a. Push the file into the Hadoop filesystem ===
     215 a. Push the file into the Hadoop filesystem
    216216 {{{
    217217# hdfs dfs -put  /tmp/hello.txt /hello.txt
    218218}}}
    219  a. Check for the file's existence ===
     219 a. Check for the file's existence
    220220 {{{
    221221# hdfs dfs -ls /
     
    223223-rw-r--r--   2 hadoop supergroup         17 2015-09-17 12:09 /hello.txt
    224224}}}
    225  a. Check the contents of the file ===
     225 a. Check the contents of the file
    226226 {{{
    227227# hdfs dfs -cat /hello.txt
     
    340340 Re-do the tutorial with a different number of workers, amount of bandwidth, and/or worker  instance types.  Warning:  be courteous to  other users and do not use too many of the resources.
    341341
    342 === A. Time the performance of runs with different resources.  ===
    343 === B. Observe largest size file you can create with different resources. ===
     342 a. Time the performance of runs with different resources. 
     343 a. Observe largest size file you can create with different resources.
    344344
    345345