You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by ch huang <ju...@gmail.com> on 2013/11/28 03:06:10 UTC

why the command execution will stall for 1 min somthing in hive shell

Time taken: 0.272 seconds
hive (default)> drop table demo3;
OK
Time taken: 60.524 seconds
hive (default)> create table demo3 like demo;
OK
Time taken: 0.273 seconds