RE: hive storing a byte array

2011-05-24 Thread Steven Wong
@hive.apache.org Subject: Re: hive storing a byte array Steven, Thanks for your reply! I have written it the way you mentioned, based on an earlier post in this mailing list. I'm concerned about having to encode/decode the string in base64, I'm wondering how much this will impact my job ru

Re: hive storing a byte array

2011-05-24 Thread Luke Forehand
ne them in >Hive as string. > > >-Original Message- >From: Luke Forehand [mailto:luke.foreh...@networkedinsights.com] >Sent: Monday, May 23, 2011 1:21 PM >To: user@hive.apache.org >Subject: hive storing a byte array > >Hello, > >Can someone please provide an ex

RE: hive storing a byte array

2011-05-23 Thread Steven Wong
@hive.apache.org Subject: hive storing a byte array Hello, Can someone please provide an example in Hive, how I can store a serialized object in a field? A field type of byte array or binary or blob is really what I was looking for, but if something slightly less trivial is involved some

hive storing a byte array

2011-05-23 Thread Luke Forehand
Hello, Can someone please provide an example in Hive, how I can store a serialized object in a field? A field type of byte array or binary or blob is really what I was looking for, but if something slightly less trivial is involved some instruction would be much appreciated. This object is used