Re: binary column data consistency in hive table copy

2015-09-30 Thread Ujjwal Wadhawan
; > 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

Re: binary column data consistency in hive table copy

2015-09-15 Thread Gabriel Balan

Re: Re: binary column data consistency in hive table copy

2015-09-14 Thread xihuyu2000
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

Re: binary column data consistency in hive table copy

2015-09-14 Thread Jason Dere
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