Changes between Version 2 and Version 3 of GENIExperimenter/Tutorials/jacks/HadoopInASlice/ExecuteExperiment


Ignore:
Timestamp:
07/14/15 13:22:25 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v2 v3  
    101101        cd /tmp
    102102        if [ -x `which wget 2>/dev/null` ]; then
    103           wget -q -O `basename http://geni-images.renci.org/images/GENIWinterCamp/master.sh` http://geni-images.renci.org/images/GENIWinterCamp/master.sh
     103          wget -q -O `basename http://geni-images.renci.org/images/tutorials/GENI-hadoop/master.sh` http://geni-images.renci.org/images/tutorials/GENI-hadoop/master.sh
    104104        else if [ -x `which curl 2>/dev/null` ]; then
    105           curl http://geni-images.renci.org/images/GENIWinterCamp/master.sh > `basename http://geni-images.renci.org/images/GENIWinterCamp/master.sh`
     105          curl http://geni-images.renci.org/images/tutorials/GENI-hadoop/master.sh > `basename http://geni-images.renci.org/images/tutorials/GENI-hadoop/master.sh`
    106106        fi
    107107        fi