You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Aryeh Berkowitz <ar...@iswcorp.com> on 2010/01/27 20:54:59 UTC

Conf Path

When I run Pig, I connect to the local file system, when I run (java -cp pig-0.5.0-core.jar:$HADOOP_HOME/conf org.apache.pig.Main) I connect to hdfs. It seems like Pig is not finding my hadoop conf directory. Where do I specify this?

Re: Conf Path

Posted by Alan Gates <ga...@yahoo-inc.com>.
PIG_CLASSPATH=<your_config_directory> pig

Alan.

On Jan 27, 2010, at 11:54 AM, Aryeh Berkowitz wrote:

> When I run Pig, I connect to the local file system, when I run (java  
> -cp pig-0.5.0-core.jar:$HADOOP_HOME/conf org.apache.pig.Main) I  
> connect to hdfs. It seems like Pig is not finding my hadoop conf  
> directory. Where do I specify this?