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

svn commit: r1564214 - /crunch/site/trunk/content/user-guide.mdtext

Author: jwills
Date: Tue Feb  4 06:01:32 2014
New Revision: 1564214

URL: http://svn.apache.org/r1564214
Log:
One-liner: add docs for crunch.tmp.dir config parameter

Modified:
    crunch/site/trunk/content/user-guide.mdtext

Modified: crunch/site/trunk/content/user-guide.mdtext
URL: http://svn.apache.org/viewvc/crunch/site/trunk/content/user-guide.mdtext?rev=1564214&r1=1564213&r2=1564214&view=diff
==============================================================================
--- crunch/site/trunk/content/user-guide.mdtext (original)
+++ crunch/site/trunk/content/user-guide.mdtext Tue Feb  4 06:01:32 2014
@@ -1396,6 +1396,11 @@ aware of:
     <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>