forked from KarthikTunga/impala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (20 loc) · 768 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Build Dependencies
-----------------------------------------------------------------------------------------
The following dependencies need to be installed to properly build the source tree:
* Boost
* Bzip2 library
* Zlib library
* Python dev
* cmake
* sasl
* LLVM 3.0
* Thrift 0.7.0
* Maven
Environment Setup
-----------------------------------------------------------------------------------------
Make sure JAVA_HOME is set correctly for your system. From the root of your git checkout
of Impala, source bin/impala-config.sh. This will set a environment variables that the
build scripts and binaries rely on.
Building
-----------------------------------------------------------------------------------------
The to build the full source tree run ./buildall.sh