Hi,
I went through the documentation and solved this problem. Sorry for posing
this without reading the documentation properly.
On Mon, Dec 13, 2010 at 1:22 PM, Saravanan Rajendran <
sarava...@julysystems.com> wrote:
> Hi,
>
> I am new to Hive, I am trying to use struct data typ
Hi,
I am new to Hive, I am trying to use struct data type. I am able to create
table successfully. I would like to know how to give the data format for the
strct data type to avail this facility.
My table strcture is
create table audittrail (status string, page struct < name : string,
id string
Hi,
Can you please help me to solve the below problem. I have spend on this 2
days, still i could not solve this.
Dynamic partition is not working as expected.
To Test Dynamic-partition Insert
Create source table
--
CREATE EXTERNAL TABLE testmove (
a string,
b string
Hi,
I am trying to test Dynamic-partition Insert. But this is not working as
expected. Kindly help how to solve this problem.
Created source table
--
CREATE EXTERNAL TABLE testmove (
a string,
b string
)
PARTITIONED BY (cust string, dt string);
Data has been kept in /u