Wednesday, April 27, 2016

ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1115: Unsupported type: 10  in Pig's schema


Hello

I have faced this error when running a pig script. The reason for this error is I was using a Hcat Store to store the output from pigscript into a hive table and for one column, the data type in pig is not compatible with hive data type. Please check the data types when you face this error in pig script.

Cheers.