I have read the documentation so I know the difference.
My question however is that, is there any risk in using .submit
instead of .waitForComplete
if I want to run several Hadoop jobs on a cluster in parallel ?
I mostly use Elastic Map Reduce.
When I tried doing so, I noticed that only the first job being executed.