-
Notifications
You must be signed in to change notification settings - Fork 8
FAQs
- Pass arguments to
$STAMPEDE_HOME/bin/stampede. Seestampede --helpfor details. - Override an environment variable in a custom
.stampedercfile. See the README for details. - Create your own version of an existing
binscript or a new script, and put it in$STAMPEDE_HOME/custom. For example, you can change the way log messages are formatted by creating your ownformat-log-messagescript.
Patches are welcome, of course. For larger contributions, we intend the $STAMPEDE_HOME/contrib directory to be location for contributions that are "as-is" and not appropriate to roll into the main code base.
We also welcome contributions that support specific tool suites, in addition to Hadoop.
Also, if you have stampedes (worflows) that demonstrate useful techniques or pain-points to improve, send them our way.
Finally, we welcome patches that enable Stampede to work with Cygwin on Windows and Unix distributions where bash and Gnu make are installed.
Like many other server-side applications, Stampede was developed on a Mac for use primarily on Linux systems. In principle, it should work with any Unix variant, including Cygwin for Windows, although we have only tested on Mac OSX and several flavors of Linux. See the README for more information on platform issues.