You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

HiveServer2 starts when minicluster is running. The page shows how to start Hive beeline shell.

  • 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




  • No labels