Author: jwills
Date: Fri Mar 9 21:17:51 2018
New Revision: 1826381
URL: http://svn.apache.org/viewvc?rev=1826381&view=rev
Log:
Update user guide with new control param
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=1826381&r1=1826380&r2=1826381&view=diff
==============================================================================
--- crunch/site/trunk/content/user-guide.mdtext (original)
+++ crunch/site/trunk/content/user-guide.mdtext Fri Mar 9 21:17:51 2018
@@ -1430,6 +1430,11 @@ aware of:
<td>integer</td>
<td>Controls the maximum number of MapReduce jobs that will be executed
simultaneously. Default is 5.</td>
</tr>
+ <tr>
+ <td>crunch.max.poll.interval</td>
+ <td>integer</td>
+ <td>Controls the maximum poll interval of MapReduce jobs in milliseconds.
Default is 1000 for local mode and 10000 otherwise.</td>
+ </tr>
</table>
<a name="sparkpipeline"></a>
@@ -1621,4 +1626,4 @@ Additional details of the Crunch executi
This will produce (and save) 4 additional diagrams that visualize the internal
stages of the pipeline execution plan. Such diagrams are the PCollection
pineage, the pipeline base and split graphs and the run-time node (RTNode)
representation.
(Note: The debug mode requires the output folder to be set. )
-
\ No newline at end of file
+