Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add an anchor to Debugging Hive code

...

Debugging Hive

Debugging Hive code

Anchor
DebuggingHiveCode
DebuggingHiveCode

Hive code includes both client-side code (e.g., compiler, semantic analyzer, and optimizer of HiveQL) and server-side code (e.g., operator/task/SerDe implementations). The client-side code are running on your local machine so you can easily debug it using Eclipse the same way as you debug a regular local Java code. Here are the steps to debug code within a unit test.

...