Hi Bejoy
Thanks for the response. Can you provide help on writing a custom serde for
the mentioned scenario(or for a general case) and how to include it in hive
directory.
From: Bejoy Ks
To: "user@hive.apache.org" ; m sreenath
Sent: Wednes
Hi
I have a large data-set of the form :
A 12323:213
B adasd
C sedweqwd
A 12323:213
B adasd
C sedweqwd
The general form is :
\t
\t
\t\n
In the given format, I need the part from the three rows in a table
containing three columns (time,name,content). Can regex be used for thi