Hi, If the number of InputSplits is more than the number of bsp task slots available in the cluster (which is the case is most of the scenarios) how is this handled in the Hama? Will the tasks run in multiple iterations storing the intermediate messages in HDFS? For example, lets say there are 100 InputSplits and 10 bsp slots. So, it will require 10 iterations of 10 bsp tasks to complete the job.
Praveen
