Hi,
I'm testing the different make options based on:
***
$ cd mysource/incubator-trafodion
$ source ./env.sh
If you are ready to build Trafodion, perform one of the following
options:
make all (Build Trafodion, DCS, and REST) OR
make package (Build Trafodion, DCS, REST, and Client drivers) OR
make package-all (Build Trafodion, DCS, REST, Client drivers, and
Tests)
If Trafodion has been built and you want test:
Execute the install_local_hadoop script which performs a single node
install using a popular Hadoop distribution
cd
/home/trafdeveloper/mysource/incubator-trafodion/core/sqf/sql/scripts
install_local_hadoop [-p <port option>]
install_traf_components
configure Trafodion and start the processes
HAVE FUN!
You can also choose to install_local_hadoop before building Trafodion.
$
***
As you can see, env.sh provides the following instructions:
make all (Build Trafodion, DCS, and REST) OR
make package (Build Trafodion, DCS, REST, and Client drivers) OR
make package-all (Build Trafodion, DCS, REST, Client drivers, and
Tests)
Here's the content of the distribution directory for the different make
runs:
- make all
dcs-1.3.0.tar.gz rest-1.3.0.tar.gz
- make package
dcs-1.3.0.tar.gz rest-1.3.0.tar.gz trafodion_clients-1.3.0-debug.tgz
trafodion_server-1.3.0-debug.tgz
- make package-all
dcs-1.3.0.tar.gz phoenix-tests.tgz trafodion_clients-1.3.0-debug.tgz
trafodion_server-1.3.0-debug.tgz
dcs-tests.tgz rest-1.3.0.tar.gz trafodion-regress.tgz
make all states that it'll build (Build Trafodion, DCS, and REST).
Shouldn't the distribution directory
contain the trafodion_server-1.3.0-debug.tgz file if it did?
--
Thanks,
Gunnar
*If you think you can you can, if you think you can't you're right.*