使用spark的standalone模式调整心跳时间时出现Error(Invalid argument to --conf: spark.worker.timeout)?

使用spark集群运行程序时报错日志显示:
ERROR TaskSchedulerImpl:70 - Lost executor 1 on : Executor heartbeat timed out after 381181 ms
所以使用spark submit更改心跳时间
[hadoop@Master spark2.4.0]$ bin/spark-submit --master spark://master:7077 --conf spark.worker.timeout 10000000 --py-files id.py id.py --name id
但是显示没有指令,请问该怎么做?
Error: Invalid argument to --conf: spark.worker.timeout