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 2017/03/24 01:02:38 UTC

svn commit: r1788353 - in /phoenix/site: publish/kafka.html source/src/site/markdown/kafka.md

Author: jamestaylor
Date: Fri Mar 24 01:02:38 2017
New Revision: 1788353

URL: http://svn.apache.org/viewvc?rev=1788353&view=rev
Log:
Update supported Phoenix version for Kafka plugin to 4.10.0

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

Modified: phoenix/site/publish/kafka.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/kafka.html?rev=1788353&r1=1788352&r2=1788353&view=diff
==============================================================================
--- phoenix/site/publish/kafka.html (original)
+++ phoenix/site/publish/kafka.html Fri Mar 24 01:02:38 2017
@@ -168,16 +168,13 @@
   <div class="section"> 
    <h4 id="Prerequisites:">Prerequisites:</h4> 
    <ul> 
-    <li>Phoenix 4.8.0+</li> 
+    <li>Phoenix 4.10.0+</li> 
     <li>Kafka 0.9.0.0+</li> 
    </ul> 
   </div> 
   <div class="section"> 
    <h4 id="Installation__Setup:">Installation &amp; Setup:</h4> 
-   <ol style="list-style-type: decimal"> 
-    <li>Download and build Phoenix 4.8.0+</li> 
-    <li>Follow the instructions as specified <a href="building.html">here</a> to build the project as the Kafka plugin</li> 
-   </ol> 
+   <p>Use our binary artifacts for Phoenix 4.10.0+ directly or download and build Phoenix yourself (see instructions <a href="building.html">here</a>)</p> 
   </div> 
   <div class="section"> 
    <h4 id="Phoenix_Consumer_for_RegexEventSerializer_Example:">Phoenix Consumer for RegexEventSerializer Example:</h4> 

Modified: phoenix/site/source/src/site/markdown/kafka.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/kafka.md?rev=1788353&r1=1788352&r2=1788353&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/kafka.md (original)
+++ phoenix/site/source/src/site/markdown/kafka.md Fri Mar 24 01:02:38 2017
@@ -13,13 +13,13 @@ We are providing **PhoenixConsumer** to
 
 #### Prerequisites:
 
-* Phoenix 4.8.0+
+* Phoenix 4.10.0+
 * Kafka 0.9.0.0+
 
 #### Installation & Setup:
 
-1. Download and build Phoenix 4.8.0+
-2. Follow the instructions as specified [here](building.html) to build the project as the Kafka plugin
+Use our binary artifacts for Phoenix 4.10.0+ directly or download and build Phoenix yourself (see
+instructions [here](building.html))
 
 #### Phoenix Consumer for RegexEventSerializer Example: