Versions Compared

Key

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

...

<TDB: change hardcoded version number 1.23.0 to be configurable>

Table of Contents

Supported Platforms

...

Additional development tools are required before building Trafodion  as described Additional Build Tools.  A convenience script script exists that downloads, installs, and builds all these tools in a common directory.  If this convenience script is not used or if any of these additional build tools are not found in the expected location, then the Trafodion configuration file needs to be updated. The Trafodion configuration file template is located in <download directory>/apache-trafodion-1.23.0-incubating/core/sqf/LocalSettingsTemplate.sh.  To change values, copy this file to your home directory and change its name to .trafodion.  Edit the .trafodion file and update according to the instructions.  Be sure to change the location of your TOOLSDIR to your <tools installation directory>.

   cp <download directory>/apache-trafodion-1.23.0-incubating/core/sqf/LocalSettingsTemplate.sh ~/.trafodion

...

    cd <download directory>/apache-trafodion-1.23.0-incubating
export $TOOLSDIR=<tools installation directory>
  source ./env.sh

...

     make sure you have set up password less authentication. You should be able to "ssh localhost" without having to enter a password
 
    cd <download directory>/apache-trafodion-1.23.0-incubating
     source ./env.sh

...

    cd <download directory>/apache-trafodion-1.23.0-incubating
    source ./env.sh
cd $MY_SQROOT/etc
# delete ms.env, if it exists
rm ms.env
    cd $MY_SQROOT/sql/scripts
sqgen 

...

    cd <download directory>/apache-trafodion-1.23.0-incubating
    source ./env.sh
    cd $MY_SQROOT/sql/scripts
    sqstart
sqcheck 

...

    cd <download directory>/apache-trafodion-1.23.0-incubating
    source ./env.sh
sqlci 

...