Hi to all, in the TableInputFormatBase there's a method that computes the splits that depends on the region start/end key. I'd like to further split each split so that to be able to assign work in the cluster more evenly if the regions are not well-balanced. Is that possible..? Probably not but it could be a very nice feature.. Something like:
InputSplit[n]= split(InputSplit split, int n)?
Best,
Flavio
