Created
January 15, 2014 19:57
-
-
Save ajorgensen/8443324 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options: | |
--clean, -c: Clean all rsync and maven state before running | |
--cp, -p <s>: Scala classpath | |
--hdfs, -h: Run on HDFS | |
--hdfs-local, -d: Run in Hadoop local mode | |
--local, -l: Run in Cascading local mode (does not use Hadoop) | |
--print, -r: Print the command YOU SHOULD enter on the remote node. Useful for screen sessions | |
--scalaversion, -s <s>: version of Scala for scalac (defaults to scalaVersion in project/Build.scala) | |
--print-cp, -i: Print the Scala classpath | |
--jar, -j <s>: Specify the jar file | |
--host, -o <s>: Specify the hadoop host where the job runs | |
--reducers, -e <i>: Specify the number of reducers | |
--help: Show this message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment