You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by sp...@apache.org on 2017/03/27 20:47:54 UTC

incubator-quickstep-site git commit: moved release notes to cwiki

Repository: incubator-quickstep-site
Updated Branches:
  refs/heads/asf-site a205a7122 -> 1a407a1bc


moved release notes to cwiki


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/commit/1a407a1b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/tree/1a407a1b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/diff/1a407a1b

Branch: refs/heads/asf-site
Commit: 1a407a1bc689ddb8fa06e5047fc93b19be0ab9b1
Parents: a205a71
Author: cramja <ma...@gmail.com>
Authored: Mon Mar 27 15:47:45 2017 -0500
Committer: cramja <ma...@gmail.com>
Committed: Mon Mar 27 15:47:45 2017 -0500

----------------------------------------------------------------------
 content/feed.xml           |  2 +-
 content/release/index.html | 15 ++-------------
 releases.md                | 10 ++--------
 3 files changed, 5 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/1a407a1b/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index a22cde9..83c994d 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-27T08:08:23-05:00</updated><id>http://localhost:4000//</id><title type="html">Apache Quickstep (Incubating)</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-27T15:47:02-05:00</updated><id>http://localhost:4000//</id><title type="html">Apache Quickstep (Incubating)</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
 </subtitle><entry><title type="html">Your First Query</title><link href="http://localhost:4000/guides/2016/12/10/FirstQuery.html" rel="alternate" type="text/html" title="Your First Query" /><published>2016-12-10T12:29:09-06:00</published><updated>2016-12-10T12:29:09-06:00</updated><id>http://localhost:4000/guides/2016/12/10/FirstQuery</id><content type="html" xml:base="http://localhost:4000/guides/2016/12/10/FirstQuery.html">&lt;p&gt;For this tutorial, I\u2019m going to assume you\u2019re running in a unix environment. If you\u2019re having trouble building on Windows, try asking the dev community (&lt;a href=&quot;mailto:dev@quickstep.incubating.apache.org&quot;&gt;dev@quickstep.incubating.apache.org&lt;/a&gt;). You can also find a complete guide &lt;a href=&quot;https://github.com/cramja/incubator-quickstep/blob/master/BUILDING.md&quot;&gt;here in our documentation&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;If you\u2019re going to build Quickstep, you\u2019ll first need to clone it from Github and initialize the submodules&lt;/p&gt;

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/1a407a1b/content/release/index.html
----------------------------------------------------------------------
diff --git a/content/release/index.html b/content/release/index.html
index b25119a..fc3b5bf 100644
--- a/content/release/index.html
+++ b/content/release/index.html
@@ -76,20 +76,9 @@
   <div class="post-content">
     <h2 id="010">0.1.0</h2>
 
-<h3 id="major-changes">Major Changes</h3>
-<ul>
-  <li><strong>Initial Release</strong></li>
-  <li>Runs SSB and TPC-H benchmarks</li>
-  <li>Storage type selection</li>
-  <li>Recent Performance enhancements
-    <ul>
-      <li>LIP Filters improve join performance</li>
-      <li>3 Parallel GroupBy implementations</li>
-    </ul>
-  </li>
-</ul>
+<p><a href="https://cwiki.apache.org/confluence/display/QUICKSTEP/0.1.0">Release Notes</a></p>
 
-<h3 id="artifacts">Artifacts</h3>
+<p><strong>Artifacts</strong></p>
 <ul>
   <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz">apache-quickstep-incubating-0.1.0.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.asc">apache-quickstep-incubating-0.1.0.tar.gz.asc</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/1a407a1b/releases.md
----------------------------------------------------------------------
diff --git a/releases.md b/releases.md
index 6b9c593..81eb979 100644
--- a/releases.md
+++ b/releases.md
@@ -14,15 +14,9 @@ updater: Marc
 
 ## 0.1.0
 
-### Major Changes
-* **Initial Release**
-* Runs SSB and TPC-H benchmarks
-* Storage type selection
-* Recent Performance enhancements
-  * LIP Filters improve join performance
-  * 3 Parallel GroupBy implementations
+[Release Notes](https://cwiki.apache.org/confluence/display/QUICKSTEP/0.1.0)
 
-### Artifacts
+**Artifacts**
 * [apache-quickstep-incubating-0.1.0.tar.gz](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz)
 * [apache-quickstep-incubating-0.1.0.tar.gz.asc](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.asc)
 * [apache-quickstep-incubating-0.1.0.tar.gz.md5](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.md5)