Hi, I want to implement a scheduler for hama as my thesis project. Here are my ideas: 1. make the split size as big as possible, so more jobs can be run on the cluster; 2. the scheduler can select a job based on the job's type, like graph job (message intensive) or iterative job
Any advice? Best Regards!