apache spark - Control which worker node gets the driver program in deploy mode cluster -


i running multiple spark-submit applications using --deploy-mode cluster. however, seems 1 node in cluster getting driver program each application. result, node's memory filled pretty fast.

is there way specify node in cluster assigned driver program each application launched using spark-submit.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -