You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Ifeanyichukwu Osuji <os...@potsdam.edu> on 2010/08/10 19:01:59 UTC

ERROR 1070? how can i fix this? thanks

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


Re: ERROR 1070? how can i fix this? thanks

Posted by Aniket Mokashi <am...@andrew.cmu.edu>.
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
>
>
>