I believe sqgen and the output from sqgen is build type independent. So, there is no need to do sqgen.
Selva -----Original Message----- From: Roberta Marton [mailto:[email protected]] Sent: Wednesday, October 21, 2015 3:42 PM To: [email protected] Subject: RE: compiling in release mode? Do you have to redo sqgen? Roberta -----Original Message----- From: Selva Govindarajan [mailto:[email protected]] Sent: Wednesday, October 21, 2015 3:39 PM To: [email protected] Subject: RE: compiling in release mode? I think you are mixing the release objects with the debug environment. To build and use the release version, Start a new terminal session ( assumption is that Trafodion environment files are not invoked in .bashrc or any startup files) cd <your_workspace>/core/sqf . ./sqenvr.sh cd ../.. make clean make all Make sure you bring down the hbase/Hadoop subsystem installed using install_local_hadoop. swstopall swstartall sqstart Selva -----Original Message----- From: Eric Owhadi [mailto:[email protected]] Sent: Wednesday, October 21, 2015 3:20 PM To: [email protected] Subject: compiling in release mode? Hi all, I am investigating parallel scanner implementation. During the investigation, I found (or suspect) that running in debug mode does not allow trafodion to consume the hbase data fast enough to leverage parallel scan. So I am trying to run on my workstation in release mode. Looking at makefile, look like adding an: export SQ_BUILD_TYPE=release Would do the trick? Well, it did compile and took long time to do so, so I am assuming it did generate a release build BUT When I run sqlci, I immediately get a core dump. Anything obvious I am not doing? Thanks in advance for the help, Eric Owhadi
