Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. git clone https://git-wip-us.apache.org/repos/asf/impala.git Impala ~/Impala
  2. cd ~/Impala
  3. export IMPALA_HOME=`pwd`
  4. $IMPALA_HOME/bin/bootstrap_development.sh

...

  1. git clone https://git-wip-us.apache.org/repos/asf/impala.git Impala ~/Impala
  2. cd ~/Impala
  3. export IMPALA_HOME=`pwd`
  4. $IMPALA_HOME/bin/bootstrap_system.sh
  5. source $IMPALA_HOME/bin/impala-config.sh
  6. $IMPALA_HOME/buildall.sh -noclean -notests
  7. $IMPALA_HOME/bin/create-test-configuration.sh -create_metastore -create_sentry_policy_db
  8. $IMPALA_HOME/testdata/bin/run-all.sh
  9. $IMPALA_HOME/bin/start-impala-cluster.py

...