RE: Data types for Map key value pairs

2009-01-15 Thread Santhosh Srinivasan
ve further questions/clarifications. Thanks, Santhosh -Original Message- From: ANKUR GOEL [mailto:ankur.g...@corp.aol.com] Sent: Thursday, January 15, 2009 6:35 AM To: pig-dev@hadoop.apache.org Cc: pig-u...@hadoop.apache.org Subject: Data types for Map key value pairs Hi All,

Data types for Map key value pairs

2009-01-15 Thread ANKUR GOEL
Hi All, I have a custom loader that returns a set of fields after reading a log line. One of the fields returned is of type DataType.Map. My question is how can I set the data types for this map's (key, value) pair. In my script I try to generate a record from k,v of this map and get