Try: -Ddrill.exec.rpc.user.timeout=0 -Ddrill.exec.rpc.bit.timeout=0
Note that I haven't tried this yet. For future reference, anything that is in the drill-module/override.conf files can be overridden by passing as system property. You can see these properties here: https://github.com/apache/drill/blob/master/exec/java-exec/src/main/resources/drill-module.conf#L30 https://github.com/apache/drill/blob/master/exec/java-exec/src/main/resources/drill-module.conf#L40 On Sat, May 9, 2015 at 2:50 PM, Daniel Barclay <[email protected]> wrote: > How do we disable the heartbeat/ping check (e.g., to run things in the > debugger without having parts of Drill fail the check and quit)? > > Daniel > -- > Daniel Barclay > MapR Technologies >
