wiki:GENIExperimenter/Tutorials/HadoopInASlice/ObtainResources

Version 6 (modified by pruth@renci.org, 10 years ago) (diff)

--

Hadoop in a Slice

Part I/Step 1: Obtain Resources: create a slice and reserve resources

Image Map

Instructions

1. Create a slice


  1. Go to the Home tab.
  2. Press the Create Slice button for this project.
  3. As a slice name use the slice name on your worksheet (the slice name should be of the form portal##), you can leave the description empty and press Create Slice
Create a GENI Slice
  1. Add a VM to your slice. The VM should be placed on the rack assigned to you.
Add the Hadoop Master
  1. Click the i button on the VM to set its properties:
    1. Name: hadoop-master
    2. Sliver Type: XOLarge
    3. Disk Image Name: http://geni-images.renci.org/images/GENIWinterCamp/images/gwc-hadoop.v0.4a.xml
    4. Disk Image Version: 16ff128df4cf10f2472a8d20796146bcd5a5ddc3
    5. Add an install service to install following script in \tmp:
      http://geni-images.renci.org/images/GENIWinterCamp/master.sh
    6. Add an execute service to execute the script at boot time
      chmod +x /tmp/master.sh; /tmp/master.sh
Add the Hadoop Master

Introduction

Next: Execute the Hadoop Experiment

Attachments (8)

Download all attachments as: .zip