You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Prerequisites and Requirements

Hardware Requirements

  • Kernel version: ??
  • CPU (support for SS3?)
  • Minimum Memory: 8GB

Supported Operating Systems

Linux

  • Ubuntu 14.04, 15.04

OS X

Not supported

Windows

Not supported

Installing prerequisites and configuring Impala

git clone https://github.com/awleblang/impala-setup
cd impala-setup
sudo ./install.sh

Set the following environment variables

Put these in your `.bashrc` or elsewhere:

 

export JAVA_HOME=/usr/lib/jvm/java-7-oracle
export IMPALA_HOME=<path to Impala>
export BOOST_LIBRARYDIR=/usr/lib/x86_64-linux-gnu
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
export LC_ALL="en_US.UTF-8"
export M2_HOME=/usr/local/apache-maven-3.0.5
export M2=$M2_HOME/bin 
export PATH=$M2:$PATH

 

 

  • No labels