目录
1、需求
2、问题
3、过程
1、需求
Hive表有几个T数据包含了20万个Partition,需要将hive表删除
2、问题
drop table if exists table_name;
出现的错误信息如下:
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. org.apache.thrift.transport.TTransportException: java.net.SocketTimeoutException: Read timed out
3、过程
3.1、有人说是hive表锁了,锁的信息如下:(没成功)
http://www.ericlin.me/2015/05/how-table-locking-works-in-hive/
3.2、有人说配置问题,配置信息如下:(没成功)
https://stackoverflow.com/questions/34198339/attempt-to-do-update-or-delete-using-transa