Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 607 Bytes

Installation.md

File metadata and controls

30 lines (23 loc) · 607 Bytes

Spark Native SQL Engine Installation

For detailed testing scripts, please refer to solution guide

Install Googletest and Googlemock

yum install gtest-devel
yum install gmock

Build Native SQL Engine

git clone -b ${version} https://github.com/oap-project/native-sql-engine.git
cd oap-native-sql
cd cpp/
mkdir build/
cd build/
cmake .. -DTESTS=ON
make -j
cd ../../core/
mvn clean package -DskipTests

Additonal Notes

Notes for Installation Issues