GitHub user agozhiy opened a pull request:
https://github.com/apache/drill/pull/1210
DRILL-6270: Add debug startup option flag for drill in embedded and sâ¦
â¦erver mode
Works with the drillbit.sh, sqlline and sqlline.bat:
Usage: --debug:[parameter1=value,parameter2=value]
Optional parameters:
port=[port_number] - debug port number
suspend=[y/n] - pause until the IDE connects
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/agozhiy/drill DRILL-6270
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1210.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1210
----
commit 5206268568a43864f6b0d144b56d3033c17d8031
Author: Anton Gozhiy <anton5813@...>
Date: 2018-03-27T10:29:14Z
DRILL-6270: Add debug startup option flag for drill in embedded and server
mode
Works with the drillbit.sh, sqlline and sqlline.bat:
Usage: --debug:[parameter1=value,parameter2=value]
Optional parameters:
port=[port_number] - debug port number
suspend=[y/n] - pause until the IDE connects
----
---