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? >
