码迷,mamicode.com
首页 > 其他好文 > 详细

hive 锁表问题

时间:2017-04-05 20:06:58      阅读:723      评论:0      收藏:0      [点我收藏+]

标签:images   .com   参考   被锁   tab   show   文章   相关   image   

报错如下:

Unable to acquire IMPLICIT, EXCLUSIVE lock dms@pc_user_msg@month=201611 after 100 attempts.

技术分享

显示dms库下的pc_user_msg表分区month=201611被锁住了,

查看是否被锁:

show locks pc_user_msg;

列出相关查看锁表语句:

  • SHOW LOCKS <TABLE_NAME>;
  • SHOW LOCKS <TABLE_NAME> extended;
  • SHOW LOCKS <TABLE_NAME> PARTITION (<PARTITION_DESC>);
  • SHOW LOCKS <TABLE_NAME> PARTITION (<PARTITION_DESC>) extended

解决办法:

关闭锁机制:

set hive.support.concurrency=false; 默认为true

参考文章:

http://blog.csdn.net/techchan/article/details/50426743

hive 锁表问题

标签:images   .com   参考   被锁   tab   show   文章   相关   image   

原文地址:http://www.cnblogs.com/sunt9/p/6670249.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!