You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Gang Luo <lg...@yahoo.com.cn> on 2010/06/10 23:37:53 UTC

pig configuration

Hi all, 
I want to know if there are some configuration files in control of the temperate files and log files generated in pig.

Thanks,
-Gang



      

Re: pig configuration

Posted by Ashutosh Chauhan <as...@gmail.com>.
ls $PIG_HOME/conf

log4j.properties : put your log4j properties then specify it using -4
option on pig command line.
pig-default.properties : properties used by pig. Modifying properties
in this file will have no effect.
pig.properties: All user properties go in here.

Hope it helps,
Ashutosh

On Thu, Jun 10, 2010 at 14:37, Gang Luo <lg...@yahoo.com.cn> wrote:
> Hi all,
> I want to know if there are some configuration files in control of the temperate files and log files generated in pig.
>
> Thanks,
> -Gang
>
>
>
>
>