oh, I change the name of the column in the query, so the corresponding
table should be:
create table td(id int, time string, ip string, v1 bigint, v2 int, v3 int,
v4 int, v5 bigint, v6 int) PARTITIONED BY(dt STRING)
ROW FORMAT DELIMITED FIELDS
TERMINATED BY ',' lines TERMINATED BY '\n' ;
Any
any advise on this? Is this the right distribution list to discuss this topic?
On Thu, Jan 12, 2012 at 5:32 PM, Esteban Donato
wrote:
> Hi community!
>
> I'm new in this list. I have a quick question: I was checking
> HiveConnection and noted that createStatement(int resultSetType, int
> resul