Versions Compared

Key

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

...

Install Required Build Tools

Trafodion requires a set of tools to be installed in order to build. Refer to  Required Build Tools for instructions. One of the tools that is built if it does not already exist is Maven.  At this time, you should verify that Maven is part of your path. To verify that Maven is available do:  

   mvn --version.

If not found, then added it to your path.  For ease of use, you should add it to .bashrc or .profile.  Example:

  PATH=$PATH:<tool installation directory>/apache-maven-3.3.3/bin

Verify System Limits

Please check that the system limits in your environment are appropriate for Apache Trafodion. If they are not, then you will need to increase the limits or Trafodion cannot start.

...