Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make sure to grab the repo file:
    No Format
    wget -O /etc/yum.repos.d/bigtop.repo http://www.apache.org/dist/incubator/bigtop/stable/repos/[centos5|centos6|fedora15|fedora16]/bigtop.repo
    
  2. This step is optional, but recommended: enable the mirror that is closest to you (uncomment one and only one of the baseurl lines and remove the mirrorlist line). If the downloads are too slow, try another mirror
    No Format
    sudo vi /etc/yum.repos.d/bigtop.repo
    
  3. Note: Since 0.3.0 is currently available only from the archives use:
    No Format
    
    baseurl=http://archive.apache.org/dist/incubator/bigtop/bigtop-0.3.0-incubating/repos/[centos5|centos6|fedora15|fedora16]/
    
  4. Browse through the artifacts
    No Format
    yum search hadoop
    
  5. Install the full Hadoop stack (or parts of it)
    No Format
    sudo yum install hadoop\* flume\* mahout\* oozie\* whirr\* hbase\*
    

...