You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Binglin Chang <de...@gmail.com> on 2012/07/24 04:21:34 UTC

Hive + Postgresql hangs up while dropping the table

Hi,

Seems we encountered the same problem:

Issue:
http://mail-archives.apache.org/mod_mbox/hive-user/201011.mbox/%3CAANLkTin5RVqz6tucvy1ZuMU5JjrLBJaX2GH2TVi0P29k@mail.gmail.com%3E


How to reproduce:


hive> create table test;

hive> drop table test;

hive> … … hungs here



my env:


hive-0.8.1

postgresql-8.1.23-5.el5_8

postgresql-server-8.1.23-5.el5_8

postgresql-jdbc-8.1.407-1jpp.4


Thanks,

Binglin