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 2016/07/22 00:55:30 UTC

drill-site git commit: Doc edits

Repository: drill-site
Updated Branches:
  refs/heads/asf-site f02cabb9a -> 885c8e61b


Doc edits


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

Branch: refs/heads/asf-site
Commit: 885c8e61be14dc15deb5498f73e117f89e1425a2
Parents: f02cabb
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Thu Jul 21 17:55:17 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Thu Jul 21 17:55:17 2016 -0700

----------------------------------------------------------------------
 docs/installing-the-driver-on-linux/index.html | 4 ++--
 docs/querying-hbase/index.html                 | 4 ++--
 docs/supported-sql-commands/index.html         | 4 ++--
 feed.xml                                       | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/885c8e61/docs/installing-the-driver-on-linux/index.html
----------------------------------------------------------------------
diff --git a/docs/installing-the-driver-on-linux/index.html b/docs/installing-the-driver-on-linux/index.html
index 8035aab..4beb600 100644
--- a/docs/installing-the-driver-on-linux/index.html
+++ b/docs/installing-the-driver-on-linux/index.html
@@ -1070,7 +1070,7 @@
 
     </div>
 
-     Jan 20, 2016
+     Jul 22, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1108,7 +1108,7 @@ application that you use to access Drill. The 64-bit editions of Linux support
 <ul>
 <li>iODBC 3.52.7 or above<br>
 OR </li>
-<li>unixODBC 2.2.12 or above<br>
+<li>unixODBC 2.2.14 or above<br>
 On Linux, 3.52.7 is available as a tarball. After unpacking the tarball, see the README for instructions about building the driver manager.</li>
 </ul></li>
 <li><p>The client must be able to resolve the actual host name of the Drill node or nodes from the IP address. Verify that a DNS entry was created on the client machine for the Drill node or nodes.<br>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/885c8e61/docs/querying-hbase/index.html
----------------------------------------------------------------------
diff --git a/docs/querying-hbase/index.html b/docs/querying-hbase/index.html
index 1d05012..2e33e0f 100644
--- a/docs/querying-hbase/index.html
+++ b/docs/querying-hbase/index.html
@@ -1068,7 +1068,7 @@
 
     </div>
 
-     
+     Jul 22, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1210,7 +1210,7 @@ put &#39;clicks&#39;,&#39;click9&#39;,&#39;iteminfo:quantity&#39;,&#39;10&#39;
         CONVERT_FROM(students.account.name, &#39;UTF8&#39;) AS name, 
         CONVERT_FROM(students.address.state, &#39;UTF8&#39;) AS state, 
         CONVERT_FROM(students.address.street, &#39;UTF8&#39;) AS street, 
-        CONVERT_FROM(t.students.address.zipcode, &#39;UTF8&#39;) AS zipcode 
+        CONVERT_FROM(students.address.zipcode, &#39;UTF8&#39;) AS zipcode 
  FROM students;
 </code></pre></div>
 <div class="admonition note">

http://git-wip-us.apache.org/repos/asf/drill-site/blob/885c8e61/docs/supported-sql-commands/index.html
----------------------------------------------------------------------
diff --git a/docs/supported-sql-commands/index.html b/docs/supported-sql-commands/index.html
index 40ed6b6..6055b78 100644
--- a/docs/supported-sql-commands/index.html
+++ b/docs/supported-sql-commands/index.html
@@ -1070,7 +1070,7 @@
 
     </div>
 
-     
+     Jul 22, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1107,7 +1107,7 @@ with their descriptions and example syntax:  </p>
 <td>ALTER SYSTEM RESET ALL;</td>
 </tr>
 <tr>
-<td><a href="/docs/create-table-as--ctas">CREATE TABLE AS(CTAS) </a></td>
+<td><a href="/docs/create-table-as-ctas/">CREATE TABLE AS(CTAS)</a></td>
 <td>Creates a new table and populates the new table with rows returned from a SELECT query. Use the CREATE TABLE AS (CTAS) statement in place of INSERT INTO.</td>
 <td>CREATE TABLE name AS query;</td>
 </tr>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/885c8e61/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 7debeda..e8f39db 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 Jul 2016 14:25:43 -0700</pubDate>
-    <lastBuildDate>Thu, 14 Jul 2016 14:25:43 -0700</lastBuildDate>
+    <pubDate>Thu, 21 Jul 2016 17:52:20 -0700</pubDate>
+    <lastBuildDate>Thu, 21 Jul 2016 17:52:20 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>