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
Currently sparkNetworkTimeout value specified for the affiliation matching algorithm is defined as 5m.
This seems to be insufficient, spark job on the current graph fails with:
org.apache.spark.rpc.RpcTimeoutException: Futures timed out after [300 seconds]. This timeout is controlled by spark.network.timeout
This 5m value is lower than the default spark.network.timeout value set for an infrastructure (600s) so we should align them and increase the sparkNetworkTimeout to 600s.
The text was updated successfully, but these errors were encountered:
Currently
sparkNetworkTimeout
value specified for the affiliation matching algorithm is defined as5m
.This seems to be insufficient, spark job on the current graph fails with:
This
5m
value is lower than the defaultspark.network.timeout
value set for an infrastructure (600s
) so we should align them and increase thesparkNetworkTimeout
to600s
.The text was updated successfully, but these errors were encountered: