YaK:: Mesos, kicking the tires. [Changes]   [Calendar]   [Search]   [Index]   [PhotoTags]   
[mega_changes]
[photos]

Mesos, kicking the tires.

http://mesos.apache.org/gettingstarted/

    2  apt-get update
    3  apt-get upgrade
    4  sudo apt-get install -y openjdk-7-jdk autoconf libtool
    5  sudo apt-get -y install build-essential python-dev python-boto libcurl4-nss-dev libsasl2-dev maven libapr1-dev libsvn-dev

   12  wget http://www.apache.org/dist/mesos/0.22.1/mesos-0.22.1.tar.gz
   13  tar -zxf mesos-0.22.1.tar.gz

   17  cd mesos-0.22.1/
   18  mkdir build
   19  cd build
   20  ../configure
   21  make
   22  ls
   23  ls bin
   24  make check
   25  make install

(unless otherwise marked) Copyright 2002-2014 YakPeople. All rights reserved.
(last modified 2015-07-22)       [Login]
(No back references.)