|
|
-
Re: ERROR 1070? how can i fix this? thanksAniket Mokashi 2010-08-10, 17:24
As per the other email--
1. register reu.log? -- I guess this a UDF jar file, right? 2. Does reu.log has package reu which has UDF imageprocessor1? If yes, you should be able to use reu.imageprocessor1. If it doesnt have the package imageprocessor1 can be directly used. Generally, your ImageProcessor should be registered to pig. Check the package hierarchy, it should resolve the issue. http://hadoop.apache.org/pig/docs/r0.7.0/piglatin_ref2.html Thanks, Aniket On Tue, August 10, 2010 1:01 pm, Ifeanyichukwu Osuji wrote: > > i get this error when i run my pig script. > > 2010-08-10 13:01:08,100 [main] ERROR org.apache.pig.tools.grunt.Grunt - > ERROR 1070: Could not resolve ImageProcessor using imports: [, > org.apache.pig.builtin., org.apache.pig.impl.builtin.] > > > > how can i fix this? thanks > > > |