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/08/29 19:21:22 UTC

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

Author: mujtaba
Date: Fri Aug 29 17:21:22 2014
New Revision: 1621348

URL: http://svn.apache.org/r1621348
Log:
Update download page

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

Modified: phoenix/site/publish/download.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/download.html?rev=1621348&r1=1621347&r2=1621348&view=diff
==============================================================================
--- phoenix/site/publish/download.html (original)
+++ phoenix/site/publish/download.html Fri Aug 29 17:21:22 2014
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2014-08-18
+ Generated by Apache Maven Doxia at 2014-08-29
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -126,8 +126,9 @@
   <h2 id="Phoenix_Downloads">Phoenix Downloads</h2>
  </div> 
  <div class="section"> 
-  <h3 id="Download_Phoenix_Binary_and_Source_Releases"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/phoenix/">Download Phoenix Binary and Source Releases</a></h3> 
+  <h3 id="Download_Latest_Phoenix_Binary_and_Source_Releases"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/phoenix/">Download Latest Phoenix Binary and Source Releases</a></h3> 
   <p><a href="recent.html">List of New Features</a></p> 
+  <p><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/phoenix/">Download Previous Releases</a></p> 
   <hr /> 
   <p></p> 
  </div> 
@@ -143,10 +144,10 @@
   <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>Download and expand the latest phoenix-[version]-bin.tar. Use either hadoop1 and hadoop2 artifacts which match your HBase installation.</li> 
+   <li>Add the phoenix-[version]-server.jar to the classpath of every HBase region server and remove any previous version. An easy way to do this is to copy it into the HBase lib directory (use phoenix-core-[version].jar for Phoenix 3.x)</li> 
    <li>Restart all region servers.</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> 
+   <li>Add the phoenix-[version]-client.jar to the classpath of any Phoenix client.</li> 
   </ul> 
  </div> 
  <div class="section"> 

Modified: phoenix/site/source/src/site/markdown/download.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/download.md?rev=1621348&r1=1621347&r2=1621348&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/download.md (original)
+++ phoenix/site/source/src/site/markdown/download.md Fri Aug 29 17:21:22 2014
@@ -1,8 +1,11 @@
 ## Phoenix Downloads
 
-### [Download Phoenix Binary and Source Releases](http://www.apache.org/dyn/closer.cgi/incubator/phoenix/)
+### [Download Latest Phoenix Binary and Source Releases](http://www.apache.org/dyn/closer.cgi/phoenix/)
 
-[List of New Features](recent.html)<hr/>
+[List of New Features](recent.html)
+
+
+[Download Previous Releases](http://www.apache.org/dyn/closer.cgi/incubator/phoenix/)<hr/>
 
 ### HBase Compatibility
 * Phoenix 2.x - HBase 0.94.x
@@ -12,10 +15,10 @@
 ### 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.
+* Download and expand the latest phoenix-[version]-bin.tar. Use either hadoop1 and hadoop2 artifacts which match your HBase installation.
+* Add the phoenix-[version]-server.jar to the classpath of every HBase region server and remove any previous version. An easy way to do this is to copy it into the HBase lib directory (use phoenix-core-[version].jar for Phoenix 3.x)
 * Restart all region servers.
-* 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).
+* Add the phoenix-[version]-client.jar to the classpath of any Phoenix client.
 
 ### 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).