Skip to content

m3scluster/clusterd

 
 

Repository files navigation

clusterd

based on Apache Mesos

Clusterd is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run workload on a dynamically shared pool of nodes.

Documentation

Documentation is available in the docs repository.

Installation

Instructions are included on the Getting Started page.

License

Clusterd is licensed under the Apache License, Version 2.0.

For additional information, see the LICENSE and NOTICE files.

Building

To Compile Clusterd please use cmake and not the deprecated configure.

Compile with SSL support

mkdir build
cd build
cmake -DUNBUNDLED_LIBEVENT=true -DENABLE_SSL=true -DENABLE_LIBEVENT=true ../
make

Compile and build debian package

mkdir build
cd build
cmake -DUNBUNDLED_LIBEVENT=true -DENABLE_SSL=true -DENABLE_LIBEVENT=true -DCMAKE_BUILD_TYPE=Release -DCPACK_BINARY_DEB=true ../
make
make package

Packages

No packages published

Languages

  • C++ 96.0%
  • Java 0.9%
  • Python 0.7%
  • Shell 0.7%
  • CMake 0.6%
  • JavaScript 0.6%
  • Other 0.5%