tionId: 248] [Component: Crossplane] [Server:
>>> server01] [Request: seats=5] [Response: yes] [Status: pass] - Entering
>>> Method = getKey()
>>>
>>> How to specify the delimiter, while describing the table?
>>>
>>> Thanks,
>>> Sang
] [CorelationId: 248] [Component: Crossplane] [Server:
>> server01] [Request: seats=5] [Response: yes] [Status: pass] - Entering
>> Method = getKey()
>>
>> How to specify the delimiter, while describing the table?
>>
>> Thanks,
>> Sangeetha
>>
>>
nks,
> Sangeetha
>
> *From:* alo alt
> *To:* user@hive.apache.org; sangeetha k
> *Sent:* Tuesday, December 6, 2011 2:01 PM
> *Subject:* Re: log4j format logs in Hive table
>
> Hi,
>
> I hope I understood your question correct - did you describe your table?
> Like
>
tion
www: oanda.com www: fxtrade.com
e: mgro...@oanda.com
"Best Trading Platform" - World Finance's Forex Awards 2009.
"The One to Watch" - Treasury Today's Adam Smith Awards 2009.
- Original Message -
From: "sangeetha k"
To: user@hive.apac
From: alo alt
To: user@hive.apache.org; sangeetha k
Sent: Tuesday, December 6, 2011 2:01 PM
Subject: Re: log4j format logs in Hive table
Hi,
I hope I understood your question correct - did you describe your table?
Like "create TABLE YOURTABLE (row1 STRING, row2 STRING, row3 STRING
Hi,
I hope I understood your question correct - did you describe your table?
Like
"create TABLE YOURTABLE (row1 STRING, row2 STRING, row3 STRING) ROW FORMAT
DELIMITED FIELDS TERMINATED BY 'YOUR TERMINATOR' STORED AS TEXTFILE;"
row* = a name of your descision, Datatype look @documentation.
After
Hi,
I am new to Hive.
I am using Flume agent to collect log4j logs and sending to HDFS.
Now i wanted to load the log4j format logs from HDFS to Hive tables.
Each of the attributes in log statements like timestamp, level, classname
etc... should be loaded in seperate columns in the Hive tables.