您的位置:首页 > 其它

Hive Metastore 和hive-server2配置

2017-11-17 12:57 465 查看
官方文档配置 Hive Metastore

Hive metastore三种配置方式

Hive metastore配置

执行 hive –service metastore 时,遇见 异常如下,

java.sql.SQLException: Column name pattern can not be NULL or empty.


解决方法:stackoverflow

jps 或者jps -l 命令可查看当前运行的服务


kill + 「进程 pid」可杀死对应的服务


Starting, Stopping, and Using HiveServer2

退出beeline的方法:

!closeall
关闭数据连接,再
!quit
退出beeline
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  hive metastore