No this kind of execution is so Hadoop-y. It will use the maximum slots (10 in your case) and tries to fit the input to the 10 slots e.G by assigning multiple files/blocks to a single task.
Am 5. April 2012 12:37 schrieb Praveen Sripati <[email protected]>: > 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 > -- Thomas Jungblut Berlin <[email protected]>
