Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: suggestion for setting MAVEN_OPTS

...

Info
titleMavenization is pending

Until HIVE-5610 is closed the maven commands below will not work. Afterwards the ant commands should be removed.

Building

Maven settings

You might have to set the following maven options on certain systems to get build working -
export MAVEN_OPTS='-Xms384M -Xmx512M -XX:MaxPermSize=256M'

How to build all source?

MVN:

...