You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2014/06/05 21:32:18 UTC

svn commit: r1600739 - in /phoenix/site: publish/tuning.html source/src/site/markdown/tuning.md

Author: mujtaba
Date: Thu Jun  5 19:32:17 2014
New Revision: 1600739

URL: http://svn.apache.org/r1600739
Log:
PHOENIX-1024 Fix typos

Modified:
    phoenix/site/publish/tuning.html
    phoenix/site/source/src/site/markdown/tuning.md

Modified: phoenix/site/publish/tuning.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/tuning.html?rev=1600739&r1=1600738&r2=1600739&view=diff
==============================================================================
--- phoenix/site/publish/tuning.html (original)
+++ phoenix/site/publish/tuning.html Thu Jun  5 19:32:17 2014
@@ -313,7 +313,7 @@
   </tr> 
   <tr class="b"> 
    <td><small>phoenix.clock.skew.interval</small></td> 
-   <td style="text-align: left;">Delay interval(in milliseconds) when openning SYSTEM.CATALOG to compensate possible time clock skew when SYSTEM.CATALOG moves among region servers. </td> 
+   <td style="text-align: left;">Delay interval(in milliseconds) when opening SYSTEM.CATALOG to compensate possible time clock skew when SYSTEM.CATALOG moves among region servers. </td> 
    <td>2000</td> 
   </tr> 
  </tbody> 

Modified: phoenix/site/source/src/site/markdown/tuning.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/tuning.md?rev=1600739&r1=1600738&r2=1600739&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/tuning.md (original)
+++ phoenix/site/source/src/site/markdown/tuning.md Thu Jun  5 19:32:17 2014
@@ -107,7 +107,7 @@ overridden at connection
 </td><td>100</td></tr>
 <tr><td><small>phoenix.client.autoUpgradeWhiteList</small></td><td style="text-align: left;">Comma separated list of case sensitive full table names to automatically upgrade from 2.2.x format to 3.0/4.0 format. Use * to upgrade all tables. Only applies on the first connection to a 3.0/4.0 cluster. Not specified by default. For more information, see [here](http://phoenix.apache.org/upgrade_from_2_2.html)
 </td><td>&nbsp;</td></tr>
-<tr><td><small>phoenix.clock.skew.interval</small></td><td style="text-align: left;">Delay interval(in milliseconds) when openning SYSTEM.CATALOG to compensate possible time clock skew when SYSTEM.CATALOG moves among region servers. 
+<tr><td><small>phoenix.clock.skew.interval</small></td><td style="text-align: left;">Delay interval(in milliseconds) when opening SYSTEM.CATALOG to compensate possible time clock skew when SYSTEM.CATALOG moves among region servers. 
 </td><td>2000</td></tr>
 </tbody></table>
 <br />