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 2018/06/15 18:34:54 UTC

[drill-site] branch asf-site updated: doc edits

This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 74d7d4f  doc edits
74d7d4f is described below

commit 74d7d4ffcbb75d740e2dfa19b4c356d9a51cd479
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Fri Jun 15 11:34:39 2018 -0700

    doc edits
---
 docs/configuring-web-console-and-rest-api-security/index.html | 4 ++--
 docs/parquet-filter-pushdown/index.html                       | 9 +++++----
 feed.xml                                                      | 4 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/docs/configuring-web-console-and-rest-api-security/index.html b/docs/configuring-web-console-and-rest-api-security/index.html
index 63dee39..ffa3a34 100644
--- a/docs/configuring-web-console-and-rest-api-security/index.html
+++ b/docs/configuring-web-console-and-rest-api-security/index.html
@@ -1228,7 +1228,7 @@
 
     </div>
 
-     Aug 7, 2017
+     Jun 15, 2018
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1251,7 +1251,7 @@ you can limit the access of certain users to Web Console functionality, such as
 
 <h2 id="setting-up-a-custom-ssl-configuration">Setting Up a Custom SSL Configuration</h2>
 
-<p>As cluster administrator, you can set the following SSL configuration parameters in the <code>conf/drill-override.conf</code> file, as described in the <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html/#Customization">Java product documentation</a>:</p>
+<p>As cluster administrator, you can set the following SSL configuration parameters in the <code>conf/drill-override.conf</code> file, as described in the <a href="https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html#Customization">Java product documentation</a>:</p>
 
 <ul>
 <li>javax.net.ssl.keyStore<br>
diff --git a/docs/parquet-filter-pushdown/index.html b/docs/parquet-filter-pushdown/index.html
index ccaecc7..040c7e6 100644
--- a/docs/parquet-filter-pushdown/index.html
+++ b/docs/parquet-filter-pushdown/index.html
@@ -1226,7 +1226,7 @@
 
     </div>
 
-     Jun 14, 2018
+     Jun 15, 2018
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1286,8 +1286,9 @@
 
 <p>Because Drill applies Parquet filter pushdown during the query planning phase, you can view the query execution plan to see if Drill pushes down the filter when a query on a Parquet file contains a filter expression. You can run the <a href="/docs/explain-commands/">EXPLAIN PLAN command</a> to see the execution plan for the query, as shown in the following example.</p>
 
-<p><strong>Example</strong>
-Starting in Drill 1.14, Drill supports the planner rule, JoinPushTransitivePredicatesRule, which enables Drill to infer filter conditions for join queries and push the filter conditions down to the data source. </p>
+<p><strong>Example</strong>  </p>
+
+<p>Starting in Drill 1.14, Drill supports the planner rule, JoinPushTransitivePredicatesRule, which enables Drill to infer filter conditions for join queries and push the filter conditions down to the data source. </p>
 
 <p>This example shows a query plan where the JoinPushTransitivePredicatesRule is used to push the filter down to each table referenced in the following query:  </p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">   SELECT * FROM dfs.`/tmp/first` t1 JOIN dfs.`/tmp/second` t2  ON t1.`month` = t2.`month` WHERE t2.`month` = 4  
@@ -1353,7 +1354,7 @@ Starting in Drill 1.14, Drill supports the planner rule, JoinPushTransitivePredi
 <li>a dynamic star in the sub-query or queries that include the WITH statement.<br></li>
 <li>several filter predicates with the OR logical operator.<br></li>
 <li>more than one EXISTS operator (instead of JOIN operators).<br></li>
-<li>INNER JOIN and local filtering with a several conditions.                                                                                                    |<br></li>
+<li>INNER JOIN and local filtering with a several conditions.<br></li>
 </ul>
 
     
diff --git a/feed.xml b/feed.xml
index e22b7ac..d5a3948 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 14 Jun 2018 15:39:08 -0700</pubDate>
-    <lastBuildDate>Thu, 14 Jun 2018 15:39:08 -0700</lastBuildDate>
+    <pubDate>Fri, 15 Jun 2018 11:32:16 -0700</pubDate>
+    <lastBuildDate>Fri, 15 Jun 2018 11:32:16 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

-- 
To stop receiving notification emails like this one, please contact
bridgetb@apache.org.