You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ac...@apache.org on 2019/05/08 21:59:40 UTC

svn commit: r1858953 - in /phoenix/site: publish/Phoenix-in-15-minutes-or-less.html source/src/site/markdown/Phoenix-in-15-minutes-or-less.md

Author: achouhan
Date: Wed May  8 21:59:40 2019
New Revision: 1858953

URL: http://svn.apache.org/viewvc?rev=1858953&view=rev
Log:
PHOENIX-5254 Broken Link to Installation Section of the Download Page

Modified:
    phoenix/site/publish/Phoenix-in-15-minutes-or-less.html
    phoenix/site/source/src/site/markdown/Phoenix-in-15-minutes-or-less.md

Modified: phoenix/site/publish/Phoenix-in-15-minutes-or-less.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/Phoenix-in-15-minutes-or-less.html?rev=1858953&r1=1858952&r2=1858953&view=diff
==============================================================================
--- phoenix/site/publish/Phoenix-in-15-minutes-or-less.html (original)
+++ phoenix/site/publish/Phoenix-in-15-minutes-or-less.html Wed May  8 21:59:40 2019
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-06-10
+ Generated by Apache Maven Doxia at 2019-05-08
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -189,7 +189,7 @@
  <li>Opens the door for leveraging and integrating lots of existing tooling</li> 
 </ul> 
 <p><i><b>But how can SQL support my favorite HBase technique of x,y,z</b></i><br /> Didn’t make it to the last HBase Meetup did you? SQL is just a way of expressing <i><b>what you want to get</b></i> not <i><b>how you want to get it</b></i>. Check out my <a class="externalLink" href="http://files.meetup.com/1350427/IntelPhoenixHBaseMeetup.ppt">presentation</a> for various existing and to-be-done Phoenix features to support your favorite HBase trick. Have ideas of your own? We’d love to hear about them: file an <a href="issues.html">issue</a> for us and/or join our <a href="mailing_list.html">mailing list</a>.</p> 
-<p><i><b>Blah, blah, blah - I just want to get started!</b></i><br /> Ok, great! Just follow our <a href="download.html#Installation">install instructions</a>:</p> 
+<p><i><b>Blah, blah, blah - I just want to get started!</b></i><br /> Ok, great! Just follow our <a href="installation.html">install instructions</a>:</p> 
 <ul> 
  <li><a href="download.html">download</a> and expand our installation tar</li> 
  <li>copy the phoenix server jar that is compatible with your HBase installation into the lib directory of every region server</li> 
@@ -495,7 +495,7 @@ ORDER BY sum(population) DESC;
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
 			</div>
 		</div>
 	</div>

Modified: phoenix/site/source/src/site/markdown/Phoenix-in-15-minutes-or-less.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/Phoenix-in-15-minutes-or-less.md?rev=1858953&r1=1858952&r2=1858953&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/Phoenix-in-15-minutes-or-less.md (original)
+++ phoenix/site/source/src/site/markdown/Phoenix-in-15-minutes-or-less.md Wed May  8 21:59:40 2019
@@ -31,7 +31,7 @@ Well, that's kind of the point: give fol
 Didn't make it to the last HBase Meetup did you? SQL is just a way of expressing *<strong>what you want to get</strong>* not *<strong>how you want to get it</strong>*. Check out my [presentation](http://files.meetup.com/1350427/IntelPhoenixHBaseMeetup.ppt) for various existing and to-be-done Phoenix features to support your favorite HBase trick. Have ideas of your own? We'd love to hear about them: file an [issue](issues.html) for us and/or join our [mailing list](mailing_list.html).
 
 *<strong>Blah, blah, blah - I just want to get started!</strong>*<br/>
-Ok, great! Just follow our [install instructions](download.html#Installation):
+Ok, great! Just follow our [install instructions](installation.html):
 
 * [download](download.html) and expand our installation tar
 * copy the phoenix server jar that is compatible with your HBase installation into the lib directory of every region server