Re: Hive TTransportException - Create Table

2016-04-28 Thread Vineet Mishra
Hi Mike, Thanks for your revert. Well temp. Table would not be possible since we have hive-0.13 and if I am not wrong temp. Table is supported from 0.14 onwards. Additionally I even tried with insert overwrite statement but still the HS2 goes down without any luck. Thanks! On Apr 28, 2016 12:41

Re: Hive TTransportException - Create Table

2016-04-27 Thread Mich Talebzadeh
Hi, When you state: "The Queries are dependent on certain table which are created on Runtime(refreshed every hour), .." What is refreshed the whole of DDL for the same table or table is truncated? If these tables are created and dropped within the same session why not use temporary tables (priv

Hive TTransportException - Create Table

2016-04-27 Thread Vineet Mishra
Hi All, I am running Hive Server2 on a big Hadoop cluster space and things looks good, I have a custom code which takes care of running some queries on top of Hive and processing the resultant accordingly. The Queries are dependent on certain table which are created on Runtime(refreshed every hou