|
Amogh Vasekar |
at Oct 6, 2009 at 7:55 am
|
⇧ |
| |
You can always pass them as comma delimited strings
Which would be pretty expensive per <k,v> right? Would avro be looking into solving such problems?
Amogh
-----Original Message-----
From: Jason Venner
Sent: Tuesday, October 06, 2009 11:33 AM
To: common-user@hadoop.apache.org
Subject: Re: Having multiple values in Value field
You can always pass them as comma delimited strings, which is what you are
already doing with your python streaming code, and then use Text as your
value.
On Mon, Oct 5, 2009 at 10:54 PM, akshaya iyengar
wrote:
I am having issues having multiple values in my value field.My desired
result is
<key>,<float,int> or even <key>,<float,float>.
It seems easy in Python where I can pass a tuple as value.What is the best
way to do this in Java.
I have tried ArrayWritable but it looks like I need to write my own class
like IntArrayWritable.
Thanks,
Akshaya
--
Pro Hadoop, a book to guide you from beginner to hadoop mastery,
http://www.amazon.com/dp/1430219424?tag=jewlerymallwww.prohadoopbook.com a community for Hadoop Professionals