Skip to content

Instantly share code, notes, and snippets.

@zachradtka
Last active August 29, 2015 14:17
Show Gist options
  • Save zachradtka/da9f06425ae583bb034d to your computer and use it in GitHub Desktop.
Save zachradtka/da9f06425ae583bb034d to your computer and use it in GitHub Desktop.
Mortar command
/usr/java/default/bin/java -Xmx1000m -Dpig.events.logformat=humanreadable
-Dfs.s3.awsAccessKeyId=XXXXXXXXXXXX
-Dpig.logfile=/home/zach/test/logs/local-pig.log
-Dfs.s3.awsSecretAccessKey=XXXXXXXXXXXX
-Djava.security.krb5.realm=
-Dpython.cachedir=/home/zach/test/.mortar-local/jython/cachedir
-Dfs.s3n.awsSecretAccessKey=XXXXXXXXXXXX
-Dpython.home=/home/zach/test/.mortar-local/jython
-Dpython.path=/home/zach/test/.mortar-local/../controlscripts/lib:/home/zach/test/.mortar-local/../vendor/controlscripts/lib
-Djython.output=true
-Djava.security.krb5.kdc=
-Dfs.s3n.awsAccessKeyId=XXXXXXXXXXXX
-Dpython.verbose=error
-Dpig.udf.scripting.log.dir=/home/zach/test/logs/udf
-Dpig.log.dir=/home/zach/test/.mortar-local/pig-0.12/logs
-Dpig.log.file=pig.log
-Dpig.home.dir=/home/zach/test/.mortar-local/pig-0.12
-classpath /opt/pig/default/conf:
/usr/java/default/lib/tools.jar:
/home/zach/test/.mortar-local/pig-0.12/lib-local/*:
/home/zach/test/.mortar-local/lib-common/lib-local/*:
/home/zach/test/.mortar-local/pig-0.12/lib-pig/*:
/home/zach/test/.mortar-local/pig-0.12/lib-cluster/*:
/home/zach/test/.mortar-local/lib-common/lib-pig/*:
/home/zach/test/.mortar-local/lib-common/lib-cluster/*:
/home/zach/test/.mortar-local/jython/jython.jar:
/home/zach/test/lib/*:
/etc/hadoop/conf:
/usr/lib/hadoop/lib/*:
/usr/lib/hadoop/.//*:
/usr/lib/hadoop-hdfs/./:
/usr/lib/hadoop-hdfs/lib/*:
/usr/lib/hadoop-hdfs/.//*:
/usr/lib/hadoop-yarn/lib/*:
/usr/lib/hadoop-yarn/.//*:
/usr/lib/hadoop-mapreduce/lib/*:
/usr/lib/hadoop-mapreduce/.//*:
/home/zach/test/.mortar-local/pig-0.12/pig-withouthadoop.jar org.apache.pig.Main
-exectype local
-log4jconf /home/zach/test/.mortar-local/lib-common/conf/log4j-cli-local-dev.properties
-propertyFile /home/zach/test/.mortar-local/lib-common/conf/pig-hawk-global.properties
-propertyFile /home/zach/test/.mortar-local/lib-common/conf/pig-cli-local-dev.properties
-param_file /home/zach/test/recsys.properties
-f /home/zach/test/pigscripts/retail-recsys.pig
pig.import.search.path=../macros,../vendor/macros,../../macros
pig.register.search.path=../udfs/python,../../udfs/python,../udfs/jython,../../udfs/jython,../udfs/java,../../udfs/java,../vendor/udfs/python,../../vendor/udfs/python,../vendor/udfs/jython,../../vendor/udfs/jython,../vendor/udfs/java,../../vendor/udfs/java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment