Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For FAQ about how to run tests, see 83527198 Testing below.

Building

...

Code Block
mvn clean install -Pthriftif -DskipTests -Dthrift.home=/usr/local


Warning

Don’t forget to update hive_metastore.proto when changing  hive_metastore.thrift

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyHIVE-26769

How to run findbugs after a change?

...

You can debug into a single JUnit test in Eclipse by first making sure you've built the Eclipse files and imported the project into Eclipse as described here. Then set one or more breakpoints, highlight the method name of the JUnit test method you want to debug into, and do Run->Debug.

...