When a Spark job can't get enough resource to start, and it hang there to wait.
How long will it wait? How can I control the timeout for a hanging spark job?
Thanks
Under YARN, a job can hang indefinitely waiting for resources. However, since large tasks are typically broken in smaller tasks they wouldn’t normally be blocked unless the smallest task exceeds the max container limit.