-
Notifications
You must be signed in to change notification settings - Fork 33
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.
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.
After this, you can use
./buildall.sh -skiptests -build_shared_libs
${IMPALA_HOME}/bin/testdata/run-all.sh
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