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/06/02 17:42:43 UTC

svn commit: r1599245 - in /phoenix/site: publish/ source/src/site/markdown/

Author: mujtaba
Date: Mon Jun  2 15:42:43 2014
New Revision: 1599245

URL: http://svn.apache.org/r1599245
Log:
Updated documentation related to Phoenix TLP graduation

Modified:
    phoenix/site/publish/building.html
    phoenix/site/publish/building_website.html
    phoenix/site/publish/index.html
    phoenix/site/publish/source.html
    phoenix/site/source/src/site/markdown/building.md
    phoenix/site/source/src/site/markdown/building_website.md
    phoenix/site/source/src/site/markdown/index.md
    phoenix/site/source/src/site/markdown/source.md

Modified: phoenix/site/publish/building.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/building.html?rev=1599245&r1=1599244&r2=1599245&view=diff
==============================================================================
--- phoenix/site/publish/building.html (original)
+++ phoenix/site/publish/building.html Mon Jun  2 15:42:43 2014
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2014-04-23
+ Generated by Apache Maven Doxia at 2014-06-02
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -168,13 +168,13 @@
     &lt;dependency&gt;
         &lt;groupId&gt;org.apache.phoenix&lt;/groupId&gt;
         &lt;artifactId&gt;phoenix-core&lt;/artifactId&gt;
-        &lt;version&gt;[version]-incubating&lt;/version&gt;
+        &lt;version&gt;[version]&lt;/version&gt;
     &lt;/dependency&gt;
     ...
   &lt;/dependencies&gt;
 </pre> 
  </div> 
- <p>Note: [version] can be replaced by 3.0.0, 4.0.0, etc.</p> 
+ <p>Note: [version] can be replaced by 3.0.0-incubating, 4.0.0-incubating, etc.</p> 
 </div> 
 <div class="section"> 
  <h2 id="Branches">Branches</h2> 

Modified: phoenix/site/publish/building_website.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/building_website.html?rev=1599245&r1=1599244&r2=1599245&view=diff
==============================================================================
--- phoenix/site/publish/building_website.html (original)
+++ phoenix/site/publish/building_website.html Mon Jun  2 15:42:43 2014
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2014-04-23
+ Generated by Apache Maven Doxia at 2014-06-02
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -126,7 +126,7 @@
  <li>Make a local copy of source markdown files and html web pages</li> 
 </ol> 
 <div class="source"> 
- <pre> $ svn checkout https://svn.apache.org/repos/asf/incubator/phoenix
+ <pre> $ svn checkout https://svn.apache.org/repos/asf/phoenix
 </pre>
 </div> 
 <ol style="list-style-type: decimal"> 

Modified: phoenix/site/publish/index.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/index.html?rev=1599245&r1=1599244&r2=1599245&view=diff
==============================================================================
--- phoenix/site/publish/index.html (original)
+++ phoenix/site/publish/index.html Mon Jun  2 15:42:43 2014
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2014-04-23
+ Generated by Apache Maven Doxia at 2014-06-02
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -191,11 +191,6 @@
 <div class="section"> 
  <h2 id="Metadata">Metadata</h2> 
  <p>The catalog of tables, their columns, primary keys, and types may be retrieved via the java.sql metadata interfaces: <tt>DatabaseMetaData</tt>, <tt>ParameterMetaData</tt>, and <tt>ResultSetMetaData</tt>. For retrieving schemas, tables, and columns through the DatabaseMetaData interface, the schema pattern, table pattern, and column pattern are specified as in a LIKE expression (i.e. % and _ are wildcards escaped through the character). The table catalog argument to the metadata APIs deviates from a more standard relational database model, and instead is used to specify a column family name (in particular to see all columns in a given column family).</p> 
- <hr /> 
-</div> 
-<div class="section"> 
- <h2 id="Disclaimer">Disclaimer</h2> 
- <p>Apache Phoenix is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the <a class="externalLink" href="http://incubator.apache.org/">Apache Incubator PMC</a>. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. <br /><br /><img src="http://incubator.apache.org/images/apache-incubator-logo.png" alt="" /></p> 
 </div>
 			</div>
 		</div>

Modified: phoenix/site/publish/source.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/source.html?rev=1599245&r1=1599244&r2=1599245&view=diff
==============================================================================
--- phoenix/site/publish/source.html (original)
+++ phoenix/site/publish/source.html Mon Jun  2 15:42:43 2014
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2014-04-23
+ Generated by Apache Maven Doxia at 2014-06-02
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -123,17 +123,17 @@
  <h1>Source Repository</h1>
 </div> 
 <p>Apache Phoenix source is available on Apache Git server:</p> 
-<p><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git">https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git</a></p> 
+<p><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/phoenix.git">https://git-wip-us.apache.org/repos/asf/phoenix.git</a></p> 
 <div class="section"> 
  <div class="section"> 
   <h3 id="Source_access">Source access</h3> 
   <p>The source can be checked out from GIT with this command. See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>:</p> 
   <div class="source"> 
-   <pre>$ git clone https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git
+   <pre>$ git clone https://git-wip-us.apache.org/repos/asf/phoenix.git
 </pre> 
   </div> 
   <hr /> 
-  <p>Mirror on Github: <a class="externalLink" href="https://github.com/apache/incubator-phoenix">https://github.com/apache/incubator-phoenix</a></p> 
+  <p>Mirror on Github: <a class="externalLink" href="https://github.com/apache/phoenix">https://github.com/apache/phoenix</a></p> 
   <hr /> 
   <p>Related: <a href="building.html">Using &gt; Building</a></p> 
  </div> 

Modified: phoenix/site/source/src/site/markdown/building.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/building.md?rev=1599245&r1=1599244&r2=1599245&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/building.md (original)
+++ phoenix/site/source/src/site/markdown/building.md Mon Jun  2 15:42:43 2014
@@ -54,12 +54,12 @@ Phoenix is also hosted at Apache Maven R
     <dependency>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>phoenix-core</artifactId>
-        <version>[version]-incubating</version>
+        <version>[version]</version>
     </dependency>
     ...
   </dependencies>
 ```
-Note: [version] can be replaced by 3.0.0, 4.0.0, etc.
+Note: [version] can be replaced by 3.0.0-incubating, 4.0.0-incubating, 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: phoenix/site/source/src/site/markdown/building_website.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/building_website.md?rev=1599245&r1=1599244&r2=1599245&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/building_website.md (original)
+++ phoenix/site/source/src/site/markdown/building_website.md Mon Jun  2 15:42:43 2014
@@ -3,7 +3,7 @@
 1. Make a local copy of source markdown files and html web pages
 
 ```
- $ svn checkout https://svn.apache.org/repos/asf/incubator/phoenix
+ $ svn checkout https://svn.apache.org/repos/asf/phoenix
 ```
 
 2. Edit/Add source markdown files in `/src/site/markdown` directory

Modified: phoenix/site/source/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/index.md?rev=1599245&r1=1599244&r2=1599245&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/index.md (original)
+++ phoenix/site/source/src/site/markdown/index.md Mon Jun  2 15:42:43 2014
@@ -62,8 +62,3 @@ Most commonly, an application will let H
 
 ## Metadata ##
 The catalog of tables, their columns, primary keys, and types may be retrieved via the java.sql metadata interfaces: `DatabaseMetaData`, `ParameterMetaData`, and `ResultSetMetaData`. For retrieving schemas, tables, and columns through the DatabaseMetaData interface, the schema pattern, table pattern, and column pattern are specified as in a LIKE expression (i.e. % and _ are wildcards escaped through the \ character). The table catalog argument to the metadata APIs deviates from a more standard relational database model, and instead is used to specify a column family name (in particular to see all columns in a given column family).
-
-<hr/>
-## Disclaimer ##
-Apache Phoenix is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the [Apache Incubator PMC](http://incubator.apache.org/). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-<br/><br/><img src="http://incubator.apache.org/images/apache-incubator-logo.png"/>

Modified: phoenix/site/source/src/site/markdown/source.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/source.md?rev=1599245&r1=1599244&r2=1599245&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/source.md (original)
+++ phoenix/site/source/src/site/markdown/source.md Mon Jun  2 15:42:43 2014
@@ -2,19 +2,19 @@
 
 Apache Phoenix source is available on Apache Git server:
 
-https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git
+https://git-wip-us.apache.org/repos/asf/phoenix.git
 
 ### Source access 
 
 The source can be checked out from GIT with this command. See http://git-scm.com/docs/git-clone:
 
 ```
-$ git clone https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git
+$ git clone https://git-wip-us.apache.org/repos/asf/phoenix.git
 ```
 
 <hr/>
 
-Mirror on Github: https://github.com/apache/incubator-phoenix
+Mirror on Github: https://github.com/apache/phoenix
 
 <hr/>