Starting with pull request #93, installation of DCS, REST and Phoenix step has been removed from install_local_hadoop script. Building DCS is now part of the regular ‘make ‘ step. There is a new script called ‘ *install_traf_components*’ that will need to be executed after the ‘make’ is done to install DCS/REST/Phoenix tests and other Trafodion client components.
Wiki contributor page will be updated once the code is merged https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61316378 To build, compile and configure Trafodion and its components 1. Using ssh, set Trafodion environment 1. cd incubator-trafodion; . ./env.sh 2. cd $MY_SQROOT/sql/scripts 3. Execute the script ‘*install_local_hadoop*’ 2. Using ssh, set Trafodion environment cd incubator-trafodion . ./env.sh make all (Build Trafodion, DCS, REST) OR make package (Build Trafodion, DCS, REST, Client drivers) OR make package-all (Build Trafodion, DCS, REST, Client drivers and Tests for all components) *Note:* All tar files will be created in *‘distribution’* folder located at the very top level (incubator-trafodion) 3. Execute the script, install_traf_components 1. cd $MY_SQROOT/sql/scripts 2. Execute the script , *‘install_traf_components’*. Based on the tar files available in the *distribution* folder this script will install the trafodion components. Starting Trafodion and its components 4. Using a new ssh session, 1. cd incubator-trafodion; *. ./env.sh* 2. *sqgen* 3. *sqstart* Anu
