Dmitriy,
Thanks for your reply. I added the pig_classpath and I got somewhere but I'm 
still getting errors which I put here: http://pastebin.com/d213a21b9.

Also, when you say pig.jar, I'm assuming that I'm using pig-0.5.0-core.jar in 
the latest version?

My ultimate goal is to be to load an HBase table. Any help with that would be 
appreciated.

Aryeh

-----Original Message-----
From: Dmitriy Ryaboy [mailto:[email protected]] 
Sent: Wednesday, December 23, 2009 11:51 AM
To: [email protected]
Subject: Re: Pig Setup

Hi Aryeh,
The most common cause of this is not having the hadoop conf directory
in your classpath.

If you are using the bin/pig script (as opposed to using Pig through
Java) you can put both the conf directory and pig.jar in
PIG_CLASSPATH, for example I have:

export 
PIG_CLASSPATH=/home/dvryaboy/src/pig/pig.jar:/etc/hadoop-0.20/conf.pseudo/

If this doesn't help, please send the exact error you are getting,
your pig version, and the relevant environment information (all
classpaths, etc).

Cheers
-D

On Wed, Dec 23, 2009 at 8:40 AM, Aryeh Berkowitz <[email protected]> wrote:
> I followed the instructions on the Pig Setup page but I can't seem to be able 
> to attach to my HDFS cluster. Is there a configuration file I'm missing or a 
> environment variable that I'm missing?
>

Reply via email to