[
https://issues.apache.org/jira/browse/SPARK-44726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun updated SPARK-44726:
----------------------------------
Description:
{code}
$ bin/spark-shell -c spark.network.timeout=30s
Setting default log level to "WARN".
To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use
setLogLevel(newLevel).
23/08/08 14:38:18 WARN NativeCodeLoader: Unable to load native-hadoop library
for your platform... using builtin-java classes where applicable
23/08/08 14:38:19 ERROR SparkContext: Error initializing SparkContext.
java.lang.IllegalArgumentException: requirement failed:
spark.network.timeoutInterval should be less than or equal to
spark.storage.blockManagerHeartbeatTimeoutMs.
{code}
> Improve HeartbeatReceiver config validation error message
> ---------------------------------------------------------
>
> Key: SPARK-44726
> URL: https://issues.apache.org/jira/browse/SPARK-44726
> Project: Spark
> Issue Type: Improvement
> Components: Spark Core
> Affects Versions: 4.0.0
> Reporter: Dongjoon Hyun
> Priority: Minor
>
> {code}
> $ bin/spark-shell -c spark.network.timeout=30s
> Setting default log level to "WARN".
> To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use
> setLogLevel(newLevel).
> 23/08/08 14:38:18 WARN NativeCodeLoader: Unable to load native-hadoop library
> for your platform... using builtin-java classes where applicable
> 23/08/08 14:38:19 ERROR SparkContext: Error initializing SparkContext.
> java.lang.IllegalArgumentException: requirement failed:
> spark.network.timeoutInterval should be less than or equal to
> spark.storage.blockManagerHeartbeatTimeoutMs.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]