You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2016/01/06 00:25:40 UTC

drill-site git commit: Website update

Repository: drill-site
Updated Branches:
  refs/heads/asf-site 085abef01 -> 03410ebc9


Website update


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

Branch: refs/heads/asf-site
Commit: 03410ebc946cc647e27ff25dde3a76f887a0739d
Parents: 085abef
Author: Kris Hahn <kr...@apache.org>
Authored: Tue Jan 5 15:25:31 2016 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Tue Jan 5 15:25:31 2016 -0800

----------------------------------------------------------------------
 README.md                                                     | 7 ++++---
 .../index.html                                                | 4 ++--
 docs/troubleshooting/index.html                               | 4 ++--
 feed.xml                                                      | 4 ++--
 4 files changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/03410ebc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d4bacfe..49df1fa 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ To automatically add the last-modified-on date, a one-time local setup is requir
           # Contents of .git/hooks/pre-commit
 
           git diff --cached --name-status | grep "^M" | while read a b; do
-            cat $b | sed "/---.*/,/---.*/s/^date:.*$/date: $(date -u "+%Y-%m-%d %T %Z")/" > tmp
+            cat $b | sed "/---.*/,/---.*/s/^date:.*$/date: $(date -u "+%Y-%m-%d")/" > tmp
             mv tmp $b
             git add $b
           done
@@ -69,9 +69,10 @@ The updates should then be live: <http://drill.apache.org>.
 
 # Documentation Guidelines
 
-The documentation pages are under `_docs`. Each file, in its YAML front matter, has two important parameters:
+The documentation pages are under `_docs`. Most files, in the YAML front matter, have three important parameters:
 
-* title - This is the title of the page. Each page must have a *unique* title
+* title: - This is the title of the page enclosed in quotation marks. Each page must have a *unique* title
+* date: - This field is needed for Jekyll to write a last-modified date. Initially, leave this field blank.
 * parent - This is the title of the page's parent page. It should be empty for top-level sections/guides, and be identical to the title attribute of another page in all other cases.
 
 The name of the file itself doesn't matter except for the alphanumeric order of the filenames. Files that share the same parent are ordered alphanumerically. Note that the content of parent files is ignored, so add an overview/introduction child when needed.

http://git-wip-us.apache.org/repos/asf/drill-site/blob/03410ebc/docs/configuring-user-impersonation-with-hive-authorization/index.html
----------------------------------------------------------------------
diff --git a/docs/configuring-user-impersonation-with-hive-authorization/index.html b/docs/configuring-user-impersonation-with-hive-authorization/index.html
index e3e6b3e..3f4c5d0 100644
--- a/docs/configuring-user-impersonation-with-hive-authorization/index.html
+++ b/docs/configuring-user-impersonation-with-hive-authorization/index.html
@@ -1038,7 +1038,7 @@
 
     </div>
 
-     
+     Jan 5, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1052,7 +1052,7 @@
 
 <p>You can configure Hive SQL standard based authorization in Hive version 1.0 to work with impersonation in Drill 1.1. The SQL standard based authorization model can control which users have access to columns, rows, and views. Users with the appropriate permissions can issue the GRANT and REVOKE statements to manage privileges from Hive.</p>
 
-<p>For more information, see <a href="https://cwiki.apache.org/confluence/display/HELIX/SQL+Standard+Based+Hive+Authorization">SQL Standard Based Hive Authorization</a>.  </p>
+<p>For more information, see <a href="https://cwiki.apache.org/confluence/display/HIVE/SQL+Standard+Based+Hive+Authorization">SQL Standard Based Hive Authorization</a>.  </p>
 
 <h2 id="storage-based-authorization">Storage Based Authorization</h2>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/03410ebc/docs/troubleshooting/index.html
----------------------------------------------------------------------
diff --git a/docs/troubleshooting/index.html b/docs/troubleshooting/index.html
index 1c41d96..780fe48 100644
--- a/docs/troubleshooting/index.html
+++ b/docs/troubleshooting/index.html
@@ -1036,7 +1036,7 @@
 
     </div>
 
-     
+     Jan 5, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1059,7 +1059,7 @@
 <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:<br>
-<code>SELECT commit_id FROM sys.version;</code></p>
+<code>SELECT version FROM sys.version;</code></p>
 
 <h3 id="enable-verbose-errors">Enable Verbose Errors</h3>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/03410ebc/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 97c7da7..6dda078 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>Mon, 04 Jan 2016 12:41:01 -0800</pubDate>
-    <lastBuildDate>Mon, 04 Jan 2016 12:41:01 -0800</lastBuildDate>
+    <pubDate>Tue, 05 Jan 2016 15:21:34 -0800</pubDate>
+    <lastBuildDate>Tue, 05 Jan 2016 15:21:34 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>