** **
>
> Regards
>
> Sathish Valluri
>
> ** **
>
> *From:* Sanjay Subramanian [mailto:sanjay.subraman...@wizecommerce.com]
> *Sent:* Saturday, May 04, 2013 12:08 AM
> *To:* user@hive.apache.org
>
> *Subject:* Re: hive cli escaping TAB and NEW LINE Characters.***
the data and display.
Regards
Sathish Valluri
From: Sanjay Subramanian [mailto:sanjay.subraman...@wizecommerce.com]
Sent: Saturday, May 04, 2013 12:08 AM
To: user@hive.apache.org
Subject: Re: hive cli escaping TAB and NEW LINE Characters.
+1 to Stephens suggestion...
From: Stephen
e.org>"
mailto:user@hive.apache.org>>
Subject: Re: hive cli escaping TAB and NEW LINE Characters.
hate to sound like a broken record but when all else fails think about the
transform() function. The notion here is of encoding your tabs and newlines to
something like '\t' and &
hate to sound like a broken record but when all else fails think about the
transform() function. The notion here is of encoding your tabs and newlines
to something like '\t' and '\n' (literally) for instance. If those aren't
unique enough use '<>' and "<>' (you get the idea) then
having your app d
Hi All,
We have an application which parses hive cli output and displays results.
I have an external table with data in avro format, the contents in this avro
file have TAB and NEW LINES in the Avro data part.
Since hive cli output rows are delimited by NEWLINES and columns are delimited
by