Resolved! org.apache.http.conn.ConnectTimeoutException: What does this mean and how can we resolve it.
My team has run into getting this error pretty frequently on one of our larger jobs. I've set out retry policy to 5 and that seems to fix it and keep the job going. It seems like it's unable to pick up the task immediately but can after it's complete...
- 2839 Views
- 1 replies
- 2 kudos
Latest Reply
Hey @Coleman Milligan​ ,I also faced this type of issue many times you can add the below configuration in your cluster and it should work.spark.executor.heartbeatInterval 60sspark.network.timeout 120sFor more details, you can explore this doc - https...
- 2 kudos