Github user jiangxb1987 commented on the issue:
https://github.com/apache/spark/pull/21898
`
if (barrierCoordinator != null) {
barrierCoordinator.stop()
}
`
Seems the above statement caused test cases in `SparkSubmitSuite` timeout,
though they actually take very little time to run - I'm still investigating
into this.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
