Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: link to FAQ "How do I add a test case?"

...

  • Do the steps above, replacing ql with contrib, and TestCliDriver with TestContribCliDriver.
  • If you are using Hive 0.11.0 or later, you can specify -Dmodule=contrib.

See the FAQ "How do I add a test case?" for more details.

Debugging

Please see Debugging Hive code in Development Guide.

...

  • try to adhere to the coding style of files you edit;
  • comment code whose function or rationale is not obvious;
  • add one or more unit tests (see Add a Unit Test above);
  • update documentation (e.g., package.html files, hive-default.xml.template, this wiki, and so on).

...