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/01/14 18:47:10 UTC

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

Author: jwills
Date: Tue Jan 14 17:47:10 2014
New Revision: 1558124

URL: http://svn.apache.org/r1558124
Log:
Fix table borders and pre formatting

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=1558124&r1=1558123&r2=1558124&view=diff
==============================================================================
--- crunch/site/trunk/content/user-guide.mdtext (original)
+++ crunch/site/trunk/content/user-guide.mdtext Tue Jan 14 17:47:10 2014
@@ -98,7 +98,7 @@ of patterns. The following table illustr
 top of Apache Hadoop:
 
 <a name="rels"></a>
-<table>
+<table border="1">
   <tr>
     <td>Concept</td>
     <td><a href="http://hadoop.apache.org">Apache Hadoop MapReduce</a></td>
@@ -689,7 +689,7 @@ different files using the NLineInputForm
 
 Here is a table of commonly used Sources and their associated usage information:
 
-<table>
+<table border="1">
   <tr>
     <td>Input Type</td>
     <td>Source</td>
@@ -773,7 +773,7 @@ parameters that this Target needs:
 
 Here is a table of commonly used Targets:
 
-<table>
+<table border="1">
   <tr>
     <td>Output Type</td>
     <td>Target</td>
@@ -1327,39 +1327,39 @@ your jobs on the JobTracker or Applicati
 There are a number of handy configuration parameters that can be used to adjust the behavior of MRPipeline that you should be
 aware of:
 
-<table>
+<table border="1">
   <tr>
     <td><b>Name</b></td>
     <td><b>Type</b></td>
     <td><b>Usage Notes</b></td>
   </tr>
   <tr>
-    <td><pre>crunch.debug</pre></td>
+    <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 <pre>enableDebug()</pre> on the <pre>Pipeline</pre> interface. False by default, because it introduces a fair amount of overhead.</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>
   </tr>
   <tr>
-    <td><pre>crunch.job.name.max.stack.length</pre></td>
+    <td>crunch.job.name.max.stack.length</td>
     <td>integer</td>
     <td>Controls the length of the name of the job that Crunch generates for each phase of the pipeline. Default is 60 chars.</td>
   </tr>
   <tr>
-    <td><pre>crunch.log.job.progress</pre></td>
+    <td>crunch.log.job.progress</td>
     <td>boolean</td>
     <td>If true, Crunch will print the "Map %P Reduce %P" data to stdout as the jobs run. False by default.</td>
   </tr>
   <tr>
-    <td><pre>crunch.disable.combine.file</pre></td>
+    <td>crunch.disable.combine.file</td>
     <td>boolean</td>
-    <td>By default, Crunch will use <pre>CombineFileInputFormat</pre> for subclasses of `FileInputFormat`. This can be disabled on a per-source basis or globally.</td>
+    <td>By default, Crunch will use CombineFileInputFormat for subclasses of FileInputFormat. This can be disabled on a per-source basis or globally.</td>
   </tr>
   <tr>
-    <td><pre>crunch.combine.file.block.size</pre></td>
+    <td>crunch.combine.file.block.size</td>
     <td>integer</td>
-    <td>The block size to use for the <pre>CombineFileInputFormat</pre>. Default is the <pre>dfs.block.size</pre> for the cluster.</td>
+    <td>The block size to use for the CombineFileInputFormat. Default is the dfs.block.size for the cluster.</td>
   </tr>
   <tr>
-    <td><pre>crunch.max.running.jobs</pre></td>
+    <td>crunch.max.running.jobs</td>
     <td>integer</td>
     <td>Controls the maximum number of MapReduce jobs that will be executed simultaneously. Default is 5.</td>
   </tr>