Versions Compared

Key

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

...

  • cd $IMPALA_HOME
  • Make sure minicluster and impala cluster are running (./testdata/bin/run-all.sh)
  • source ./bin/impala-config.sh
  • Make sure $HIVE_HOME and $HADOOP_HOME are set (echo $HIVE_HOME & $HADOOP_HOME)
  • Start beeline: $HIVE_HOME/bin/hive --service beeline -u "jdbc:hive2://" -n hive -p hive
  • Exit beeline by: !exit