Apache Hue 集成Hive

修改Hue.ini

[beeswax]
  hive_server_host=hadoop01
  hive_server_port=10000
  hive_conf_dir=/export/servers/hive/conf
  server_conn_timeout=120
  auth_username=root
  auth_password=123456

[metastore]
  #允许使用hive创建数据库表等操作
  enable_new_create_table=true

启动Hive服务、重启hue

启动hive的metastore服务以及hiv server2服务
impala需要hive的metastore服务,hue需要hvie的hiveserver2服务。

cd /export/servers/hive-1.1.0-cdh5.14.0/
nohup bin/hive --service metastore &
nohup bin/hive --service hiveserver2 &

重新启动hue。

cd /export/servers/hue-3.9.0-cdh5.14.0/
build/env/bin/supervisor

Apache Hue 集成Hive_第1张图片

你可能感兴趣的:(#,Hue)