Description
In pig it's possible to set the temporary directory using the pig.temp.dir property. Being able to redirect temporary output is useful in production systems to automatically clean up after aborted runs (or stuff accidentally left behind). We should have this in Crunch, too.
This is also a prerequisite for cleaning up the integration test suite. Right now it leaves 80 files behind on /tmp making it unsuitable for continuous integration in a shared environment.