Author: buildbot
Date: Tue Jan 14 18:43:25 2014
New Revision: 894137

Log:
Staging update by buildbot for crunch

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

Propchange: websites/staging/crunch/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jan 14 18:43:25 2014
@@ -1 +1 @@
-1558135
+1558155

Modified: websites/staging/crunch/trunk/content/getting-started.html
==============================================================================
--- websites/staging/crunch/trunk/content/getting-started.html (original)
+++ websites/staging/crunch/trunk/content/getting-started.html Tue Jan 14 
18:43:25 2014
@@ -184,7 +184,7 @@ as 0.20.2.</p>
 <p>If you're using the crunch-hbase library, please note that Crunch 0.9.0 
switched to using HBase 0.96.0, while all
 prior versions of crunch-hbase were developed against HBase 0.94.3.</p>
 <p>Here are all of the currently recommended Crunch versions in one convenient 
table:</p>
-<table>
+<table border="1" style="text-align:center;vertical-align: middle">
   <th>
     <td>Hadoop Versions</td>
     <td>HBase Versions</td>

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 Jan 14 18:43:25 
2014
@@ -240,7 +240,7 @@ functions (UDFs), then Crunch is most li
 of patterns. The following table illustrates the relationship between these 
patterns across the various data pipeline projects that run on
 top of Apache Hadoop:</p>
 <p><a name="rels"></a>
-<table border="1" align="center">
+<table border="1" style="text-align:center;vertical-align: middle">
   <tr>
     <td>Concept</td>
     <td><a href="http://hadoop.apache.org";>Apache Hadoop MapReduce</a></td>
@@ -758,7 +758,7 @@ can set the value of this parameter via 
 <p>Because we specified this parameter on the Source instance and not the 
Configuration object directly, we can process multiple
 different files using the NLineInputFormat and not have their different 
settings conflict with one another.</p>
 <p>Here is a table of commonly used Sources and their associated usage 
information:</p>
-<table border="1" align="center">
+<table border="1" style="text-align:center;vertical-align: middle">
   <tr>
     <td>Input Type</td>
     <td>Source</td>
@@ -835,7 +835,7 @@ parameters that this Target needs:</p>
 </pre>
 
 <p>Here is a table of commonly used Targets:</p>
-<table border="1" align="center">
+<table border="1" style="text-align:center;vertical-align: middle">
   <tr>
     <td>Output Type</td>
     <td>Target</td>
@@ -1308,7 +1308,7 @@ your jobs on the JobTracker or Applicati
 </ol>
 <p>There are a number of handy configuration parameters that can be used to 
adjust the behavior of MRPipeline that you should be
 aware of:</p>
-<table border="1" align="center">
+<table border="1" style="text-align:center;vertical-align: middle">
   <tr>
     <td><b>Name</b></td>
     <td><b>Type</b></td>


Reply via email to