mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
- Fixed issue with SSE file parse. - Moved build scripts to impala/bin. Rebuilding from just BE does not work. - Cleanedup a few compiler warnings. - Add option to disable automatic counters for profilers.
4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
cd $IMPALA_HOME
|
|
cmake -DCMAKE_BUILD_TYPE=Debug .
|
|
make clean && make
|