You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by yo...@wipro.com on 2012/09/13 10:32:06 UTC

ERROR org.apache.pig.tools.grunt.Grunt

Hi all,

I have tried this command.

A = load '/try.txt' using HCatLoader();

and the error comes:

ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1070: Could not resolve HCatLoader using imports: [, org.apache.pig.builtin., org.apache.pig.impl.builtin.]

Please suggest.

Thanks & Regards
Yogesh Kumar
Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 

www.wipro.com

Re: ERROR org.apache.pig.tools.grunt.Grunt

Posted by Bill Graham <bi...@gmail.com>.
You need to either specify the full package path to the HCatLoader or
include the path in your udf.import.list property. Or, you don't have
the HCatLoader
class in your classpath.

On Thu, Sep 13, 2012 at 1:32 AM, <yo...@wipro.com> wrote:

> Hi all,
>
> I have tried this command.
>
> A = load '/try.txt' using HCatLoader();
>
> and the error comes:
>
> ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1070: Could not resolve
> HCatLoader using imports: [, org.apache.pig.builtin.,
> org.apache.pig.impl.builtin.]
>
> Please suggest.
>
> Thanks & Regards
> Yogesh Kumar
> Please do not print this email unless it is absolutely necessary.
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses.
> The company accepts no liability for any damage caused by any virus
> transmitted by this email.
>
> www.wipro.com
>



-- 
*Note that I'm no longer using my Yahoo! email address. Please email me at
billgraham@gmail.com going forward.*