Hive remote connections

HIVE connection mode == local connection mode started directly hive command
HIVE remote connection here to start the service thirft be written HIVE
hiveserver2 -> Front start the background start
Reception start hiveserver2
Background start hiveserver2 &
 
  1. beeline
  2. !connect jdbc:hive2://10.0.0.11:10000
  3. #or
  4. beeline -u jdbc:hive2://10.0.0.11:10000 -n root

Guess you like

Origin www.cnblogs.com/dasiji/p/11356948.html