...
- In Eclipse go to Run->Debug Configurations. Select "Python unittest".
- Select "tests" as the project and query_test/test_explain.py as the "Main Module".
- In the arguments tab, enable "Override PyUnit preference for this launch?". Select the the Py.test runner.
- Remove the default "–verbosity 0" argument (if present).
- Add an environment variable “LD_LIBRARY_PATH” (via the tab of ENVIRONMENT, then add a new environment variable by clicking on the New button) and then put the following value: “$IMPALA_HOME/toolchain/cdh_components-1009254/kudu-1.10.0-cdh6.x-SNAPSHOT/debug/lib”.
- Debug!
Combined FE/BE Debugging
...