Skip to content

mesos/mesos-packaging

Repository files navigation

Apache Mesos Packaging

Build scripts to create Apache Mesos packages with FPM for simple installation in a cluster.

Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run Hadoop, MPI, Hypertable, Spark (a new framework for low-latency interactive and iterative jobs), and other applications. Currently is in the Apache Incubator and going through rapid development, though stable enough for a production usage. See Mesos website for more details.

Packaging Requirements

sudo apt-get install ruby ruby-dev python-dev autoconf automake git make libssl-dev libcurl4 libtool
sudo gem install fpm

Note: In earlier versions of Debian based distros the dependency libcurl4 should be replaced with libcurl3.

Mesos Requirements

Mesos has its own OS-level build requirements that need to be installed as well before building.

See getting-started for more information.

Setting the Maintainer

define in e.g. ~/.bash_profile a MAINTAINER variable

export MAINTAINER="email@example.com"

Setting make Options (optional)

export MAKEFLAGS=-j8

Building deb or rpm Package

./build_mesos

Original Authors

Credit

This project is a hard fork of https://github.com/mesosphere/mesos-deb-packaging as that repository is no longer maintained.

About

Packaging for Apache Mesos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published