DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Not supported
Windows
Not supported
Installing and Configuring Impala
Install prerequisites
Code Block language bash theme Emacs git clone https://github.com/awleblang/impala-setup cd impala-setup sudo ./install.shSet the following environment
...
variables in your `.bashrc` or elsewhere:
Code Block language bash theme Emacs 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