Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Impala Shell development

...

  1. Go to Run --> Attach to Local Processes.

  2. Set a breakpoint.
  3. Execute a command in Impala shell.
  4. Start debugging.

 

Impala Shell Development using CLion

Setup

  1. Go to File --> Settings.
    Image Added
  2. Go to Build, Execution, Deployment --> Python Interpreter.
    Image Added
  3. Add an existing virtual env environment.
    Image Added
  4. Select the python interpreter in $IMPALA_HOME/infra/python/env/bin/python
    Image Added

Local Debugging

  1. Go to Run --> Attach to Local Processes.
    Image Added
    Image Added
  2. Set a breakpoint.
    Image Added
  3. Execute a command in Impala shell.
    Image Added
  4. Start debugging.
    Image Added