Versions Compared

Key

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

...

The location of the tools is configurable and can be specified in the Trafodion configuration file. The Trafodion configuration file template is located in:

 <Trafodion download source directory>/incubator-trafodion/core/sqf/LocalSettingsTemplate.sh

...

Code Block
languagetext
titletraf_tools_setup.sh Usage
cd incubator-trafodion.<Trafodion source directory>/install
./traf_tools_setup.sh -h
Usage: ./traf_tools_setup.sh -d <downloaddir> -i <installdir>
 -d <downloaddir> - location of download directory
 -i <installdir>  - location of install directory
 -h - help
example: traf_tools_setup.sh -d /home/userx/download -i /home/userx/tools

...

Code Block
languagetext
titleExample
$ mkdir ~/download
$ ./traf_tools_setup.sh -d ~/download -i ~/tools
INFO: Starting tools build on Fri Nov  6 21:33:53 PST 2015
Tools install directory /home/gtappercentos/tools does not exist, do you want to to create it? y/n : y
INFO: Created directory /home/gtappercentos/tools
INFO: Tar download location: /home/gtappercentos/download
INFO: Tool install directory location: /home/gtappercentos/tools
INFO: LogFile location: /home/gtappercentos/incubator-trafodion/install/traf_tools_setup.log
 ***********************************************************
INFO: Installing MPI on Fri Nov  6 21:34:00 PST 2015
INFO:   downloaded tar file: mpich-3.0.4.tar.gz
.
.
.
INFO:   downloaded tar file:  apache-maven-3.3.3-bin.tar.gz
INFO: Maven installation complete
 ***********************************************************
INFO: Completed tools build on Fri Nov  6 22:23:22 PST 2015
INFO: List of tools directory:
apache-maven-3.3.3
bison_3_linux
dest-llvm-3.2
dest-mpich-3.0.4
icu4.4
thrift-0.9.0
udis86-1.7.2
zookeeper-3.4.5

...