Is there a project that helps set up a Hadoop cluster on desktop computers when they are idle?
I would like to experiment with Hadoop / MR / hbase, but do not have access to 5-10 computers. Working computers work without work after hours and are connected to each other using a high-speed connection. What's more, the data on these computers remains on our network, so there is no privacy problem.
For this to work, I need a fairly lightweight monitor that runs on every machine. When the computer is idle for X hours, it joins the cluster. If the user logs in, he must leave the cluster and return all the CPU / memory.
Is there something similar?
source share