Spark 配置无效:
<networkTimeoutKey>=<networkTimeoutValue>
ms 的值必须大于 <executorHeartbeatIntervalKey>=<executorHeartbeatIntervalValue>
ms 的值。
<executorOptsKey>
不允许指定最大堆内存设置(是“<javaOpts>
)。 请改用 spark.executor.memory。
<executorOptsKey>
不允许设置 Spark 选项(为“<javaOpts>
)。 使用 ./bin/spark-submit 时,直接在 SparkConf 或属性文件中设置它们。
<memoryFractionKey>
应介于 0 和 1 之间(是“<memoryFractionValue>
)。
<sparkSubmitDeployModeKey>
只能是“集群 (cluster)”或“客户端 (client)”。
启用加密时,必须启用 <networkAuthEnabledConf>
。