You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Amit Sela <am...@infolinks.com> on 2013/03/05 13:41:43 UTC

JobTracker client - max connections

Hi all,

I'm implementing an API over the JobTracker client - JobClient.
My plan is to have a pool of JobClient objects that will expose the ability
to submit jobs, poll status etc.

My question is: Should I set a maximum pool size ? How many connections
aree too many connection for the JobTracker ? any suggestions for what Pool
to use ?

Thanks,
Amit.