storm中的supervision是什么意思?
What does supervision mean in storm?
例如,在storm document中,最后一步是
Launch daemons under supervision using "storm" script and a supervisor of your choice
supervision这个地方是什么意思?
这只是意味着您需要对这些守护进程进行一些监督(或者我们可以说,监控)。
当进程宕机,或者出现其他错误,您可以有办法及时知道。
例如,在storm document中,最后一步是
Launch daemons under supervision using "storm" script and a supervisor of your choice
supervision这个地方是什么意思?
这只是意味着您需要对这些守护进程进行一些监督(或者我们可以说,监控)。
当进程宕机,或者出现其他错误,您可以有办法及时知道。