;
> The statements and opinions expressed here are my own and do not
> necessarily represent those of Oracle Corporation.
>
>
> - Original Message -
> From: xihuyu2...@126.com
> To: user@hive.apache.org
> Sent: Monday, September 14, 2015 7:17:24 PM GMT -05:00 US/Canada E
if use CTAS then a MR job occures. Maybe the problem is in the MR job.
2015-09-15
xihuyu2000
发件人:Jason Dere
发送时间:2015-09-15 06:00
主题:Re: binary column data consistency in hive table copy
收件人:"user@hive.apache.org"
抄送:
Looks like your table is using text storage format. Binary
Looks like your table is using text storage format. Binary data needs to be
stored as base64 in TextInputformat, so those values are probably being
interpreted as base64 strings.
From: Ujjwal Wadhawan
Sent: Monday, September 14, 2015 2:32 PM
To: user@hive.apach