gates
Thu, 10 Apr 2008 15:26:50 -0700
Author: gates Date: Thu Apr 10 15:26:24 2008 New Revision: 646993 URL: http://svn.apache.org/viewvc?rev=646993&view=rev Log: PIG-111 Template for properties file that should have been checked in with revision 646988. Added: incubator/pig/trunk/conf/ incubator/pig/trunk/conf/pig.properties Added: incubator/pig/trunk/conf/pig.properties URL: http://svn.apache.org/viewvc/incubator/pig/trunk/conf/pig.properties?rev=646993&view=auto ============================================================================== --- incubator/pig/trunk/conf/pig.properties (added) +++ incubator/pig/trunk/conf/pig.properties Thu Apr 10 15:26:24 2008 @@ -0,0 +1,34 @@ +# Pig configuration file. All values can be overwritten by command line arguments. +# see bin/pig -help + +# log4jconf log4j configuration file +log4jconf=./conf/log4j.properties + +# brief logging (no timestamps) +brief=false + +# clustername, name of the hadoop jobtracker. If no port is defined port 50020 will be used. +#cluster + +#debug level, INFO is default +debug=INFO + +# a file that contains pig script +#file= + +# load jarfile, colon separated +#jar= + +#verbose print all log messages to screen (default to print only INFO and above to screen) +verbose=false + +#exectype local|mapreduce, mapreduce is default +exectype=local +# hod realted properties +#ssh.gateway +#hod.expect.root +#hod.expect.uselatest +#hod.command +#hod.config.dir +#hod.param +