You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2016/05/06 17:40:29 UTC

svn commit: r1742566 - in /phoenix/site: publish/secondary_indexing.html source/src/site/markdown/secondary_indexing.md

Author: jamestaylor
Date: Fri May  6 17:40:28 2016
New Revision: 1742566

URL: http://svn.apache.org/viewvc?rev=1742566&view=rev
Log:
Fix typo

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

Modified: phoenix/site/publish/secondary_indexing.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/secondary_indexing.html?rev=1742566&r1=1742565&r2=1742566&view=diff
==============================================================================
--- phoenix/site/publish/secondary_indexing.html (original)
+++ phoenix/site/publish/secondary_indexing.html Fri May  6 17:40:28 2016
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-04-18
+ Generated by Apache Maven Doxia at 2016-05-06
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -192,7 +192,7 @@
   --output-path ASYNC_IDX_HFILES
 </pre> 
  </div> 
- <p>Only when the map reduce job is complete will the index be activated and start to be used in queries. The job is relilient to the client being exited. The output-path option is used to specify a HDFS directory that is used for writing HFiles to.</p> 
+ <p>Only when the map reduce job is complete will the index be activated and start to be used in queries. The job is resilient to the client being exited. The output-path option is used to specify a HDFS directory that is used for writing HFiles to.</p> 
 </div> 
 <div class="section"> 
  <h2 id="Index_Usage">Index Usage</h2> 

Modified: phoenix/site/source/src/site/markdown/secondary_indexing.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/secondary_indexing.md?rev=1742566&r1=1742565&r2=1742566&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/secondary_indexing.md (original)
+++ phoenix/site/source/src/site/markdown/secondary_indexing.md Fri May  6 17:40:28 2016
@@ -50,7 +50,7 @@ The map reduce job that populates the in
       --schema MY_SCHEMA --data-table MY_TABLE --index-table ASYNC_IDX
       --output-path ASYNC_IDX_HFILES
 
-Only when the map reduce job is complete will the index be activated and start to be used in queries. The job is relilient to the client being exited. The output-path option is used to specify a HDFS directory that is used for writing HFiles to.
+Only when the map reduce job is complete will the index be activated and start to be used in queries. The job is resilient to the client being exited. The output-path option is used to specify a HDFS directory that is used for writing HFiles to.
 
 ## Index Usage
 Indexes are automatically used by Phoenix to service a query when it's determined more efficient to do so. However, a global index will not be used unless all of the columns referenced in the query are contained in the index.  For example, the following query would not use the index, because v2 is referenced in the query but not included in the index: