Versions Compared

Key

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

...

Refer to  Required Build Tools for instructions.

Verify

...

The Trafodion build environment requires Maven 3.0.5 or later. 

Code Block
languagebash
titleVerify Maven Version
$ maven --version

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.

...

Code Block
languagetext
cd <download directory>/apacheincubator-trafodion-1.3.0-incubating
export TOOLSDIR=<tools installation directory>
source ./env.sh
 
Note
 if

 If you

do

not

set

up

TOOLSDIR

before

sourcing

in

env.sh,

then

tools

location

defaults

to

/opt/home/tools.

You

may

want

to

edit

your

.bashrc

or

.profile

file

to

always

export

TOOLSDIR.

Build using one of the following options:        make all          (Build

CommandWhat It Builds
make all
Trafodion, DCS, and REST

...

.
make package
Trafodion, DCS, REST,

...

and Client Drivers.
make 

...

package-all

...

Trafodion, DCS, REST, Client

...

Drivers, and

...

tests for all components

...

.

Verify the build:

Code Block
languagetext
titleVerify Build
$ sqvers -u

The output should show build by executing the sqvers request with the -u option.  It reports that seven jar files exist.

    sqvers -u

Prepare the

...

Test Environment

It is recommended that you test Trafodion by setting up a local version of Hadoop and installing Trafodion on top.  This is enabled by running the 'install_local_hadoop' script.

...