Versions Compared

Key

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

...

  1. Install the Apache Bigtop GPG key
    No Format
    wget -O- http://www.apache.org/dist/incubator/bigtop/stable/repos/GPG-KEY-bigtop | sudo apt-key add -
    
  2. Make sure to grab the repo file:
    No Format
    sudo wget -O /etc/apt/sources.list.d/bigtop.list http://www.apache.org/dist/incubator/bigtop/stable/repos/ubuntu/bigtop.list
    
  3. Enable the mirror that is closest to you (uncomment one and only one pair of deb/deb-src lines)
    No Format
    sudo vi /etc/apt/sources.list.d/bigtop.list
    
  4. Update the apt cache
    No Format
    sudo apt-get update
    
  5. Browse through the artifacts
    No Format
    apt-cache search hadoop
    
  6. Install the full Hadoop stack (or parts of it)
    No Format
    sudo apt-get install install hadoop\* flume\* mahout\* oozie\* whirr\*
    

...