Versions Compared

Key

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

...

Run traf_tools_setup.sh to install all dependent 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/gtapper/tools does not exist, do you want to to create it? y/n : y
INFO: Created directory /home/gtapper/tools
INFO: Tar download location: /home/gtapper/download
INFO: Tool install directory location: /home/gtapper/tools
INFO: LogFile location: /home/gtapper/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
Note

Don't move the install directory later.

...