Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add mvn site commands to run automatic findbugs in code

...

Code Block
mvn clean install -Phadoop-1,thriftif -DskipTests -Dthrift.home=/usr/local

How to run findbugs after a change?

Code Block
mvn site -Phadoop-2,findbugs 

How to compile ODBC?

MVN:

Code Block
cd odbc
mvn compile -Phadoop-1,odbc -Dthrift.home=/usr/local -Dboost.home=/usr/local

...