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  http://bigtop01.cloudera.org:8080/view/Releases/job/Bigtop-0.4.0/label=sles11/lastSuccessfulBuild/artifact/output/bigtop.repo
    sudo mv bigtop.repo  /etc/zypp/repos.d/bigtop.repo
    
  2. Refresh zypper to start looking at the newly added repo
    No Format
    
    sudo 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\*
    

...