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/04/10 19:16:12 UTC

svn commit: r1586378 - in /incubator/phoenix/site: publish/building.html publish/download.html source/src/site/markdown/building.md source/src/site/markdown/download.md

Author: mujtaba
Date: Thu Apr 10 17:16:12 2014
New Revision: 1586378

URL: http://svn.apache.org/r1586378
Log:
Updated building and download page

Modified:
    incubator/phoenix/site/publish/building.html
    incubator/phoenix/site/publish/download.html
    incubator/phoenix/site/source/src/site/markdown/building.md
    incubator/phoenix/site/source/src/site/markdown/download.md

Modified: incubator/phoenix/site/publish/building.html
URL: http://svn.apache.org/viewvc/incubator/phoenix/site/publish/building.html?rev=1586378&r1=1586377&r2=1586378&view=diff
==============================================================================
--- incubator/phoenix/site/publish/building.html (original)
+++ incubator/phoenix/site/publish/building.html Thu Apr 10 17:16:12 2014
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2014-04-09
+ Generated by Apache Maven Doxia at 2014-04-10
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -173,6 +173,7 @@
   &lt;/dependencies&gt;
 </pre> 
  </div> 
+ <p>Note: [version] can be replaced by 3.0.0, 4.0.0, etc.</p> 
 </div> 
 <div class="section"> 
  <h2 id="Branches">Branches</h2> 

Modified: incubator/phoenix/site/publish/download.html
URL: http://svn.apache.org/viewvc/incubator/phoenix/site/publish/download.html?rev=1586378&r1=1586377&r2=1586378&view=diff
==============================================================================
--- incubator/phoenix/site/publish/download.html (original)
+++ incubator/phoenix/site/publish/download.html Thu Apr 10 17:16:12 2014
@@ -126,13 +126,21 @@
   <h3 id="Click_here_to_download_Phoenix_Binary_and_Source_Releases"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/phoenix/">Click here to download Phoenix Binary and Source Releases</a></h3> 
  </div> 
  <div class="section"> 
+  <h3 id="HBase_Compatibility">HBase Compatibility</h3> 
+  <ul> 
+   <li>Phoenix 2.x - HBase 0.94.x</li> 
+   <li>Phoenix 3.x - HBase 0.94.x</li> 
+   <li>Phoenix 4.x - HBase 0.98.1+</li> 
+  </ul> 
+ </div> 
+ <div class="section"> 
   <h3 id="Installation">Installation</h3> 
   <p>To install a pre-built phoenix, use these directions:</p> 
   <ul> 
    <li>Download and expand the latest phoenix-[version]-incubating.tar</li> 
    <li>Add the phoenix-core-[version]-incubating.jar to the classpath of every HBase region server. An easy way to do this is to copy it into the HBase lib directory.</li> 
    <li>Restart all region servers.</li> 
-   <li>Add the phoenix-[version]-incubating-client.jar to the classpath of any Phoenix client (only for use with Hadoop 1.x).</li> 
+   <li>Add the phoenix-[version]-incubating-client.jar to the classpath of any Phoenix client (both Hadoop-1 or Hadoop-2 compatible client jars are available in latest release).</li> 
   </ul> 
  </div> 
  <div class="section"> 

Modified: incubator/phoenix/site/source/src/site/markdown/building.md
URL: http://svn.apache.org/viewvc/incubator/phoenix/site/source/src/site/markdown/building.md?rev=1586378&r1=1586377&r2=1586378&view=diff
==============================================================================
--- incubator/phoenix/site/source/src/site/markdown/building.md (original)
+++ incubator/phoenix/site/source/src/site/markdown/building.md Thu Apr 10 17:16:12 2014
@@ -59,6 +59,7 @@ Phoenix is also hosted at Apache Maven R
     ...
   </dependencies>
 ```
+Note: [version] can be replaced by 3.0.0, 4.0.0, etc.
 
 ## Branches ##
 Phoenix 3.0 is running against hbase0.94+, Phoenix 4.0 is running against hbase0.98.1+ and Phoenix master branch is running against hbase trunk branch.

Modified: incubator/phoenix/site/source/src/site/markdown/download.md
URL: http://svn.apache.org/viewvc/incubator/phoenix/site/source/src/site/markdown/download.md?rev=1586378&r1=1586377&r2=1586378&view=diff
==============================================================================
--- incubator/phoenix/site/source/src/site/markdown/download.md (original)
+++ incubator/phoenix/site/source/src/site/markdown/download.md Thu Apr 10 17:16:12 2014
@@ -2,13 +2,18 @@
 
 ### [Click here to download Phoenix Binary and Source Releases](http://www.apache.org/dyn/closer.cgi/incubator/phoenix/)
 
+### HBase Compatibility
+* Phoenix 2.x - HBase 0.94.x
+* Phoenix 3.x - HBase 0.94.x
+* Phoenix 4.x - HBase 0.98.1+
+
 ### Installation ###
 To install a pre-built phoenix, use these directions:
 
 * Download and expand the latest phoenix-[version]-incubating.tar
 * Add the phoenix-core-[version]-incubating.jar to the classpath of every HBase region server. An easy way to do this is to copy it into the HBase lib directory.
 * Restart all region servers.
-* Add the phoenix-[version]-incubating-client.jar to the classpath of any Phoenix client (only for use with Hadoop 1.x).
+* Add the phoenix-[version]-incubating-client.jar to the classpath of any Phoenix client (both Hadoop-1 or Hadoop-2 compatible client jars are available in latest release).
 
 ### Getting Started ###
 Wanted to get started quickly? Take a look at our [FAQs](faq.html) and take our quick start guide [here](Phoenix-in-15-minutes-or-less.html).