Skip to content

How to build Impala

henryr edited this page Mar 21, 2015 · 20 revisions

First make sure you have all the prerequisites for Impala installed and ready.

Building Impala

Building Impala for the first time

The first time only, do:

./buildall.sh -skiptests -build_shared_libs -format

The -format parameter tells Impala to create the Hive metastore and format the HDFS namenode, as well as produce the configuration for the rest of the cluster.

Building Impala subsequently

After this, you can use

./buildall.sh -skiptests -build_shared_libs

Starting supporting services

${IMPALA_HOME}/bin/testdata/run-all.sh

Starting the Impala cluster

The following command will start an Impala cluster with 3 Impala demons, one Statestore and one Catalog demon.

${IMPALA_HOME}/bin/start-impala-cluster.sh

NAVIGATION

Clone this wiki locally