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
Post a Comment