Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invalid Spark config:
The value of <networkTimeoutKey>=<networkTimeoutValue>
ms must be greater than the value of <executorHeartbeatIntervalKey>=<executorHeartbeatIntervalValue>
ms.
<executorOptsKey>
is not allowed to specify max heap memory settings (was '<javaOpts>
'). Use spark.executor.memory instead.
<executorOptsKey>
is not allowed to set Spark options (was '<javaOpts>
'). Set them directly on a SparkConf or in a properties file when using ./bin/spark-submit.
<memoryFractionKey>
should be between 0 and 1 (was '<memoryFractionValue>
').
<sparkSubmitDeployModeKey>
can only be "cluster" or "client".
<networkAuthEnabledConf>
must be enabled when enabling encryption.