Thanks. The confusion I had is that make creates the needed files in place for local run. I now understand how it works.
Gunnar On Mon, Jan 25, 2016 at 3:46 PM, Steve Varnau <[email protected]> wrote: > No, with a "make all", the server & client components are built, and you > can > run local trafodion in your workspace, but they just are not "packaged" > into > a tarfile. Nothing is needed in distribution directory to actually run > trafodion locally. > > --Steve > > > > -----Original Message----- > > From: Gunnar Tapper [mailto:[email protected]] > > Sent: Monday, January 25, 2016 2:32 PM > > To: [email protected] > > Subject: make all > > > > 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.* > -- Thanks, Gunnar *If you think you can you can, if you think you can't you're right.*
