hadoop - ERROR 1075: Received a bytearray from the UDF. Cannot determine how to convert the bytearray to string -
i'm getting following runtime error while running pig script:
error 1075: received bytearray udf. cannot determine how convert bytearray string please me diagnose.
foreach generate (chararray)com.stack.overflow.udf() (a:chararray)
Comments
Post a Comment