Thanks Eric, it makes sense to me to remove the timeout threshold. Actually
user can cancel shell paragraph in Zeppelin UI, so I think it makes sense
to let user to decide whether he want to cancel his shell script execution.
Eric Gao 于2021年7月5日周一 下午4:29写道:
> Hi,
>
> The default threshold set
Hi,
The default threshold set for shell.command.timeout.millisecs is 60 seconds,
which seems confusing. Users will find their process get killed if they take
more than 60 seconds. I’m wondering whether it is a better idea to change it to
unlimited?
Thanks!