I'm testing the framework Apache Spark. I need monitoring some aspects about my cluster like network and resources.
Ganglia looks like a good option for what I need. Then, I found out that Spark has support to Ganglia.
On the Spark monitoring webpage there is this information: "To install the GangliaSink you’ll need to perform a custom build of Spark."
I found in my Spark the directory: "/extras/spark-ganglia-lgpl". But I don't know how to install it.
How can I install the Ganglia to monitoring Spark cluster? How I do this custom build?
Thanks!