Pig: 0.8.1-cdh3u2
Hadoop: 0.20.2-cdh3u0
Debugging FIELD_DISCARDED_TYPE_CONVERSION_FAILED
warnings, but I can't seem to make individual warnings printed anywhere. Disabling aggregation via -w
or aggregate.warnings=false
switch removes the summary messages, BUT it does remove the actual warning too, so I can't see what type conversion failed.
There's nothing written in the pig's log for this run, AND there's no place I can locate the logs with the individual warnings. Did I miss anything obvious or it simply doesn't work?
chararray
into pig, then write a UDF that tries to convert it. If an exception is thrown, return the item (don't return anything otherwise). – Anchovy