You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2015/05/23 00:21:13 UTC

[2/2] drill-site git commit: minor edits from bridget

minor edits from bridget


Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/f3d72858
Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/f3d72858
Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/f3d72858

Branch: refs/heads/asf-site
Commit: f3d72858059d522773248f6cdd27f81ee85413ea
Parents: 175a8e2
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Fri May 22 15:20:42 2015 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Fri May 22 15:20:42 2015 -0700

----------------------------------------------------------------------
 .../apache-drill-qa-panelist-spotlight/index.html   |  5 ++---
 docs/select/index.html                              | 16 ----------------
 docs/troubleshooting/index.html                     |  6 +++---
 docs/useful-research/index.html                     |  2 +-
 feed.xml                                            | 11 +++++------
 5 files changed, 11 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/f3d72858/blog/2014/12/11/apache-drill-qa-panelist-spotlight/index.html
----------------------------------------------------------------------
diff --git a/blog/2014/12/11/apache-drill-qa-panelist-spotlight/index.html b/blog/2014/12/11/apache-drill-qa-panelist-spotlight/index.html
index 5a11f19..a83f165 100644
--- a/blog/2014/12/11/apache-drill-qa-panelist-spotlight/index.html
+++ b/blog/2014/12/11/apache-drill-qa-panelist-spotlight/index.html
@@ -132,9 +132,8 @@
   <div class="addthis_sharing_toolbox"></div>
 
   <article class="post-content">
-    <script type="text/javascript" src="//addthisevent.com/libs/1.5.8/ate.min.js"></script>
-
-<p><a href="/blog/2014/12/11/apache-drill-qa-panelist-spotlight/" title="Add to Calendar" class="addthisevent">
+    <p><script type="text/javascript" src="//addthisevent.com/libs/1.5.8/ate.min.js"></script>
+<a href="/blog/2014/12/11/apache-drill-qa-panelist-spotlight/" title="Add to Calendar" class="addthisevent">
     Add to Calendar
     <span class="_start">12-17-2014 11:30:00</span>
     <span class="_end">12-17-2014 12:30:00</span>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/f3d72858/docs/select/index.html
----------------------------------------------------------------------
diff --git a/docs/select/index.html b/docs/select/index.html
index 2045390..3939827 100644
--- a/docs/select/index.html
+++ b/docs/select/index.html
@@ -1011,14 +1011,6 @@ aggregate functions. See the section on running queries for examples.</p>
 aliases (1, 2, etc.) to refer to SELECT list columns, except in the ORDER BY
 clause.</p>
 
-<h2 id="union-all-set-operator">UNION ALL Set Operator</h2>
-
-<p>Drill supports the UNION ALL set operator to combine two result sets. The
-distinct UNION operator is not yet supported.</p>
-
-<p>The EXCEPT, EXCEPT ALL, INTERSECT, and INTERSECT ALL operators are not yet
-supported.</p>
-
 <h2 id="joins">Joins</h2>
 
 <p>Drill supports ANSI standard joins in the FROM and WHERE clauses:</p>
@@ -1041,17 +1033,9 @@ supported.</p>
 <td>FROM table1, table 2 WHERE table1.col1=table2.col1</td>
 </tr>
 <tr>
-<td>USING join in FROM clause</td>
-<td>FROM table1 JOIN table2 USING(col1, ...)</td>
-</tr>
-<tr>
 <td>ON join in FROM clause</td>
 <td>FROM table1 JOIN table2 ON table1.col1=table2.col1</td>
 </tr>
-<tr>
-<td>NATURAL JOIN in FROM clause</td>
-<td>FROM table 1 NATURAL JOIN table 2</td>
-</tr>
 </tbody></table>
 
 <p>Cross-joins are not yet supported. You must specify a join condition when more

http://git-wip-us.apache.org/repos/asf/drill-site/blob/f3d72858/docs/troubleshooting/index.html
----------------------------------------------------------------------
diff --git a/docs/troubleshooting/index.html b/docs/troubleshooting/index.html
index d7643ef..f1a3ad9 100644
--- a/docs/troubleshooting/index.html
+++ b/docs/troubleshooting/index.html
@@ -978,9 +978,9 @@
 
 <h3 id="identify-the-foreman">Identify the Foreman</h3>
 
-<p>Issue the following query to identify the node running as the Foreman:
-SELECT host FROM sys.drillbits WHERE <code>current</code> = true;</p>
-
+<p>Issue the following query to identify the node running as the Foreman:  </p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">   SELECT host FROM sys.drillbits WHERE `current` = true;
+</code></pre></div>
 <h3 id="identify-the-drill-version">Identify the Drill Version</h3>
 
 <p>Issue the following query to identify the version of Drill running in your cluster:

http://git-wip-us.apache.org/repos/asf/drill-site/blob/f3d72858/docs/useful-research/index.html
----------------------------------------------------------------------
diff --git a/docs/useful-research/index.html b/docs/useful-research/index.html
index f6f388c..06b9cd2 100644
--- a/docs/useful-research/index.html
+++ b/docs/useful-research/index.html
@@ -1021,7 +1021,7 @@
 <li><a href="https://github.com/rgrzywinski/field-stripe/">https://github.com/rgrzywinski/field-stripe/</a></li>
 </ul>
 
-<h2 id="code-generation-/-physical-plan-generation">Code generation / Physical plan generation</h2>
+Code generation / Physical plan generation</h2>
 
 <ul>
 <li><a href="http://www.vldb.org/pvldb/vol4/p539-neumann.pdf">http://www.vldb.org/pvldb/vol4/p539-neumann.pdf</a> (SLIDES: <a href="http://www.vldb.org/2011/files/slides/research9/rSession9-3.pdf">http://www.vldb.org/2011/files/slides/research9/rSession9-3.pdf</a>)</li>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/f3d72858/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 6013ef1..2a70748 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,9 +6,9 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 22 May 2015 11:31:14 -0700</pubDate>
-    <lastBuildDate>Fri, 22 May 2015 11:31:14 -0700</lastBuildDate>
-    <generator>Jekyll v2.5.1</generator>
+    <pubDate>Fri, 22 May 2015 15:08:04 -0700</pubDate>
+    <lastBuildDate>Fri, 22 May 2015 15:08:04 -0700</lastBuildDate>
+    <generator>Jekyll v2.5.2</generator>
     
       <item>
         <title>The Apache Software Foundation Announces Apache Drill 1.0</title>
@@ -444,9 +444,8 @@ Tomer Shiran&lt;/p&gt;
     
       <item>
         <title>Apache Drill Q&amp;A Panelist Spotlight</title>
-        <description>&lt;script type=&quot;text/javascript&quot; src=&quot;//addthisevent.com/libs/1.5.8/ate.min.js&quot;&gt;&lt;/script&gt;
-
-&lt;p&gt;&lt;a href=&quot;/blog/2014/12/11/apache-drill-qa-panelist-spotlight/&quot; title=&quot;Add to Calendar&quot; class=&quot;addthisevent&quot;&gt;
+        <description>&lt;p&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;//addthisevent.com/libs/1.5.8/ate.min.js&quot;&gt;&lt;/script&gt;
+&lt;a href=&quot;/blog/2014/12/11/apache-drill-qa-panelist-spotlight/&quot; title=&quot;Add to Calendar&quot; class=&quot;addthisevent&quot;&gt;
     Add to Calendar
     &lt;span class=&quot;_start&quot;&gt;12-17-2014 11:30:00&lt;/span&gt;
     &lt;span class=&quot;_end&quot;&gt;12-17-2014 12:30:00&lt;/span&gt;