You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by bu...@apache.org on 2014/02/04 07:01:53 UTC

svn commit: r896348 - in /websites/staging/crunch/trunk/content: ./ user-guide.html

Author: buildbot
Date: Tue Feb  4 06:01:53 2014
New Revision: 896348

Log:
Staging update by buildbot for crunch

Modified:
    websites/staging/crunch/trunk/content/   (props changed)
    websites/staging/crunch/trunk/content/user-guide.html

Propchange: websites/staging/crunch/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb  4 06:01:53 2014
@@ -1 +1 @@
-1559822
+1564214

Modified: websites/staging/crunch/trunk/content/user-guide.html
==============================================================================
--- websites/staging/crunch/trunk/content/user-guide.html (original)
+++ websites/staging/crunch/trunk/content/user-guide.html Tue Feb  4 06:01:53 2014
@@ -1382,6 +1382,11 @@ aware of:</p>
     <td><b>Usage Notes</b></td>
   </tr>
   <tr>
+    <td>crunch.tmp.dir</td>
+    <td>string</td>
+    <td>The base directory for Crunch to use when it writes temporary outputs for a job. Default is "/tmp".</td>
+  </tr>
+  <tr>
     <td>crunch.debug</td>
     <td>boolean</td>
     <td>Enables debug mode, which traps and logs any runtime exceptions and input data. Can also be enabled via enableDebug() on the Pipeline interface. False by default, because it introduces a fair amount of overhead.</td>