Is it possible to submit multiple jobs in Spark-Submit ?
I have created multiple jobs to be submitted in the spark-submit
I have to submit these created jobs in a cluster deploy mode
Is it possible to submit the jobs to desired cores in the cluster deploy mode?
like job 1 - core 1
job 2 - cores 2 and 3
similarly....
Is it possible to schedule the jobs to the desired cores?
Note: Cores should be assigned manually by the user