You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bind spark listening and server to localhost in tests.
Use case or motivation behind the feature request
Frewall rules can cause tests to timeout in certain environments if it decides to access the spark server via public ip and firewall drops such traffic
Maybe lowering spark.network.timeout to something like 5 seconds is useful as something has gone catastrophically wrong if we stall for even 5 seconds with networking when testing locally
Description
Bind spark listening and server to localhost in tests.
Use case or motivation behind the feature request
Frewall rules can cause tests to timeout in certain environments if it decides to access the spark server via public ip and firewall drops such traffic
Related issues
Additional context
https://spark.apache.org/docs/latest/configuration.html#networking
The text was updated successfully, but these errors were encountered: