You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
My promise
As long as Apache Mesos/clusterd is used, and funding/time permits, I will
continue to maintain this with security updates and features. Since there is no
tracking in clusterd or at my repository, I have no overview
of who benefits from my work outside of my client base. Therefore, I would
greatly appreciate any feedback.
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