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 18:15:18 UTC

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

Author: mujtaba
Date: Thu Apr 10 16:15:18 2014
New Revision: 1586360

URL: http://svn.apache.org/r1586360
Log:
Updated download page

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

Modified: incubator/phoenix/site/publish/download.html
URL: http://svn.apache.org/viewvc/incubator/phoenix/site/publish/download.html?rev=1586360&r1=1586359&r2=1586360&view=diff
==============================================================================
--- incubator/phoenix/site/publish/download.html (original)
+++ incubator/phoenix/site/publish/download.html Thu Apr 10 16:15:18 2014
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2014-04-02
+ 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">
@@ -130,7 +130,7 @@
   <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-[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>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> 
   </ul> 

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=1586360&r1=1586359&r2=1586360&view=diff
==============================================================================
--- incubator/phoenix/site/source/src/site/markdown/download.md (original)
+++ incubator/phoenix/site/source/src/site/markdown/download.md Thu Apr 10 16:15:18 2014
@@ -6,7 +6,7 @@
 To install a pre-built phoenix, use these directions:
 
 * Download and expand the latest phoenix-[version]-incubating.tar
-* Add the phoenix-[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.
+* 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).