RE: Create table as select

2013-10-16 Thread Adline Dsilva
sec Sorry for the trouble Regards, Adline From: Adline Dsilva Sent: 16 October 2013 15:24 To: David Morel; user@hive.apache.org Subject: RE: Create table as select Limit clause is creating the problem, hive> create TABLE tmp_table AS select * from user

RE: Create table as select

2013-10-16 Thread Adline Dsilva
oop with a BI tool, which creates temp tables. Without limit, huge data will roast BI :-) Regards, Adline From: David Morel [dmo...@amakuru.net] Sent: 16 October 2013 15:05 To: Adline Dsilva; user@hive.apache.org Subject: Re: Create table as select On 16

Create table as select

2013-10-15 Thread Adline Dsilva
Hi All, Does hive (0.12) support sql statement "create TABLE tmp_table AS select * from user_table limit 500". Currently I'm running 0.10 version, where its not supported. Regards, Adline

JDBC unsupported methods

2013-09-09 Thread Adline Dsilva
Hi, Any time line on the unsupported JDBC methods for the jdbc driver? Unsupported DatabaseMetaData methods -- throw SQLException "Method not supported" Is there any workaround to resolve the below issue? java.sql.SQLException: Method not supported at org.apache.hive.jdbc.Hi