Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Executors connect to wrong port when collision occurs
This commit fixes this by setting "spark.driver.port" to the actual port the akka system bound to. Note that we already do this for port 0, where the original port is not the same as the bound port. However, we still face the same issue if we end up using port n + 1.
- Loading branch information