mirror of
https://github.com/apache/impala.git
synced 2026-01-26 12:02:21 -05:00
Allow remote debugger to connect impala daemon will be very helpful for debugging frontend. You can also remote debug Impala running on a real cluster by setting JAVA_TOOL_OPTIONS="-agentlib:jdwp=transport=dt_socket, server=y,address=30000,suspend=n,quiet=y" in Impala Environment Advanced Configuration via CM. Change-Id: I761c5b2229d107ca4559c220488838b85fc14d53 Reviewed-on: http://gerrit.cloudera.org:8080/671 Reviewed-by: Juan Yu <jyu@cloudera.com> Tested-by: Internal Jenkins