Return-Path: X-Original-To: apmail-phoenix-commits-archive@minotaur.apache.org Delivered-To: apmail-phoenix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C67AC181E8 for ; Wed, 29 Apr 2015 18:05:42 +0000 (UTC) Received: (qmail 48751 invoked by uid 500); 29 Apr 2015 18:05:42 -0000 Delivered-To: apmail-phoenix-commits-archive@phoenix.apache.org Received: (qmail 48697 invoked by uid 500); 29 Apr 2015 18:05:42 -0000 Mailing-List: contact commits-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list commits@phoenix.apache.org Received: (qmail 48670 invoked by uid 99); 29 Apr 2015 18:05:42 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 18:05:42 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 66BEFAC0623 for ; Wed, 29 Apr 2015 18:05:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1676806 [1/4] - in /phoenix: ./ site/publish/ site/publish/language/ site/source/ site/source/src/site/ site/source/src/site/markdown/ Date: Wed, 29 Apr 2015 18:05:41 -0000 To: commits@phoenix.apache.org From: mujtaba@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150429180542.66BEFAC0623@hades.apache.org> Author: mujtaba Date: Wed Apr 29 18:05:40 2015 New Revision: 1676806 URL: http://svn.apache.org/r1676806 Log: PHOENIX-1853 - Remote artifact on website use wrong protocol (thecarlhall) Modified: phoenix/build.sh phoenix/site/publish/Phoenix-in-15-minutes-or-less.html phoenix/site/publish/array_type.html phoenix/site/publish/building.html phoenix/site/publish/building_website.html phoenix/site/publish/bulk_dataload.html phoenix/site/publish/contributing.html phoenix/site/publish/develop.html phoenix/site/publish/download.html phoenix/site/publish/dynamic_columns.html phoenix/site/publish/faq.html phoenix/site/publish/flume.html phoenix/site/publish/index.html phoenix/site/publish/installation.html phoenix/site/publish/issues.html phoenix/site/publish/joins.html phoenix/site/publish/language/datatypes.html phoenix/site/publish/language/functions.html phoenix/site/publish/language/index.html phoenix/site/publish/mailing_list.html phoenix/site/publish/multi-tenancy.html phoenix/site/publish/news.html phoenix/site/publish/paged.html phoenix/site/publish/performance.html phoenix/site/publish/pherf.html phoenix/site/publish/phoenix_mr.html phoenix/site/publish/phoenix_on_emr.html phoenix/site/publish/pig_integration.html phoenix/site/publish/recent.html phoenix/site/publish/release.html phoenix/site/publish/resources.html phoenix/site/publish/roadmap.html phoenix/site/publish/salted.html phoenix/site/publish/secondary_indexing.html phoenix/site/publish/sequences.html phoenix/site/publish/server.html phoenix/site/publish/skip_scan.html phoenix/site/publish/source.html phoenix/site/publish/subqueries.html phoenix/site/publish/team.html phoenix/site/publish/tracing.html phoenix/site/publish/tuning.html phoenix/site/publish/update_statistics.html phoenix/site/publish/upgrading.html phoenix/site/publish/views.html phoenix/site/publish/who_is_using.html phoenix/site/source/pom.xml phoenix/site/source/src/site/markdown/building_website.md phoenix/site/source/src/site/markdown/index.md phoenix/site/source/src/site/site.xml Modified: phoenix/build.sh URL: http://svn.apache.org/viewvc/phoenix/build.sh?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/build.sh (original) +++ phoenix/build.sh Wed Apr 29 18:05:40 2015 @@ -5,6 +5,7 @@ echo "" echo "BUILDING LANGUAGE REFERENCE" echo "===========================" +rm -rf /site/publish/language cd phoenix-docs ./build.sh docs echo "" 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=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/Phoenix-in-15-minutes-or-less.html (original) +++ phoenix/site/publish/Phoenix-in-15-minutes-or-less.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -392,14 +348,14 @@ - + - + - + Modified: phoenix/site/publish/array_type.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/array_type.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/array_type.html (original) +++ phoenix/site/publish/array_type.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -418,14 +374,14 @@ SELECT region_name FROM regions WHERE '9 - + - + - + Modified: phoenix/site/publish/building.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/building.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/building.html (original) +++ phoenix/site/publish/building.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -399,14 +355,14 @@ - + - + - + Modified: phoenix/site/publish/building_website.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/building_website.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/building_website.html (original) +++ phoenix/site/publish/building_website.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • Edit/Add source markdown files in /src/site/markdown directory
  • Run build.sh located at root to generate/update html web pages in site/publish directory
  • svn commit source markdown files and html web pages
  • - + +

    Local Testing During Development

    +

    The site uses protocol-relative URLs for included assets to support http as well as https. This can cause assets to fail to load when working locally if not using a web server. The root cause is that locally opened files use the file: protocol, but some assets live on remote servers thus requiring the http: or https: protocol.

    +

    For best results when testing locally, spin up a simple Python web server after generating the site.

    +
    +
    cd site/publish
    +python -m SimpleHTTPServer 8000
    +
    +
    +

    Now you can access the website at http://localhost:8000/ and your changes are available with a page refresh.

    @@ -249,57 +262,9 @@ Upgrading
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -349,14 +314,14 @@ - + - + - + Modified: phoenix/site/publish/bulk_dataload.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/bulk_dataload.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/bulk_dataload.html (original) +++ phoenix/site/publish/bulk_dataload.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -489,14 +445,14 @@ - + - + - + Modified: phoenix/site/publish/contributing.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/contributing.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/contributing.html (original) +++ phoenix/site/publish/contributing.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -396,14 +352,14 @@ - + - + - + Modified: phoenix/site/publish/develop.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/develop.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/develop.html (original) +++ phoenix/site/publish/develop.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -635,14 +591,14 @@ git remote add upstream https://github.c - + - + - + Modified: phoenix/site/publish/download.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/download.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/download.html (original) +++ phoenix/site/publish/download.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -355,14 +311,14 @@ - + - + - + Modified: phoenix/site/publish/dynamic_columns.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/dynamic_columns.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/dynamic_columns.html (original) +++ phoenix/site/publish/dynamic_columns.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -354,14 +310,14 @@ WHERE eventType = 'OOM' AND lastGCTime & - + - + - + Modified: phoenix/site/publish/faq.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/faq.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/faq.html (original) +++ phoenix/site/publish/faq.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -549,14 +505,14 @@ conn.commit(); - + - + - + Modified: phoenix/site/publish/flume.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/flume.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/flume.html (original) +++ phoenix/site/publish/flume.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +
  • - -
  • -
  • - Secondary Indexes -
  • -
  • - Joins -
  • -
  • - Subqueries -
  • -
  • - Views -
  • -
  • - Multi tenancy -
  • -
  • - Sequences -
  • -
  • - ARRAY type -
  • -
  • - Salted Tables -
  • -
  • - Paged Queries -
  • -
  • - Dynamic Columns -
  • -
  • - Skip Scan -
  • -
  • - Bulk Loading -
  • -
  • - Tracing -
  • -
  • - Statistics Collection -
  • -
  • Performance Testing
  • - Query Server -
  • -
  • @@ -438,14 +394,14 @@ - + - + - + Modified: phoenix/site/publish/index.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/index.html?rev=1676806&r1=1676805&r2=1676806&view=diff ============================================================================== --- phoenix/site/publish/index.html (original) +++ phoenix/site/publish/index.html Wed Apr 29 18:05:40 2015 @@ -1,7 +1,7 @@ @@ -13,12 +13,12 @@ - - + + - + @@ -82,7 +82,17 @@
  • Building
  • Tuning
  • Upgrading
  • +
  • Performance Testing
  • +
  • Amazon EMR Support
  • +
  • Apache Flume Plugin
  • +
  • Apache Pig Integration
  • +
  • Map Reduce Integration
  • + + +