Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: SLES/openSUSE do not use sudo by default

...

  1. Make sure to grab the repo file:
    No Format
    wget http://archive.apache.org/dist/bigtop/bigtop-0.5.0/repos/[sles11|opensuse12]/bigtop.repo
    sudo#mv mv bigtop.repo  /etc/zypp/repos.d/bigtop.repo
    
  2. Refresh zypper to start looking at the newly added repo
    No Format
    sudo#zypper zypper refresh
    
  3. Browse through the artifacts
    No Format
    zypper search mahout
    
  4. Install the full Hadoop stack (or parts of it)
    No Format
    sudo zypper install hadoop\* flume\* mahout\* oozie\* whirr\*
    

...