Veerendra Nath Jasthi created HIVE-11649: --------------------------------------------
Summary: Hive UPDATE,INSERT,DELETE issue Key: HIVE-11649 URL: https://issues.apache.org/jira/browse/HIVE-11649 Project: Hive Issue Type: Bug Environment: Hadoop-2.2.0 , hive-1.2.0 ,operating system ubuntu14.04lts (64-bit) Reporter: Veerendra Nath Jasthi have been trying to implement the UPDATE,INSERT,DELETE operations in hive table as per link: https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions- but whenever I was trying to include the properties which will do our work i.e. Configuration Values to Set for INSERT, UPDATE, DELETE hive.support.concurrency true (default is false) hive.enforce.bucketing true (default is false) hive.exec.dynamic.partition.mode nonstrict (default is strict) after that if I run show tables command on hive shell its taking 65.15 seconds which normally runs at 0.18 seconds without the above properties. Could you tell me reason for this? -- This message was sent by Atlassian JIRA (v6.3.4#6332)