You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/04 17:47:53 UTC

[01/19] drill git commit: Fixed image display on mobile devices

Repository: drill
Updated Branches:
  refs/heads/gh-pages 17da0254e -> c8deea88d


Fixed image display on mobile devices


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

Branch: refs/heads/gh-pages
Commit: aa6c1d5480e3014ffa25282d986cb776fe6f76ff
Parents: 17da025
Author: Tomer Shiran <ts...@gmail.com>
Authored: Sat May 2 07:44:00 2015 -0700
Committer: Tomer Shiran <ts...@gmail.com>
Committed: Sat May 2 07:44:00 2015 -0700

----------------------------------------------------------------------
 css/responsive.css | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/aa6c1d54/css/responsive.css
----------------------------------------------------------------------
diff --git a/css/responsive.css b/css/responsive.css
index fd2d327..8f4f4b8 100644
--- a/css/responsive.css
+++ b/css/responsive.css
@@ -121,6 +121,10 @@
   table.intro {
     width: 768px;
   }
+  
+  img {
+    max-width: 100%;
+  }
 }
 
 @media (max-width: 570px) {


[14/19] drill git commit: typo

Posted by ts...@apache.org.
typo


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

Branch: refs/heads/gh-pages
Commit: 6bdb2846700dc7342dac376c803aafb48f0f7d92
Parents: afa104f
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 4 06:16:50 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 4 06:16:50 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/6bdb2846/_docs/manage-drill/030-start-stop.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/030-start-stop.md b/_docs/manage-drill/030-start-stop.md
index c2b7c18..46d327b 100644
--- a/_docs/manage-drill/030-start-stop.md
+++ b/_docs/manage-drill/030-start-stop.md
@@ -11,7 +11,7 @@ On a MapR cluster, Drill runs as a service and the installation process starts t
 
 The Drillbit service accepts requests from the client, processing the queries, and returning results to the client. You install Drill as a service and run the Drillbit on all of the required nodes in a Hadoop cluster to form a distributed cluster environment. When a Drillbit runs on each data node in the cluster, Drill maximizes data locality during query execution. Movement of data over the network or between nodes is minimized or eliminated when possible.
 
-If you use Drill in distributed mode, you need to understand how to control a Drillbit. If you use Drill in embedded mode, you do not use the Drillbit command. Windows and Mac OS X run Drill only in embedded mode, and therefore do not use the Drillbit command.
+If you use Drill in distributed mode, you need to understand how to control a Drillbit. If you use Drill in embedded mode, you do not use the **drillbit** command. Windows and Mac OS X run Drill only in embedded mode, and therefore do not use the Drillbit command.
 
 Using the **drillbit command**, located in the `bin` directory, you check the status of the Drillbit, start, stop, and restart a DrillBit. You can use a configuration file to start Drill. Using such a file is handy for controlling Drillbits on multiple nodes.
 


[07/19] drill git commit: rewrite start-stop Drill'

Posted by ts...@apache.org.
rewrite start-stop Drill'


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

Branch: refs/heads/gh-pages
Commit: 339c6ccebb7a49f8b2b69db1ddb58a0f03ff91c7
Parents: 097c6f6
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Sun May 3 22:07:50 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Sun May 3 22:07:50 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 54 +++++++++++++++++--------------
 1 file changed, 29 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/339c6cce/_docs/manage-drill/030-start-stop.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/030-start-stop.md b/_docs/manage-drill/030-start-stop.md
index d37f840..74c337f 100644
--- a/_docs/manage-drill/030-start-stop.md
+++ b/_docs/manage-drill/030-start-stop.md
@@ -2,44 +2,48 @@
 title: "Starting/Stopping Drill"
 parent: "Manage Drill"
 ---
-How you start Drill depends on the installation method you followed. If you
-installed Drill in embedded mode, invoking SQLLine automatically starts a
-Drillbit locally. If you installed Drill in distributed mode on one or
-multiple nodes in a cluster, you must start the Drillbit service and then
-invoke SQLLine. Once SQLLine starts, you can issue queries to Drill.
+How you start Drill depends on the installation method you followed. If you installed Drill in embedded mode, invoking SQLLine automatically starts a Drillbit locally. If you installed Drill in distributed mode on a MapR cluster, the installation process starts the Drillbit service automatically; otherwise,  you must start the Drillbit service before invoking running queries.
 
-## Starting a Drillbit
+## Controlling a Drillbit
 
-If you installed Drill in embedded mode, you do not need to start the
-Drillbit.
+Using the **drillbit command**, located in the `bin` directory, check the status of, start, start, and restart a DrillBit. You can use a configuration file to start Drill. Using such a file is handy for controlling Drillbits on multiple nodes.
 
-To start a Drillbit, navigate to the Drill installation directory, and issue
-the following command:
+### drillbit Command Syntax
 
-`bin/drillbit.sh restart`
+    drillbit.sh [--config <conf-dir>] (start|stop|status|restart|autorestart)
 
-## Invoking SQLLine/Connecting to a Schema
+For example, to restart a Drillbit, navigate to the Drill installation directory, and issue the following command:
 
-SQLLine is used as the Drill shell. SQLLine connects to relational databases
-and executes SQL commands. You invoke SQLLine for Drill in embedded or
-distributed mode. If you want to connect directly to a particular schema, you
-can indicate the schema name when you invoke SQLLine.
+    bin/drillbit.sh restart
 
-To start SQLLine, issue the appropriate command for your Drill installation
-type:
+## Invoking SQLLine
+SQLLine is used as the Drill shell. SQLLine connects to relational databases and executes SQL commands. You invoke SQLLine for Drill in embedded or distributed mode. If you want to use a particular storage plugin, you can indicate the schema name when you invoke SQLLine.
+To start SQLLine, use the following **sqlline command** syntax:
 
-<table ><tbody><tr><td valign="top"><strong>Drill Install Type</strong></td><td valign="top"><strong>Example</strong></td><td valign="top"><strong>Command</strong></td></tr><tr><td valign="top">Embedded</td><td valign="top">Drill installed locally (embedded mode);Hive with embedded metastore</td><td valign="top">To connect without specifying a schema, navigate to the Drill installation directory and issue the following command:<code>$ bin/sqlline -u jdbc:drill:zk=local -n admin -p admin </code><span> </span>Once you are in the prompt, you can issue<code> USE &lt;schema&gt; </code>or you can use absolute notation: <code>schema.table.column.</code>To connect to a schema directly, issue the command with the schema name:<code>$ bin/sqlline -u jdbc:drill:schema=&lt;database&gt;;zk=local -n admin -p admin</code></td></tr><tr><td valign="top">Distributed</td><td valign="top">Drill installed in distributed mode;Hive with remote metastore;HBase</td><td valign="top">To connect without specify
 ing a schema, navigate to the Drill installation directory and issue the following command:<code>$ bin/sqlline -u jdbc:drill:zk=&lt;zk1host&gt;:&lt;port&gt;,&lt;zk2host&gt;:&lt;port&gt;,&lt;zk3host&gt;:&lt;port&gt; -n admin -p admin</code>Once you are in the prompt, you can issue<code> USE &lt;schema&gt; </code>or you can use absolute notation: <code>schema.table.column.</code>To connect to a schema directly, issue the command with the schema name:<code>$ bin/sqlline -u jdbc:drill:schema=&lt;database&gt;;zk=&lt;zk1host&gt;:&lt;port&gt;,&lt;zk2host&gt;:&lt;port&gt;,&lt;zk3host&gt;:&lt;port&gt; -n admin -p admin</code></td></tr></tbody></table></div>
-  
-When SQLLine starts, the system displays the following prompt:
+### SQLLine Command Syntax
 
-`0: jdbc:drill]:schema=<database>;zk=<zkhost>:<port>`
+    sqlline –u jdbc:drill:[schema=<storage plugin>;]zk=<zk name>[:<port>][,<zk name2>[:<port>]... ]
 
-At this point, you can use Drill to query your data source or you can discover
-metadata.
+#### sqlline Arguments 
+
+* `-u` is the option that precedes a connection string. Required.  
+* `jdbc` is the connection protocol. Required.  
+* `schema` is the name of a storage plugin to use for queries. Optional.  
+* `Zk=zkname` is one or more zookeeper host names or IP addresses. Required.  
+* `port` is the zookeeper port number. Optional. Port 2181 is the default.  
+
+## Examples of Starting Drill
+Issue the sqlline command from the Drill installation directory. For example, this command starts Drill on an embedded mode (single-node) cluster:
+
+    bin/sqlline –u jdbc:drill:schema=dfs;zk=localhost
+
+This command starts Drill on a distributed mode (multi-node) cluster configured to run zookeeper on three nodes:
+
+    bin/sqlline –u jdbc:drill:zk=cento23,zk=centos24,zk=centos26:5181
 
 ## Exiting SQLLine
 
 To exit SQLLine, issue the following command:
 
-`!quit`  
+    !quit  
 


[06/19] drill git commit: scale images

Posted by ts...@apache.org.
scale images


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

Branch: refs/heads/gh-pages
Commit: 097c6f694e05d768b8d55970249bde08aee4829b
Parents: 57694ee
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Sun May 3 20:10:24 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Sun May 3 20:10:24 2015 -0700

----------------------------------------------------------------------
 _docs/img/drill-bin.png       | Bin 60739 -> 85017 bytes
 _docs/img/drill-directory.png | Bin 62938 -> 87651 bytes
 _docs/img/sqlline1.png        | Bin 16138 -> 23074 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/097c6f69/_docs/img/drill-bin.png
----------------------------------------------------------------------
diff --git a/_docs/img/drill-bin.png b/_docs/img/drill-bin.png
index 1782422..587d688 100644
Binary files a/_docs/img/drill-bin.png and b/_docs/img/drill-bin.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/097c6f69/_docs/img/drill-directory.png
----------------------------------------------------------------------
diff --git a/_docs/img/drill-directory.png b/_docs/img/drill-directory.png
index a0e83b4..20f7fe6 100644
Binary files a/_docs/img/drill-directory.png and b/_docs/img/drill-directory.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/097c6f69/_docs/img/sqlline1.png
----------------------------------------------------------------------
diff --git a/_docs/img/sqlline1.png b/_docs/img/sqlline1.png
index 9f095c2..2588d91 100644
Binary files a/_docs/img/sqlline1.png and b/_docs/img/sqlline1.png differ


[19/19] drill git commit: Fixed link

Posted by ts...@apache.org.
Fixed link


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

Branch: refs/heads/gh-pages
Commit: c8deea88df893c5a5fc12da10f49edb44e5e77c9
Parents: a01d597
Author: Tomer Shiran <ts...@gmail.com>
Authored: Mon May 4 08:47:28 2015 -0700
Committer: Tomer Shiran <ts...@gmail.com>
Committed: Mon May 4 08:47:28 2015 -0700

----------------------------------------------------------------------
 download.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/c8deea88/download.html
----------------------------------------------------------------------
diff --git a/download.html b/download.html
index 8da6b13..f261aee 100755
--- a/download.html
+++ b/download.html
@@ -17,7 +17,7 @@ title: Download
 
 <p>Additional resources for Drill {{ site.data.version.display_version }}:</p>
 <ul>
-<li><a href="{{ site.baseurl }}/docs/apache-drill-{{ site.data.version.full_version | handleize }}-release-notes/">Release notes</a></li>
+<li><a href="{{ site.baseurl }}/docs/apache-drill-{{ site.data.version.full_version | replace: '.', '-' }}-release-notes/">Release notes</a></li>
 <li><a href="https://github.com/apache/drill/tree/{{ site.data.version.full_version }}">Source code</a></li>
 </ul>
 


[16/19] drill git commit: [Finish Card 43, 44, 45, 46] making content expand out with sidebar when force expanded. Making search bar usable on iphone by making menu not position fixed, thus allowing keyboard to pop up on mobile device and content to scroll

Posted by ts...@apache.org.
[Finish Card 43,44,45,46] making content expand out with sidebar when
force expanded. Making search bar usable on iphone by making menu not
position fixed, thus allowing keyboard to pop up on mobile device and
content to scroll up as needed. Adding margin to mobile blog posts.
Taking out JS that does the same for the menu as position: fixed.


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

Branch: refs/heads/gh-pages
Commit: ffc9c27611f27051145de14b133ae443d3a4d4a4
Parents: be77483
Author: Danny <dk...@batchblue.com>
Authored: Mon May 4 09:35:37 2015 -0400
Committer: Danny <dk...@batchblue.com>
Committed: Mon May 4 09:35:37 2015 -0400

----------------------------------------------------------------------
 css/docpage.css    | 21 ++++++++++++++++++---
 css/responsive.css | 33 +++++++++++++++++++++++++--------
 css/style.css      |  3 +++
 js/drill.js        | 12 +++++++-----
 js/script.js       | 12 ++++++------
 5 files changed, 59 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/ffc9c276/css/docpage.css
----------------------------------------------------------------------
diff --git a/css/docpage.css b/css/docpage.css
index 47c0201..d7cf704 100644
--- a/css/docpage.css
+++ b/css/docpage.css
@@ -284,8 +284,12 @@ span.expand.show, span.contract.show {
    Need menu click to make sidebar appear */
 
 @media (max-width: 1024px) {
-  #footer {
+  div#footer {
     margin-left: 0px;
+    width: 100%;
+  }
+  div#footer .wrapper {
+    padding: 0 20px;
   }
   .main-content .edit-link {
     margin-right: 0px; /* container takes care of right margin */
@@ -299,7 +303,7 @@ span.expand.show, span.contract.show {
   #menu ul li.logo {
     padding-left: 0px;
   }
-  #menu ul li.force-expand.toc-categories {
+  #menu.force-expand ul li.toc-categories {
     display: inline-block;
   }
 
@@ -329,7 +333,12 @@ span.expand.show, span.contract.show {
   .sidebar.reveal {
     left: 0;
   }
-
+  .main-content.force-expand {
+    margin-left: 313px;
+  }
+  #footer.force-expand .wrapper {
+    margin-left: 313px;
+  }
   .main-content{
     margin: 0px 20px 0px 20px;
   }
@@ -342,6 +351,9 @@ span.expand.show, span.contract.show {
   .page-wrap #footer {
     width: auto;
   }
+  .breadcrumbs.force-expand li:first-of-type {
+    margin-left: 301px;
+  }
 }
 @media (min-width: 1025px) {
   .main-content-wrapper {
@@ -357,6 +369,9 @@ span.expand.show, span.contract.show {
   #footer .wrapper {
     margin-left: 313px;
   }
+  #footer {
+    width: 100%;
+  }
  .breadcrumbs {
     margin-left: 0px;
   }

http://git-wip-us.apache.org/repos/asf/drill/blob/ffc9c276/css/responsive.css
----------------------------------------------------------------------
diff --git a/css/responsive.css b/css/responsive.css
index 8f4f4b8..b5ba351 100644
--- a/css/responsive.css
+++ b/css/responsive.css
@@ -60,17 +60,17 @@
     width: auto;
     margin: 20px 10px 100px 20px;
   }
-  #menu ul li.force-expand, #menu ul li.d.force-expand {
+  #menu.force-expand ul li, #menu.force-expand ul li.d {
     display:inline-block;
   }
 
-  #menu ul li.force-expand.toc-categories {
+  #menu.force-expand ul li.toc-categories {
     display: none;
   }
-  #menu ul li.force-expand ul li{
+  #menu.force-expand ul li ul li{
     display:block;
   }
-  #menu ul li.force-expand.nav, #menu ul li.force-expand#twitter-menu-item {
+  #menu.force-expand ul li.nav, #menu.force-expand ul li#twitter-menu-item {
     clear:both;
     margin: 0 auto;
   }
@@ -101,13 +101,22 @@
     margin-right: 10px;
   }
 
+  /* Blog Posts */
+
+  div.post.int_text {
+    margin: 40px 20px 20px 20px;
+  }
+  div.post .post-header .int_title {
+    margin-left: 0px;
+  }
+
 }
 @media (max-width: 768px) {
-  #menu ul li.force-expand.nav {
+  #menu.force-expand ul li.nav {
     clear:both;
     margin: 0 auto;
   }
-  #menu ul li.force-expand.search-bar {
+  #menu.force-expand ul li.search-bar {
     clear:both;
   }
 
@@ -125,6 +134,11 @@
   img {
     max-width: 100%;
   }
+
+  /* Search page */
+  div.int_search {
+    width: 100%;
+  }
 }
 
 @media (max-width: 570px) {
@@ -134,12 +148,12 @@
 
   /* Responsive Menu 570 max width */
 
-  #menu ul li.force-expand.nav, #menu ul li.force-expand#twitter-menu-item {
+  #menu.force-expand ul li.nav, #menu.force-expand ul li#twitter-menu-item {
     clear: both;
     width: 100%;
     margin: auto;
   }
-  #menu ul li.force-expand {
+  #menu.force-expand ul li {
     display:block;
   }
   #menu ul li.clear-float{
@@ -157,6 +171,9 @@
     clear: both;
     float: right;
   }
+  #menu.force-expand {
+    position: relative;
+  }
 
   /* Responsive Homepage 570 max width */
   #header .scroller .item .tc h1{

http://git-wip-us.apache.org/repos/asf/drill/blob/ffc9c276/css/style.css
----------------------------------------------------------------------
diff --git a/css/style.css b/css/style.css
index a696884..1a34217 100755
--- a/css/style.css
+++ b/css/style.css
@@ -44,9 +44,12 @@ a.anchor {
 	z-index:5;
 }
 
+/* This seems to override menu position fixed. Fixed positioning allows menu to always be available at the top of the viewport, and JS is not needed to do this */
+/*
 #menu.r {
 	position:absolute;
 }
+*/
 
 #menu ul {
 	background:#051221;

http://git-wip-us.apache.org/repos/asf/drill/blob/ffc9c276/js/drill.js
----------------------------------------------------------------------
diff --git a/js/drill.js b/js/drill.js
index c3da037..b484955 100644
--- a/js/drill.js
+++ b/js/drill.js
@@ -39,11 +39,11 @@ Drill.Site = {
   },
 
   expandMenu: function(){
-    $("#menu ul li").addClass("force-expand");
+    $("#menu").addClass("force-expand");
   },
 
   contractMenu: function() {
-    $("#menu ul li").removeClass("force-expand");
+    $("#menu").removeClass("force-expand");
   },
 
   watchSearchBarMouseEnter: function() {
@@ -127,10 +127,10 @@ Drill.Docs = {
       //  This relies on .sidebar's 'left' attribute...may be a cleaner approach
       if($(".sidebar").css('left') == '0px'){
         Drill.Docs._contractSidebar();
-        //Drill.Docs._contractView();
+        Drill.Docs._contractView();
       } else {
         Drill.Docs._expandSidebar();
-        //Drill.Docs._expandView();
+        Drill.Docs._expandView();
       }
     })
   },
@@ -216,8 +216,9 @@ Drill.Docs = {
   },
 
   _expandView : function(){
-    $("nav.breadcrumbs li:first").addClass("force-expand");
+    $("nav.breadcrumbs").addClass("force-expand");
     $(".main-content").addClass("force-expand");
+    $("#footer").addClass("force-expand");
   },
 
   _contractSidebar : function() {
@@ -227,6 +228,7 @@ Drill.Docs = {
   _contractView : function() {
     $("nav.breadcrumbs li:first").removeClass("force-expand");
     $(".main-content").removeClass("force-expand");
+    $("#footer").removeClass("force-expand");
   },
 
   _make_current : function(that) {

http://git-wip-us.apache.org/repos/asf/drill/blob/ffc9c276/js/script.js
----------------------------------------------------------------------
diff --git a/js/script.js b/js/script.js
index 4657de2..1e98b8d 100755
--- a/js/script.js
+++ b/js/script.js
@@ -88,12 +88,12 @@ function moveReel(direction) {
 
 function onScroll() {
 	var ST = document.body.scrollTop || document.documentElement.scrollTop;
-	if ($("#menu.r").length) {
-		$("#menu.r").css({ top: ST+"px" });	
-	} else {
-		$("#menu").css({ top: "0px" });
-	}
+	//if ($("#menu.r").length) {
+	//	$("#menu.r").css({ top: ST+"px" });	
+	//} else {
+	//	$("#menu").css({ top: "0px" });
+	//}
 	
 	if (ST > 400) $("#subhead").addClass("show");	
 	else $("#subhead").removeClass("show");	
-}
\ No newline at end of file
+}


[11/19] drill git commit: minor edits

Posted by ts...@apache.org.
minor edits


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

Branch: refs/heads/gh-pages
Commit: 1d09c83a95221c79601a55f02c1690436e5803de
Parents: 3d8b93d
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 4 06:08:24 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 4 06:08:24 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 34 +++++++++++++++++++++++--------
 1 file changed, 25 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/1d09c83a/_docs/manage-drill/030-start-stop.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/030-start-stop.md b/_docs/manage-drill/030-start-stop.md
index 8e276c7..51a18b2 100644
--- a/_docs/manage-drill/030-start-stop.md
+++ b/_docs/manage-drill/030-start-stop.md
@@ -2,11 +2,18 @@
 title: "Starting/Stopping Drill"
 parent: "Manage Drill"
 ---
-How you start Drill depends on the installation method you followed. If you installed Drill in embedded mode, invoking SQLLine automatically starts a Drillbit locally. If you installed Drill in distributed mode on a MapR cluster, the installation process starts the Drillbit service automatically; otherwise,  you must start the Drillbit service before invoking running queries.
+How you start Drill depends on the installation method you followed. If you installed Drill in embedded mode, invoking SQLLine automatically starts a Drillbit locally. 
+
+On a MapR cluster, Drill runs as a service and the installation process starts the Drillbit service automatically. If you installed Drill in distributed mode, and the Drillbit on a node did not start, start the Drillbit before invoking running queries.
+
 
 ## Controlling a Drillbit
 
-Using the **drillbit command**, located in the `bin` directory, check the status of, start, start, and restart a DrillBit. You can use a configuration file to start Drill. Using such a file is handy for controlling Drillbits on multiple nodes.
+The Drillbit service accepts requests from the client, processing the queries, and returning results to the client. You install Drill as a service and run the Drillbit on all of the required nodes in a Hadoop cluster to form a distributed cluster environment. When a Drillbit runs on each data node in the cluster, Drill maximizes data locality during query execution. Movement of data over the network or between nodes is minimized or eliminated when possible.
+
+If you use Drill in distributed mode, you need to understand how to control a Drillbit. If you use Drill in embedded mode, you do not use the Drillbit command. Windows and Mac OS X run Drill only in embedded mode, and therefore do not use the Drillbit command.
+
+Using the **drillbit command**, located in the `bin` directory, you check the status of the Drillbit, start, stop, and restart a DrillBit. You can use a configuration file to start Drill. Using such a file is handy for controlling Drillbits on multiple nodes.
 
 ### drillbit Command Syntax
 
@@ -18,9 +25,10 @@ For example, to restart a Drillbit, navigate to the Drill installation directory
 
 ## Invoking SQLLine
 SQLLine is used as the Drill shell. SQLLine connects to relational databases and executes SQL commands. You invoke SQLLine for Drill in embedded or distributed mode. If you want to use a particular storage plugin, you can indicate the schema name when you invoke SQLLine.
-To start SQLLine, use the following **sqlline command** syntax:
 
 ### SQLLine Command Syntax
+To start SQLLine, use the following **sqlline command** syntax:
+
 
     sqlline –u jdbc:drill:[schema=<storage plugin>;]zk=<zk name>[:<port>][,<zk name2>[:<port>]... ]
 
@@ -28,16 +36,21 @@ To start SQLLine, use the following **sqlline command** syntax:
 
 * `-u` is the option that precedes a connection string. Required.  
 * `jdbc` is the connection protocol. Required.  
-* `schema` is the name of a storage plugin to use for queries. Optional.  
-* `Zk=zkname` is one or more zookeeper host names or IP addresses. Required.  
+* `schema` is the name of a [storage plugin]({{site.baseurl}}/docs/storage-plugin-registration) to use for queries. Optional.  
+* `Zk=zkname` is one or more zookeeper host names or IP addresses, or the keyword `local`, which is an alias for localhost. Required.  
 * `port` is the zookeeper port number. Optional. Port 2181 is the default.  
 
 ## Examples of Starting Drill
-Issue the sqlline command from the Drill installation directory. For example, this command starts Drill on an embedded mode (single-node) cluster:
+Issue the **sqlline** command from the Drill installation directory. The simplest example of how to start SQLLine is to identify the protocol, JDBC, and zookeeper node or nodes in the **sqlline** command. This example starts SQLLine on a node in an embedded, single-node cluster:
+
+    sqlline -u jdbc:drill:zk=local
+
+This example also starts SQLLine in embedded mode using the `dfs` storage plugin. Specifying the storage plugin when you start up eliminates the need to specify the storage plugin in the query:
+
 
     bin/sqlline –u jdbc:drill:schema=dfs;zk=localhost
 
-This command starts Drill on a distributed mode (multi-node) cluster configured to run zookeeper on three nodes:
+This command starts SQLLine in distributed, (multi-node) mode in a cluster configured to run zookeeper on three nodes:
 
     bin/sqlline –u jdbc:drill:zk=cento23,zk=centos24,zk=centos26:5181
 
@@ -49,8 +62,11 @@ To exit SQLLine, issue the following command:
 
 ## Stopping Drill
 
-In some cases, such as stopping while a query is in progress, the `!quit` command does not stop Drill. You need to kill the Drill process. For example, on Mac OS X and Linux, follow
-these steps:
+In some cases, such as stopping while a query is in progress, the `!quit` command does not stop Drill running in embedded mode. In distributed mode, you stop the Drillbit service instead of killing the Drillbit process. 
+
+To stop the Drill process on Mac OS X and Linux, use the kill command. On Windows, use the **TaskKill** command.
+
+For example, on Mac OS X and Linux, follow these steps:
 
   1. Issue a CTRL Z to stop the query, then start Drill again. If the startup message indicates success, skip the rest of the steps. If not, proceed to step 2.
   2. Search for the Drill process IDs.


[17/19] drill git commit: add win instructions

Posted by ts...@apache.org.
add win instructions


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

Branch: refs/heads/gh-pages
Commit: 34d92e9bc1852d617a18ba24d0183c9880237b3f
Parents: a96622d
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 4 06:55:34 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 4 06:55:34 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/34d92e9b/_docs/manage-drill/030-start-stop.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/030-start-stop.md b/_docs/manage-drill/030-start-stop.md
index 06cc563..561995a 100644
--- a/_docs/manage-drill/030-start-stop.md
+++ b/_docs/manage-drill/030-start-stop.md
@@ -26,7 +26,7 @@ For example, to restart a Drillbit, navigate to the Drill installation directory
 ## Invoking SQLLine
 SQLLine is used as the Drill shell. SQLLine connects to relational databases and executes SQL commands. You invoke SQLLine for Drill in embedded or distributed mode. If you want to use a particular storage plugin, you specify the plugin as a schema when you invoke SQLLine.
 
-### SQLLine Command Syntax
+### SQLLine Command Syntax on Linux and Mac OS X
 To start SQLLine, use the following **sqlline command** syntax:
 
 
@@ -40,6 +40,9 @@ To start SQLLine, use the following **sqlline command** syntax:
 * `Zk=zkname` is one or more zookeeper host names or IP addresses, or the keyword `local`, which is an alias for localhost. Required.  
 * `port` is the zookeeper port number. Optional. Port 2181 is the default.  
 
+### SQLLine Command Syntax on Windows
+To start SQLLine on Windows, use the same syntax as Linux and Mac OS X, except enter the default user name and password (admin/admin) when prompted to do so.
+
 ## Examples of Starting Drill
 Issue the **sqlline** command from the Drill installation directory. The simplest example of how to start SQLLine is to identify the protocol, JDBC, and zookeeper node or nodes in the **sqlline** command. This example starts SQLLine on a node in an embedded, single-node cluster:
 


[08/19] drill git commit: how to kill Drill process

Posted by ts...@apache.org.
how to kill Drill process


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

Branch: refs/heads/gh-pages
Commit: 3d8b93da9357567b03ea2450ffb98d3218670486
Parents: 339c6cc
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Sun May 3 22:11:50 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Sun May 3 22:11:50 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/3d8b93da/_docs/manage-drill/030-start-stop.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/030-start-stop.md b/_docs/manage-drill/030-start-stop.md
index 74c337f..8e276c7 100644
--- a/_docs/manage-drill/030-start-stop.md
+++ b/_docs/manage-drill/030-start-stop.md
@@ -45,5 +45,18 @@ This command starts Drill on a distributed mode (multi-node) cluster configured
 
 To exit SQLLine, issue the following command:
 
-    !quit  
+    !quit
+
+## Stopping Drill
+
+In some cases, such as stopping while a query is in progress, the `!quit` command does not stop Drill. You need to kill the Drill process. For example, on Mac OS X and Linux, follow
+these steps:
+
+  1. Issue a CTRL Z to stop the query, then start Drill again. If the startup message indicates success, skip the rest of the steps. If not, proceed to step 2.
+  2. Search for the Drill process IDs.
+  
+        $ ps auwx | grep drill
+  3. Kill each process using the process numbers in the grep output. For example:
+
+        $ sudo kill -9 2674  
 


[03/19] drill git commit: rewrite 10-min install

Posted by ts...@apache.org.
rewrite 10-min install


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

Branch: refs/heads/gh-pages
Commit: 825d37023eac7aa7376ea29e91970aa6c6c4376b
Parents: 9aafec2
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Sun May 3 19:22:58 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Sun May 3 19:22:58 2015 -0700

----------------------------------------------------------------------
 _docs/img/drill-bin.png                    | Bin 0 -> 46610 bytes
 _docs/img/drill-directory.png              | Bin 0 -> 47168 bytes
 _docs/img/sqlline1.png                     | Bin 0 -> 5709 bytes
 _docs/tutorials/020-drill-in-10-minutes.md | 181 ++++++++----------------
 4 files changed, 62 insertions(+), 119 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/825d3702/_docs/img/drill-bin.png
----------------------------------------------------------------------
diff --git a/_docs/img/drill-bin.png b/_docs/img/drill-bin.png
new file mode 100644
index 0000000..07cc384
Binary files /dev/null and b/_docs/img/drill-bin.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/825d3702/_docs/img/drill-directory.png
----------------------------------------------------------------------
diff --git a/_docs/img/drill-directory.png b/_docs/img/drill-directory.png
new file mode 100644
index 0000000..543e6c0
Binary files /dev/null and b/_docs/img/drill-directory.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/825d3702/_docs/img/sqlline1.png
----------------------------------------------------------------------
diff --git a/_docs/img/sqlline1.png b/_docs/img/sqlline1.png
new file mode 100644
index 0000000..b7677f7
Binary files /dev/null and b/_docs/img/sqlline1.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/825d3702/_docs/tutorials/020-drill-in-10-minutes.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/020-drill-in-10-minutes.md b/_docs/tutorials/020-drill-in-10-minutes.md
index 1df4450..e37f7d7 100755
--- a/_docs/tutorials/020-drill-in-10-minutes.md
+++ b/_docs/tutorials/020-drill-in-10-minutes.md
@@ -62,155 +62,98 @@ extend the layer to a broader array of use cases. Drill provides a built in
 classpath scanning and plugin concept to add additional storage plugins,
 functions, and operators with minimal configuration.
 
-## Process Overview
+## Installation Overview
 
-Download the Apache Drill archive and extract the contents to a directory on
-your machine. The Apache Drill archive contains sample JSON and Parquet files
-that you can query immediately.
+You can install Drill in embedded mode on a machine running Linux, Mac OS X, or Windows. For information about running Drill in distributed mode, see  [Deploying Drill in a Cluster]({{ site.baseurl }}/docs/deploying-drill-in-a-cluster).
 
-Query the sample JSON and parquet files using SQLLine. SQLLine is a pure-Java
-console-based utility for connecting to relational databases and executing SQL
-commands. SQLLine is used as the shell for Drill. Drill follows the ANSI SQL:
-2011 standard with a few extensions for nested data formats.
+This installation procedure includes how to download the Apache Drill archive and extract the contents to a directory on your machine. The Apache Drill archive contains sample JSON and Parquet files that you can query immediately.
 
-### Prerequisite
+After installing Drill, you start  SQLLine. SQLLine is a pure-Java console-based utility for connecting to relational databases and executing SQL commands. SQLLine is used as the shell for Drill. Drill follows the ANSI SQL: 2011 standard with [extensions]({{site.baseurl}}/docs/sql-extensions/) for nested data formats and other capabilities.
 
-You must have the following software installed on your machine to run Drill:
+## Embedded Mode Installation Prerequisites
 
-<table ><tbody><tr><td ><strong>Software</strong></td><td ><strong>Description</strong></td></tr><tr><td ><a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html" class="external-link" rel="nofollow">Oracle JDK version 7</a></td><td >A set of programming tools for developing Java applications.</td></tr></tbody></table>
+You need to meet the following prerequisites to run Drill:
 
+* Linux, Mac OS X, and Windows: [Oracle Java SE Development (JDK) Kit 7](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html) installation  
+* Windows only:  
+  * A JAVA_HOME environment variable set up that points to  to the JDK installation  
+  * A PATH environment variable that includes a pointer to the JDK installation  
+  * A third-party utility for unzipping a tar.gz file 
   
-### Prerequisite Validation
+### Java Installation Prerequisite Check
 
-Run the following command to verify that the system meets the software
-prerequisite:
-<table ><tbody><tr><td ><strong>Command </strong></td><td ><strong>Example Output</strong></td></tr><tr><td ><code>java –version</code></td><td ><code>java version &quot;1.7.0_65&quot;</code><br /><code>Java(TM) SE Runtime Environment (build 1.7.0_65-b19)</code><br /><code>Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)</code></td></tr></tbody></table>
-  
-## Install Drill
+Run the following command in a terminal (Linux and Mac OS X) or Command Prompt (Windows) to verify that Java 7 is the version in effect:
 
-You can install Drill on a machine running Linux, Mac OS X, or Windows.  
+    java -version
 
-### Installing Drill on Linux
+The output looks something like this:
 
-Complete the following steps to install Drill:
+    java version "1.7.0_79"
+    Java(TM) SE Runtime Environment (build 1.7.0_7965-b15)
+    Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
 
-  1. Issue the following command to download the latest, stable version of Apache Drill to a directory on your machine:
-        
-        wget http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz
-  2. Issue the following command to create a new directory to which you can extract the contents of the Drill `tar.gz` file:
-  
-        sudo mkdir -p /opt/drill
-  3. Navigate to the directory where you downloaded the Drill `tar.gz` file.
-  4. Issue the following command to extract the contents of the Drill `tar.gz` file:
-  
-        sudo tar -xvzf apache-drill-<version>.tar.gz -C /opt/drill
-  5. Issue the following command to navigate to the Drill installation directory:
-  
-        cd /opt/drill/apache-drill-<version>
+## Install Drill on Linux or Mac OS X
 
-At this point, you can [start Drill]({{ site.baseurl }}/docs/drill-in-10-minutes/#start-drill).
+Complete the following steps to install Drill:  
 
-### Installing Drill on Mac OS X
+1. Issue the following command in a terminal to download the latest, stable version of Apache Drill to a directory on your machine, or download Drill from the [Drill web site](http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz):
 
-Complete the following steps to install Drill:
+        wget http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz  
 
-  1. Open a Terminal window, and create a `drill` directory inside your home directory (or in some other location if you prefer).
-  
-     **Example**
-
-        $ pwd
-        /Users/max
-        $ mkdir drill
-        $ cd drill
-        $ pwd
-        /Users/max/drill
-  2. Click the following link to download the latest, stable version of Apache Drill:  
-      [http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz](http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz)
-  3. Open the downloaded `TAR` file with the Mac Archive utility or a similar tool for unzipping files.
-  4. Move the resulting `apache-drill-<version>` folder into the `drill` directory that you created.
-  5. Issue the following command to navigate to the `apache-drill-<version>` directory:
-  
-        cd /Users/max/drill/apache-drill-<version>
+2. Copy the downloaded file to the directory where you want to install Drill. 
 
-At this point, you can [start Drill]({{ site.baseurl }}/docs/drill-in-10-minutes/#start-drill).
+3. Extract the contents of the Drill tar.gz file. Use sudo if necessary:  
 
-### Installing Drill on Windows
+        sudo tar -xvzf apache-drill-0.8.0..tar.gz  
 
-You can install Drill on Windows 7 or 8. To install Drill on Windows, you must
-have JDK 7, and you must set the `JAVA_HOME` path in the Windows Environment
-Variables. You must also have a utility, such as
-[7-zip](http://www.7-zip.org/), installed on your machine. These instructions
-assume that the [7-zip](http://www.7-zip.org/) decompression utility is
-installed to extract a Drill archive file that you download.
+The extraction process creates the installation directory named apache-drill-0.8.0 containing the Drill software.
 
-#### Setting JAVA_HOME
+At this point, you can [start Drill]({{site.baseurl}}/docs/drill-in-10-minutes/#start-drill).
 
-Complete the following steps to set `JAVA_HOME`:
+## Start Drill on Linux and Mac OS X
+Launch SQLLine using the sqlline command to start to Drill in embedded mode. The command directs SQLLine to connect to Drill. The zk=local means the local node is the zookeeper node. Complete the following steps to launch SQLLine and start Drill:
 
-  1. Navigate to `Control Panel\All Control Panel Items\System`, and select **Advanced System Settings**. The System Properties window appears.
-  2. On the Advanced tab, click **Environment Variables**. The Environment Variables window appears.
-  3. Add/Edit `JAVA_HOME` to point to the location where the JDK software is located.
-  
-       **Example**
-       
-        C:\Program Files\Java\jdk1.7.0_65
-  4. Click **OK** to exit the windows.
+1. Navigate to the Drill installation directory. For example:  
 
-#### Installing Drill
+        cd apache-drill-0.8.0  
 
-Complete the following steps to install Drill:
+2. Issue the following command to launch SQLLine:
 
-  1. Create a `drill` directory on your `C:\` drive, (or in some other location if you prefer).
-  
-       **Example**
-       
-         C:\drill
-     Do not include spaces in your directory path. If you include spaces in the
-directory path, Drill fails to run.
-  2. Click the following link to download the latest, stable version of Apache Drill: 
-      [http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz](http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz)
-  3. Move the `apache-drill-<version>.tar.gz` file to the `drill` directory that you created on your `C:\` drive.
-  4. Unzip the `TAR.GZ` file and the resulting `TAR` file.
-     1. Right-click `apache-drill-<version>.tar.gz,` and select `7-Zip>Extract Here`. The utility extracts the `apache-drill-<version>.tar` file.
-     2. Right-click `apache-drill-<version>.tar`, and select ` 7-Zip>Extract Here`. The utility extracts the `apache-drill-<version> `folder.
-  5. Open the `apache-drill-<version>` folder.
-  6. Open the `bin` folder, and double-click on the `sqlline.bat` file. The Windows command prompt opens.
-  7. At the `sqlline>` prompt, type `!connect jdbc:drill:zk=local` and then press `Enter`.
-  8. Enter the username and password.
-     1. When prompted, enter the user name `admin` and then press Enter.
-     2. When prompted, enter the password `admin` and then press Enter. The cursor blinks for a few seconds and then `0: jdbc:drill:zk=local>` displays in the prompt.
-
-At this point, you can submit queries to Drill. Refer to the [Query Sample Data]({{ site.baseurl }}/docs/drill-in-10-minutes#query-sample-data) section of this document.
-
-## Start Drill
-
-Launch SQLLine, the Drill shell, to start and run Drill in embedded mode.
-Launching SQLLine automatically starts a new Drillbit within the shell. In a
-production environment, Drillbits are the daemon processes that run on each
-node in a Drill cluster.
-
-Complete the following steps to launch SQLLine and start Drill:
-
-  1. Verify that you are in the Drill installation directory.  
-Example: `~/apache-drill-<version>`
-
-  2. Issue the following command to launch SQLLine:
-
-        bin/sqlline -u jdbc:drill:zk=local
-
-     `-u` is a JDBC connection string that directs SQLLine to connect to Drill. It
-also starts a local Drillbit. If you are connecting to an Apache Drill
-cluster, the value of `zk=` would be a list of Zookeeper quorum nodes. For
-more information about how to run Drill in clustered mode, go to [Deploying Drill in a Cluster]({{ site.baseurl }}/docs/deploying-drill-in-a-cluster).
-
-When SQLLine starts, the system displays the following prompt:  
-`0: jdbc:drill:zk=local>`
+        bin/sqlline -u jdbc:drill:zk=local  
+
+   The `0: jdbc:drill:zk=local>`  prompt appears.  
+
+   At this point, you can [submit queries]({{site.baseurl}}/docs/drill-in-10-minutes#query-sample-data) to Drill.
+
+### Install Drill on Windows
+
+You can install Drill on Windows 7 or 8. First, set the JAVA_HOME environment variable, and then install Drill. Complete the following steps to install Drill:
+
+1. Click the following link to download the latest, stable version of Apache Drill:  [http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz](http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz)
+2. Move the `apache-drill-0.8.0.tar.gz` file to a directory where you want to install Drill.
+3. Unzip the `TAR.GZ` file using a third-party tool. If the tool you use does not unzip the TAR file as well as the `TAR.GZ` file, unzip the `apache-drill-0.8.0.tar` to extract the Drill software. The extraction process creates the installation directory named apache-drill-0.8.0 containing the Drill software. For example:
+   ![drill install dir]({{ site.baseurl }}/docs/img/drill-directory.png)
+   At this point, you can start Drill.  
+
+## Start Drill on Windows
+Launch SQLLine using the **sqlline command** to start to Drill in embedded mode. The command directs SQLLine to connect to Drill. The `zk=local` means the local node is the zookeeper node. Complete the following steps to launch SQLLine and start Drill:
+
+1. Open the apache-drill-0.8.0 folder.  
+2. Open the bin folder, and double-click the `sqlline.bat` file:
+   ![drill bin dir]({{ site.baseurl }}/docs/img/drill-bin.png)
+   The Windows command prompt opens.  
+3. At the sqlline> prompt, type `!connect jdbc:drill:zk=local` and then press Enter:
+   ![sqlline]({{ site.baseurl }}/docs/img/sqlline1.png)
+4. Enter the username, `admin`, and password, also `admin` when prompted.
+   The `0: jdbc:drill:zk=local>` prompt appears.
+At this point, you can [submit queries]({{ site.baseurl }}/docs/drill-in-10-minutes#query-sample-data) to Drill.
+
+## Stopping Drill
 
 Issue the following command when you want to exit SQLLine:
 
     !quit
 
-
 ## Query Sample Data
 
 Your Drill installation includes a `sample-date` directory with JSON and


[09/19] drill git commit: Web site improvements

Posted by ts...@apache.org.
Web site improvements


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

Branch: refs/heads/gh-pages
Commit: efbcbc4278a730fa38f8927c074c35ab7057f989
Parents: aea162b
Author: Tomer Shiran <ts...@gmail.com>
Authored: Sun May 3 22:45:48 2015 -0700
Committer: Tomer Shiran <ts...@gmail.com>
Committed: Sun May 3 22:45:48 2015 -0700

----------------------------------------------------------------------
 _data/version.json                           |   5 +
 _includes/head.html                          |   3 +-
 blog/_drafts/drill-0.9-released.md           |  32 -----
 blog/_posts/2015-05-04-drill-0.9-released.md |  33 +++++
 css/button.css                               | 121 ------------------
 css/code.css                                 |  69 ++++++++++
 css/docpage.css                              |  73 -----------
 css/download.css                             |  33 +++++
 css/style.css                                | 118 ++----------------
 download.html                                |  57 +++------
 faq.md                                       | 145 +++++++++++++---------
 team.md                                      |  38 +++---
 12 files changed, 278 insertions(+), 449 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/_data/version.json
----------------------------------------------------------------------
diff --git a/_data/version.json b/_data/version.json
new file mode 100644
index 0000000..da9be0d
--- /dev/null
+++ b/_data/version.json
@@ -0,0 +1,5 @@
+{
+  "display_version": "0.9",
+  "full_version": "0.9.0",
+  "release_date": "May 4, 2015"
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/_includes/head.html
----------------------------------------------------------------------
diff --git a/_includes/head.html b/_includes/head.html
index 338562b..528df5f 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -9,12 +9,11 @@
 <link href="{{ site.baseurl }}/css/syntax.css" rel="stylesheet" type="text/css">
 <link href="{{ site.baseurl }}/css/style.css" rel="stylesheet" type="text/css">
 <link href="{{ site.baseurl }}/css/arrows.css" rel="stylesheet" type="text/css">
-<link href="{{ site.baseurl }}/css/button.css" rel="stylesheet" type="text/css">
 <link href="{{ site.baseurl }}/css/breadcrumbs.css" rel="stylesheet" type="text/css">
+<link href="{{ site.baseurl }}/css/code.css" rel="stylesheet" type="text/css">
 <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
 <link href="{{ site.baseurl }}/css/responsive.css" rel="stylesheet" type="text/css">
 
-
 <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
 <link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
 

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/blog/_drafts/drill-0.9-released.md
----------------------------------------------------------------------
diff --git a/blog/_drafts/drill-0.9-released.md b/blog/_drafts/drill-0.9-released.md
deleted file mode 100644
index 5291f6a..0000000
--- a/blog/_drafts/drill-0.9-released.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-layout: post
-title: "Drill 0.9 Released"
-code: drill-0.9-released
-excerpt: The community has just released Drill 0.9, which includes 199 resolved JIRAs and numerous enhancements.
-authors: ["tshiran", "jnadeau"]
----
-It has been about a month since the release of Drill 0.8, which included [more than 240 improvements]({{ site.baseurl }}/blog/drill-0.8-released/). Today we're happy to announce the availability of Drill 0.9, providing additional enhancements and bug fixes. In fact, this release includes [199 resolved JIRAs](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12328813). Some of the noteworthy features in Drill 0.9 are:
-
-* **Authentication** ([DRILL-2674](https://issues.apache.org/jira/browse/DRILL-2674)). Drill now supports username/password authentication through the Java and C++ clients, as well as JDBC and ODBC. On the server-side, Drill leverages Linux PAM to securely validate the credentials. Users can choose to use an external user directory such as Active Directory or LDAP. To enable authentication, set the `security.user.auth` option in `drill-override.conf`.
-* **Impersonation** ([DRILL-2363](https://issues.apache.org/jira/browse/DRILL-2363)). Queries now execute and access resources using the identity of the user who submitted the query. Previously, all queries would run as the same user (eg, `drill`). With the new impersonation capability, the query will fail if the submitting user does not have permission to read the requested file(s) in the distributed file system. To enable impersonation, set the `drill.exec.impersonation` option in `drill-override.conf`.
-* **Ownership chaining**. Drill now allows views with different owners to be chained. This represents a very flexible access control solution. For example, an administrator with access to raw, sensitive data could create a view called `masked` which would expose only a subset of the data to other users. The administrator would enable users to read the `masked` view but not the raw data. Note that Drill provides an option `max_chained_user_hops` that specifies how many ownership changed are allowed in a chain, thereby providing administrators (or data stewards) more control over sharing of data.
-* **Extended JSON datatypes**. Our friends at MongoDB invented [extended JSON](http://docs.mongodb.org/manual/reference/mongodb-extended-json/) - a set of extensions to the JSON format for supporting additional data types. We decided to embrace extended JSON in Drill. For example, standard JSON doesn't have a time type, so a time could be represented as either a string or a number: `{"foo": "19:20:30.450Z"}` is just a string. With extended JSON, the `$time` qualifier can be used to specify that `foo` is a time `{"foo": {"$time": "19:20:30.450Z"}}`.
-  We now support a number of qualifiers including `$bin`, `$date`, `$time`, `$interval`, `$numberLong` and `$dateDay` (see [the example](https://github.com/apache/drill/blob/master/exec/java-exec/src/test/resources/vector/complex/extended.json)). We're in the process of adding some additional qualifiers to make sure that all of MongoDB's extended types are supported (this is particularly important when querying data in MongoDB).
-* **Avro support** ([DRILL-1512](https://issues.apache.org/jira/browse/DRILL-1512)). Drill can now read Avro files. This patch was contributed by Andrew Selden at Elastic.co (formerly known as Elasticsearch).
-* **Improved error messages** ([DRILL-2675](https://issues.apache.org/jira/browse/DRILL-2675) and more). It can be challenging for a complex distributed system like Drill to translate low-level internal conditions into actionable messages to the user. This release includes several enhancements that enable Drill to accomplish just that in a variety of cases.
-* **Parquet and Calcite enhancements** ([DRILL-1410](https://issues.apache.org/jira/browse/DRILL-1410) and [DRILL-1384](https://issues.apache.org/jira/browse/DRILL-1384)). Drill isn't a traditional query engine - it's the first analytical query engine with a JSON data model. This has required us to enhance Parquet (our columnar format) and Calcite (our SQL parser). These enhancements have now been contributed back to those projects, and Drill is using the latest versions which include these enhancements.
-* **New sys tables for memory and thread information** ([DRILL-2275](https://issues.apache.org/jira/browse/DRILL-2275)). Drill includes two new `sys` tables that provide real-time metrics about memory utilization and threads on each of the nodes in the cluster. You can run a simple `SELECT *` to see what information is available:
-
-    ```sql
-    SELECT * FROM sys.drillmemory;
-    SELECT * FROM sys.drillbitthreads;
-    ```
-
-* **Support for very wide tables** ([DRILL-2739](https://issues.apache.org/jira/browse/DRILL-2739)). Drill previously had some issues with tables that had more than 4095 colums. This limitation has been addressed.
-
-You can now [download Drill 0.9]({{ site.baseurl }}/download/). As always, you may check out the official [release notes](https://cwiki.apache.org/confluence/display/DRILL/Release+Notes) for more details.
-
-We're gearing up for Drill's 1.0 release later this month. Stay tuned!
-
-Happy Drilling!  
-Tomer Shiran and Jacques Nadeau
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/blog/_posts/2015-05-04-drill-0.9-released.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2015-05-04-drill-0.9-released.md b/blog/_posts/2015-05-04-drill-0.9-released.md
new file mode 100644
index 0000000..6587c85
--- /dev/null
+++ b/blog/_posts/2015-05-04-drill-0.9-released.md
@@ -0,0 +1,33 @@
+---
+layout: post
+title: "Drill 0.9 Released"
+code: drill-0.9-released
+excerpt: The community has just released Drill 0.9, which includes 199 resolved JIRAs and numerous enhancements.
+authors: ["tshiran", "jnadeau"]
+---
+It has been about a month since the release of Drill 0.8, which included [more than 240 improvements]({{ site.baseurl }}/blog/drill-0.8-released/). Today we're happy to announce the availability of Drill 0.9, providing additional enhancements and bug fixes. In fact, this release includes [200 resolved JIRAs](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12328813). Some of the noteworthy features in Drill 0.9 are:
+
+* **Authentication** ([DRILL-2674](https://issues.apache.org/jira/browse/DRILL-2674)). Drill now supports username/password authentication through the Java and C++ clients, as well as JDBC and ODBC. On the server-side, Drill leverages Linux PAM to securely validate the credentials. Users can choose to use an external user directory such as Active Directory or LDAP. To enable authentication, set the `security.user.auth` option in `drill-override.conf`.
+* **Impersonation** ([DRILL-2363](https://issues.apache.org/jira/browse/DRILL-2363)). Queries now execute and access resources using the identity of the user who submitted the query. Previously, all queries would run as the same user (eg, `drill`). With the new impersonation capability, the query will fail if the submitting user does not have permission to read the requested file(s) in the distributed file system. To enable impersonation, set the `drill.exec.impersonation` option in `drill-override.conf`.
+* **Ownership chaining**. Drill now allows views with different owners to be chained. This represents a very flexible access control solution. For example, an administrator with access to raw, sensitive data could create a view called `masked` which would expose only a subset of the data to other users. The administrator would enable users to read the `masked` view but not the raw data. Note that Drill provides an option `max_chained_user_hops` that specifies how many ownership changed are allowed in a chain, thereby providing administrators (or data stewards) more control over sharing of data.
+* **MongoDB authentication** ([DRILL-1502](https://issues.apache.org/jira/browse/DRILL-1502)). Drill can now connect to a MongoDB cluster that requires authentication.
+* **Extended JSON datatypes**. Our friends at MongoDB invented [extended JSON](http://docs.mongodb.org/manual/reference/mongodb-extended-json/) - a set of extensions to the JSON format for supporting additional data types. We decided to embrace extended JSON in Drill. For example, standard JSON doesn't have a time type, so a time could be represented as either a string or a number: `{"foo": "19:20:30.450Z"}` is just a string. With extended JSON, the `$time` qualifier can be used to specify that `foo` is a time `{"foo": {"$time": "19:20:30.450Z"}}`.
+  We now support a number of qualifiers including `$bin`, `$date`, `$time`, `$interval`, `$numberLong` and `$dateDay` (see [the example](https://github.com/apache/drill/blob/master/exec/java-exec/src/test/resources/vector/complex/extended.json)). We're in the process of adding some additional qualifiers to make sure that all of MongoDB's extended types are supported (this is particularly important when querying data in MongoDB).
+* **Avro support** ([DRILL-1512](https://issues.apache.org/jira/browse/DRILL-1512)). Drill can now read Avro files. This patch was contributed by Andrew Selden at Elastic.co (formerly known as Elasticsearch).
+* **Improved error messages** ([DRILL-2675](https://issues.apache.org/jira/browse/DRILL-2675) and more). It can be challenging for a complex distributed system like Drill to translate low-level internal conditions into actionable messages to the user. This release includes several enhancements that enable Drill to accomplish just that in a variety of cases.
+* **Parquet and Calcite enhancements** ([DRILL-1410](https://issues.apache.org/jira/browse/DRILL-1410) and [DRILL-1384](https://issues.apache.org/jira/browse/DRILL-1384)). Drill isn't a traditional query engine - it's the first analytical query engine with a JSON data model. This has required us to enhance Parquet (our columnar format) and Calcite (our SQL parser). These enhancements have now been contributed back to those projects, and Drill is using the latest versions which include these enhancements.
+* **New sys tables for memory and thread information** ([DRILL-2275](https://issues.apache.org/jira/browse/DRILL-2275)). Drill includes two new `sys` tables that provide real-time metrics about memory utilization and threads on each of the nodes in the cluster. You can run a simple `SELECT *` to see what information is available:
+
+    ```sql
+    SELECT * FROM sys.drillmemory;
+    SELECT * FROM sys.drillbitthreads;
+    ```
+
+* **Support for very wide tables** ([DRILL-2739](https://issues.apache.org/jira/browse/DRILL-2739)). Drill previously had some issues with tables that had more than 4095 colums. This limitation has been addressed.
+
+You can now [download Drill 0.9]({{ site.baseurl }}/download/). As always, you can check out the official [release notes](https://cwiki.apache.org/confluence/display/DRILL/Release+Notes) for more details.
+
+We're gearing up for Drill's 1.0 release later this month. Stay tuned!
+
+Happy Drilling!  
+Tomer Shiran and Jacques Nadeau
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/css/button.css
----------------------------------------------------------------------
diff --git a/css/button.css b/css/button.css
deleted file mode 100755
index 0988bc7..0000000
--- a/css/button.css
+++ /dev/null
@@ -1,121 +0,0 @@
-@font-face {
-	font-family: 'icomoon';
-	src:url('../fonts/icomoon/icomoon.eot');
-	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
-		url('../fonts/icomoon/icomoon.woff') format('woff'),
-		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
-		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
-	font-weight: normal;
-	font-style: normal;
-}
-
-/* General styles for all types of buttons */
-.progress-button {
-	position: relative;
-	display: block;
-	margin:0;
-	padding: 0 30px;
-	outline: none;
-	border: none;
-	background: #4aaf4c;
-	color: #fff;
-	text-transform: uppercase;
-	overflow:hidden;
-	line-height:50px;
-}
-
-.progress-button[disabled],
-.progress-button[disabled].state-loading {
-	cursor: default;
-}
-
-.progress-button .content {
-	position: relative;
-	display: block;
-}
-
-.progress-button .content::before,
-.progress-button .content::after  {
-	position: absolute;
-	right: 20px;
-	color: #0e7138;
-	font-family: "icomoon";
-	opacity: 0;
-	-webkit-transition: opacity 0.3s 0.3s;
-	transition: opacity 0.3s 0.3s;
-}
-
-.progress-button .content::before {
-	content: "\e600"; /* Checkmark for success */
-}
-
-.progress-button .content::after {
-	content: "\e601"; /* Cross for error */
-}
-
-.progress-button.state-success .content::before,
-.progress-button.state-error .content::after {
-	opacity: 1;
-}
-
-.notransition {
-	-webkit-transition: none !important;
-	transition: none !important;
-}
-
-.progress-button .progress {
-	background: #148544;
-}
-
-.progress-button .progress-inner {
-	position: absolute;
-	left: 0;
-	top:0;
-	background: #0e7138;
-}
-
-.progress-button[data-horizontal] .progress-inner {
-	top: 0;
-	width: 0;
-	height: 100%;
-	-webkit-transition: width 0.3s, opacity 0.3s;
-	transition: width 0.3s, opacity 0.3s;
-}
-
-.progress-button[data-vertical] .progress-inner {
-	bottom: 0;
-	width: 100%;
-	height: 0;
-	-webkit-transition: height 0.3s, opacity 0.3s;
-	transition: height 0.3s, opacity 0.3s;
-}
-
-/* Fill horizontal */
-/* ====================== */
-
-.progress-button[data-style="fill"][data-horizontal] {
-	overflow: hidden;
-}
-
-.progress-button[data-style="fill"][data-horizontal] .content {
-	z-index: 10;
-	-webkit-transition: -webkit-transform 0.3s;
-	transition: transform 0.3s;
-}
-
-.progress-button[data-style="fill"][data-horizontal] .content::before,
-.progress-button[data-style="fill"][data-horizontal] .content::after {
-	top: 100%;
-	right: auto;
-	left: 50%;
-	-webkit-transition: opacity 0.3s;
-	transition: opacity 0.3s;
-	-webkit-transform: translateX(-50%);
-	transform: translateX(-50%);
-}
-
-.progress-button[data-style="fill"][data-horizontal].state-success .content,
-.progress-button[data-style="fill"][data-horizontal].state-error .content {
-	-webkit-transform: translateY(-100%);
-	transform: translateY(-100%);
-}

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/css/code.css
----------------------------------------------------------------------
diff --git a/css/code.css b/css/code.css
new file mode 100644
index 0000000..b06c8d2
--- /dev/null
+++ b/css/code.css
@@ -0,0 +1,69 @@
+div.highlight pre, code {
+  background: #f5f6f7 url(../images/code-block-bg.png) 0 0 repeat;
+  border-radius: 0;
+  border: none;
+  border-left: 5px solid #494747;
+  font-family: 'Source Code Pro', monospace;
+  font-size: 14px;
+  line-height: 24px;
+  overflow: auto;
+  word-wrap: normal;
+  white-space: pre;
+}
+
+pre {
+  padding: 24px 12px;
+  color: #222;
+  margin: 24px 0;
+}
+code {
+  background: #f5f6f7 url(../images/code-block-bg.png) 0 0 repeat;
+  border-radius: 0;
+  border: none;
+  border-left: 5px;
+  font-family: 'Source Code Pro', monospace;
+  font-size: 14px;
+  line-height: 24px;
+  overflow: auto;
+  word-wrap: normal;
+  white-space: pre;
+}
+
+div.admonition {
+  margin: 24px 0;
+  width: auto;
+  max-width: 100%;
+  padding: 2px 12px 22px 12px;
+  border-left: 5px solid transparent;
+}
+.admonition .admonition-title {
+  margin-bottom: 0;
+  font-size: 12px;
+  font-weight: bold;
+  text-transform: uppercase;
+  line-height: 24px;
+}
+.admonition > p {
+  margin: 0 0 12.5px 0;
+}
+.admonition p.first {
+  margin-top: 0 !important;
+}
+.admonition > p.last {
+  margin-bottom: 0;
+}
+.admonition .admonition-title:after {
+  content: ":";
+  font-weight: 900;
+}
+.admonition.important{
+  background-color: #fff2d5;
+  border-color: #ffb618;
+}
+.admonition.important .admonition-title {
+  color: #ffb618;
+}
+.admonition.note{
+  background-color: #edf4e8;
+  border-color: #6ba442;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/css/docpage.css
----------------------------------------------------------------------
diff --git a/css/docpage.css b/css/docpage.css
index d88ded6..47c0201 100644
--- a/css/docpage.css
+++ b/css/docpage.css
@@ -102,79 +102,6 @@ div.main-content h1, div.int_title h1 {
   padding: 0;
 }
 
-/*****************
- Code Blocks, Important
-*****************/
-div.highlight pre, code {
-  background: #f5f6f7 url(../images/code-block-bg.png) 0 0 repeat;
-  border-radius: 0;
-  border: none;
-  border-left: 5px solid #494747;
-  font-family: 'Source Code Pro', monospace;
-  font-size: 14px;
-  line-height: 24px;
-  overflow: auto;
-  word-wrap: normal;
-  white-space: pre;
-}
-
-pre {
-  padding: 24px 12px;
-  color: #222;
-  margin: 24px 0;
-}
-code {
-  background: #f5f6f7 url(../images/code-block-bg.png) 0 0 repeat;
-  border-radius: 0;
-  border: none;
-  border-left: 5px;
-  font-family: 'Source Code Pro', monospace;
-  font-size: 14px;
-  line-height: 24px;
-  overflow: auto;
-  word-wrap: normal;
-  white-space: pre;
-}
-
-div.admonition {
-  margin: 24px 0;
-  width: auto;
-  max-width: 100%;
-  padding: 2px 12px 22px 12px;
-  border-left: 5px solid transparent;
-}
-.admonition .admonition-title {
-  margin-bottom: 0;
-  font-size: 12px;
-  font-weight: bold;
-  text-transform: uppercase;
-  line-height: 24px;
-}
-.admonition > p {
-  margin: 0 0 12.5px 0;
-}
-.admonition p.first {
-  margin-top: 0 !important;
-}
-.admonition > p.last {
-  margin-bottom: 0;
-}
-.admonition .admonition-title:after {
-  content: ":";
-  font-weight: 900;
-}
-.admonition.important{
-  background-color: #fff2d5;
-  border-color: #ffb618;
-}
-.admonition.important .admonition-title {
-  color: #ffb618;
-}
-.admonition.note{
-  background-color: #edf4e8;
-  border-color: #6ba442;
-}
-
 /***************************
 /* Sidebar doc menu styles
 ***************************/

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/css/download.css
----------------------------------------------------------------------
diff --git a/css/download.css b/css/download.css
new file mode 100644
index 0000000..0c92169
--- /dev/null
+++ b/css/download.css
@@ -0,0 +1,33 @@
+.table {
+  display: table;   /* Allow the centering to work */
+  margin: 0 auto;
+}
+
+ul#download_buttons {
+  list-style: none;
+  padding-left:0px;
+  margin-bottom:100px;
+}
+
+ul#download_buttons li {
+  float: left;
+  text-align: center;
+  background-color: #4aaf4c;
+  margin:0 10px 10px 10px;
+  width: 235px;
+  line-height: 60px;
+}
+
+ul#download_buttons li a{
+  text-decoration:none;
+  color:#fff;
+  display:block;
+}
+ 
+ul#download_buttons li a:hover {
+  background-color: #348436;
+}
+
+div#download_bar:after{
+  clear:both;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/css/style.css
----------------------------------------------------------------------
diff --git a/css/style.css b/css/style.css
index 63cd695..a696884 100755
--- a/css/style.css
+++ b/css/style.css
@@ -92,13 +92,7 @@ a.anchor {
 	line-height:50px;
 	padding:14px 20px;
 }
-/*
-#menu ul li.d, #menu ul li.d:hover {
-	background:#4aaf4c;
-	font-weight:bold;
-	text-transform:uppercase;
-}
-*/
+
 #menu ul li.d, #menu ul li.d:hover {
 	background-color: #4aaf4c;
 	font-size:12px;
@@ -530,42 +524,6 @@ table.intro a {
 	width:770px;	
 }
 
-.getInvolved {
-	background:#f6f5f7;
-	font-size:14px;
-	font-weight:lighter;
-	line-height:26px;
-	padding:50px 0;
-}
-
-.getInvolved .wrapper {
-	margin:auto;
-	width:780px;
-}
-
-.getInvolved a {
-	color:#1a6bc7;
-	text-decoration:none;
-}
-
-.getInvolved table {
-	font-size:12px;	
-	margin-top:10px;
-	table-layout:fixed;
-	width:100%;
-}
-.getInvolved table td, .getInvolved table th {
-	text-align:left;
-}
-
-.getInvolved table th {
-	border-bottom:1px solid #e9e9e9;	
-}
-
-.getInvolved table td {
-	border-top:1px solid #f0f0f0;	
-}
-
 #blu {
 	display:table;
 	font-size:12px;
@@ -705,24 +663,6 @@ div.post.int_text {
 	margin:30px auto;	
 }
 
-.int_text table {
-	font-size:14px;
-	margin-bottom:50px;
-	width:100%;	
-}
-.int_text table td, .int_text table th {
-	padding:7px;
-	text-align:left;
-}
-
-.int_text table tr td:first-child, .int_text table tr th:first-child {
-	padding-left:0px;
-}
-
-.int_text table.ul td {
-	border-top:1px solid #e9e9e9;
-}
-
 ul.num {
 	list-style:decimal;	
 }
@@ -794,49 +734,6 @@ table.intro a, .int_title a {
 
 #header .dots, .aLeft, .aRight { display:none; }
 
-div.download { text-align:center; }
-
-div.download table { table-layout:fixed; }
-
-div.download table a {
-	background-size:16px auto;
-	background-position:17px center;
-	background-repeat:no-repeat;
-	padding:10px 35px 10px 45px;
-	line-height:40px;
-	font-size:12px;
-	font-weight:normal;
-	color:#FFF;	
-}
-
-div.download table a.dl {
-	background-color:#4aaf4c;
-	background-size:13px auto;
-	background-image:url(../images/download-ico.png);
-}
-
-div.download table a.dl:hover {
-	background-color:#348436;
-}
-
-div.download table a.find {
-	background-color:#4aaf4c;
-	background-image:url(../images/btn-lens.png);
-}
-
-div.download table a.find:hover {
-	background-color:#348436;
-}
-
-div.download table a.tutorial {
-    background-color:#1a6bc7;
-    background-image:url(../images/btn-lens.png);
-}
-
-div.download table a.tutorial:hover {
-    background-color:#145aa8;
-}
-
 p.info {
 	background-color: #ffc;
 	border: solid 1px #cc9;
@@ -912,4 +809,15 @@ li p {
    color: white;
 }
 
-
+.int_text table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}
+.int_text table caption{color:#000;font-style: italic;padding:1em 0;text-align:center}
+.int_text table td, .int_text table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}
+.int_text table td:first-child, .int_text table th:first-child{border-left-width:0}
+.int_text table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
+.int_text table td{background-color:transparent}
+.int_text table-odd td{background-color:#f2f2f2}
+.int_text table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}
+.int_text table-bordered td{border-bottom:1px solid #cbcbcb}
+.int_text table-bordered tbody>tr:last-child>td{border-bottom-width:0}
+.int_text table-horizontal td, .int_text table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}
+.int_text table-horizontal tbody>tr:last-child>td{border-bottom-width:0}

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/download.html
----------------------------------------------------------------------
diff --git a/download.html b/download.html
index 5f43bf8..8da6b13 100755
--- a/download.html
+++ b/download.html
@@ -2,49 +2,27 @@
 layout: page
 title: Download
 ---
-<div class="download">
-  <h2>The latest release is Drill 0.8.0, released March 31, 2015</h2>
-  <br>
+<link href="{{ site.baseurl }}/css/download.css" rel="stylesheet" type="text/css">
+<p>Drill {{ site.data.version.display_version }} was released on {{ site.data.version.release_date }}.</p>
 
-  <table>
-    <tr>
-      <td><a href="http://www.apache.org/dyn/closer.cgi/drill/drill-0.8.0/apache-drill-0.8.0.tar.gz" class="find" id="apachemirror">FIND AN APACHE MIRROR</a></td>
-      <!-- Or: http://archive.apache.org/dist/drill/drill-0.7.0/apache-drill-0.7.0.tar.gz, https://dist.apache.org/repos/dist/release/drill/drill-0.7.0/apache-drill-0.7.0.tar.gz -->
-      <td><a href="http://getdrill.org/drill/download/apache-drill-0.8.0.tar.gz" rel="nofollow" class="dl" id="directdownload">DIRECT FILE DOWNLOAD</a></td>
-      <td><a href="https://cwiki.apache.org/confluence/display/DRILL/Using+ODBC+to+Access+Apache+Drill+from+BI+Tools" class="dl">ODBC DRIVERS FOR DRILL*</a></td>
-    </tr>
-  </table>
+<div id="download_bar">
+<div class="table">
+<ul id="download_buttons">
+<li><a href="http://www.apache.org/dyn/closer.cgi/drill/drill-{{ site.data.version.full_version }}/apache-drill-{{ site.data.version.full_version }}.tar.gz" class="find" id="apachemirror">Find an Apache Mirror</a></li>
+<li><a href="http://getdrill.org/drill/download/apache-drill-{{ site.data.version.full_version }}.tar.gz" rel="nofollow" class="dl" id="directdownload">Direct File Download</a></li>
+<li><a href="{{ site.baseurl }}/docs/interfaces-introduction/" class="dl">Client Drivers (ODBC/JDBC)</a></li>
+</ul>
+</div>
+</div>
 
-  <p style="margin-top:1px; padding-top:1px;">
-    <strong>Release Notes: </strong><a href="https://cwiki.apache.org/confluence/display/DRILL/Release+Notes"> Click here</a> &nbsp;&nbsp;|&nbsp;&nbsp;
-    <strong>Fork Drill 0.8 on GitHub: </strong><a href="https://github.com/apache/drill/tree/0.8.0" rel="nofollow">Click here</a>
-  </p>
+<p>Additional resources for Drill {{ site.data.version.display_version }}:</p>
+<ul>
+<li><a href="{{ site.baseurl }}/docs/apache-drill-{{ site.data.version.full_version | handleize }}-release-notes/">Release notes</a></li>
+<li><a href="https://github.com/apache/drill/tree/{{ site.data.version.full_version }}">Source code</a></li>
+</ul>
 
-  <br>
-  <!--<div style="border-top: solid 2px #1a6bc7; border-bottom: solid 2px #1a6bc7;padding: 5px;">-->
-  <!--<div style="background: #e7e7e7; padding:1px 0px 0px 0px;">-->
-  <h2>Visit the Apache Drill Tutorial for sample datasets and code examples</h2><br>
-  <table>
-    <tr>
-      <td>&nbsp;</td>
-      <td style="padding-left: 38px"><a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Tutorial" rel="nofollow" target="_blank" class="tutorial">DRILL TUTORIAL</a></td>
-      <td>&nbsp;</td>
-    </tr>
-    <tr>
-      <td>&nbsp;</td>
-      <td></td>
-      <td>&nbsp;</td>
-    </tr>
-  </table>
+<p>If you're looking for an older release, see the <a href="{{ site.baseurl }}/docs/release-notes/">release notes</a>.
 
-  <!--</div>-->
-  <!--</div>-->
-  <p style="margin-top:0px; padding-top:0px;"><strong>Don't have Hadoop deployed? You can try <a href="https://www.mapr.com/products/mapr-sandbox-hadoop/download-sandbox-drill" rel="nofollow">Drill with a VM</a>*</p>
-  <br>
-  <p style="margin-top:1px; padding-top:1px;"><strong>Previous Drill releases: </strong><a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+0.7.0+Release+Notes" rel="nofollow">0.7.0</a> |<a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+0.6.0+Release+Notes" rel="nofollow">0.6.0</a> | <a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+0.5.0+Release+Notes" rel="nofollow">0.5.0</a> | <a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+0.4.0+Release+Notes" rel="nofollow">0.4.0</a></p>
-  <br><br>
-  <p>*Please note that ODBC drivers and VM are provided by a third-party under a non-Apache license.</p>
-</div>
 <script type="text/javascript">
 $('#directdownload').click(function(event) {
   ga('send', 'event', 'Downloads', 'Direct', 'Direct Download');
@@ -59,3 +37,4 @@ $('#apachemirror').click(function(event) {
   });
 });
 </script>
+

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/faq.md
----------------------------------------------------------------------
diff --git a/faq.md b/faq.md
index 41d8ed2..1c5d625 100755
--- a/faq.md
+++ b/faq.md
@@ -2,104 +2,133 @@
 layout: page
 title: Frequently Asked Questions
 ---
-## What use cases should I consider using Drill for?
+## Overview
 
-Drill provides low latency SQL queries on large-scale datasets. Example use cases for Drill include
+### Why Drill?
 
-* Interactive data exploration/data discovery
-* Adhoc BI/reporting queries
-* Analytics on NoSQL data
-* Real time or Day zero analytics (i.e analyze data as it comes with no preparation/ETL)
+The 40-year monopoly of the RDBMS is over. With the exponential growth of data in recent years, and the shift towards rapid application development, new data is increasingly being stored in non-relational datastores including Hadoop, NoSQL and cloud storage. Apache Drill enables analysts, business users, data scientists and developers to explore and analyze this data without sacrificing the flexibility and agility offered by these datastores. Drill processes the data in-situ without requiring users to define schemas or transform data.
 
-We expect Drill to be used in lot more use cases where low latency is required.
+### What are some of Drill's key features?
 
-## Does Drill replace Hive for batch processing? What about my OLTP applications?
+Drill is an innovative distributed SQL engine designed to enable data exploration and analytics on non-relational datastores. Users can query the data using standard SQL and BI tools without having to create and manage schemas. Some of the key features are:
 
-Drill complements batch-processing frameworks such as Hive, Pig, MapReduce to support low latency queries. Drill at this point doesn't make an optimal choice for OLTP/operational applications that require sub-second response times.
+* Schema-free JSON document model similar to MongoDB and Elasticsearch
+* Industry-standard APIs: ANSI SQL, ODBC/JDBC, RESTful APIs
+* Extremely user and developer friendly
+* Pluggable architecture enables connectivity to multiple datastores
 
-## There are lots of SQL on Hadoop technologies out there. How is Drill different?
+### How does Drill achieve performance?
 
-Drill takes a different approach to SQL-on-Hadoop than Hive and other related technologies. The goal for Drill is to bring the SQL ecosystem and performance of the relational systems to Hadoop-scale data without compromising on the flexibility of Hadoop/NoSQL systems. Drill provides a flexible query environment for users with the key capabilities as below.
+Drill is built from the ground up to achieve high throughput and low latency. The following capabilities help accomplish that:
 
-* Self-describing data support without centralized schema definitions/management
-* Support for complex/multi-structured data types
-* ANSI SQL support (not SQL "Like") & BI tool integration
-* Extensibility to go beyond Hadoop environments
+* **Distributed query optimization and execution**: Drill is designed to scale from a single node (your laptop) to large clusters with thousands of servers.
+* **Columnar execution**: Drill is the world's only columnar execution engine that supports complex data and schema-free data. It uses a shredded, in-memory, columnar data representation.
+* **Runtime compilation and code generation**: Drill is the world's only query engine that compiles and re-compiles queries at runtime. This allows Drill to achieve high performance without knowing the structure of the data in advance. Drill leverages multiple compilers as well as ASM-based bytecode rewriting to optimize the code.
+* **Vectorization**: Drill takes advantage of the latest SIMD instructions available in modern processors. 
+* **Optimistic/pipelined execution**: Drill is able to stream data in memory between operators. Drill minimizes the use of disks unless needed to complete the query.
 
-## What is self-describing data?
+### What datastores does Drill support?
 
-Self-describing data is where schema is specified as part of the data itself. File formats such as Parquet, JSON, ProtoBuf, XML, AVRO and NoSQL databases are all examples of self-describing data. Some of these data formats also dynamic and complex in that every record in the data can have its own set of columns/attributes and each column can be semi-structured/nested.
+Drill is primarily focused on non-relational datastores, including Hadoop, NoSQL and cloud storage. The following datastores are currently supported:
 
-## How does Drill support queries on self-describing data?
+* **Hadoop**: All Hadoop distributions (HDFS API 2.3+), including Apache Hadoop, MapR, CDH and Amazon EMR
+* **NoSQL**: MongoDB, HBase
+* **Cloud storage**: Amazon S3, Google Cloud Storage, Azure Blog Storage, Swift
 
-Drill enables queries on self-describing data using the fundamental architectural foundations:
+A new datastore can be added by developing a storage plugin. Drill's unique schema-free JSON data model enables it to query non-relational datastores in-situ (many of these systems store complex or schema-free data).
 
-* Dynamic schema discovery or late binding:  Drill allows performing queries directly on self-describing data such as Files, HBase without defining overlay schema definitions in Hive metastore.  The schema is discovered on the fly at the query time. With the dynamic schema discovery, Drill makes it easy to support dynamic and rapidly evolving data models.
-* Flexible data model:  Drill is built from the ground up for complex/semi-structured data commonly seen in Hadoop/NoSQL systems. Drill provides intuitive extensions to SQL to represent and operate on complex data. The internal data model of Drill is hierarchical and columnar with which it can represent and perform efficient SQL processing on complex data natively without flattening into rows either at the design time or runtime.
+### What clients are supported?
 
-Together with the dynamic data discovery and a flexible data model that can handle complex data types, Drill allows users to get fast and complete value from all their data.
+* **BI tools** via the ODBC and JDBC drivers (eg, Tableau, Excel, MicroStrategy, Spotfire, QlikView, Business Objects)
+* **Custom applications** via the REST API
+* **Java and C applications** via the dedicated Java and C libraries
 
-## But I already have schemas defined in Hive metastore? Can I use that with Drill?
+## Comparisons
 
-Yes, Hive also serves as data source for Drill. So you can simply point to the Hive metastore from Drill and start performing low latency queries on Hive tables with no modifications.
+### Is  Drill a 'SQL-on-Hadoop' engine?
 
-## Is Drill trying to be "anti-schema" or "anti-DBA"?
+Drill supports a variety of non-relational datastores in addition to Hadoop. Drill takes a different approach compared to traditional SQL-on-Hadoop technologies like Hive and Impala. For example, users can directly query self-describing data (eg, JSON, Parquet) without having to create and manage schemas.
 
-Of course not! Central EDW schemas work great if data models are not changing often, value of data is well understood and is ready to be operationalized for regular reporting purposes. However, during data exploration and discovery phase, rigid modeling requirement poses challenges and delays value from data, especially in the Hadoop/NoSQL environments where the data is highly complex, dynamic and evolving fast. Few challenges include
+The following table provides a more detailed comparison between Drill and traditional SQL-on-Hadoop technologies:
 
-* Complex data models (eg: JSON)  are hard to map to relational paradigms
-* Centralized schemas are hard to keep up with when data models evolve fast
-* Static models defined for known questions are not enough for the diversity and volumes of big data
-* Non-repetitive/ad hoc queries and short-term data exploration needs may not justify modeling costs
+| &nbsp; | Drill | SQL-on-Hadoop (Hive, Impala, etc.) |
+|---|-------|------------------------------------|
+| Use case | Self-service, in-situ, SQL-based analytics | Data warehouse offload |
+| Data sources | Hadoop, NoSQL, cloud storage (including multiple instances)| A single Hadoop cluster |
+| Data model | Schema-free JSON (like MongoDB) | Relational |
+| User experience | Point-and-query | Ingest data &#8594; define schemas &#8594; query |
+| Deployment model | Standalone service or co-located with Hadoop or NoSQL | Co-located with Hadoop |
+| Data management | Self-service | IT-driven |
+| SQL | ANSI SQL | SQL-like |
+| 1.0 availability | Q2 2015 | Q2 2013 or earlier |
 
-Drill is all about flexibility. The flexible schema management capabilities in Drill lets users explore the data in its native format as it comes in directly and create models/structure if needed in Hive metastore or using the CREATE TABLE/CREATE VIEW syntax within Drill.
+### Is Spark SQL similar to Drill?
 
-## What does a Drill query look like?
+No. Spark SQL is primarily designed to enable developers to incorporate SQL statements in Spark programs. Drill does not depend on Spark, and is targeted at business users, analysts, data scientists and developers. 
 
-Drill uses a de-centralized metadata model and relies on its storage plugins to provide with the metadata. Drill supports queries on file system (distributed and local), HBase and Hive tables. There is a storage plugin associated with each data source that is supported by Drill.
+### Does Drill replace Hive?
 
-Here is the anatomy of a Drill query.
+Hive is a batch processing framework most suitable for long-running jobs. For data exploration and BI, Drill provides a much better experience than Hive.
 
-![]({{ site.baseurl }}/images/overview-img1.png)
+In addition, Drill is not limited to Hadoop. For example, it can query NoSQL databases (eg, MongoDB, HBase) and cloud storage (eg, Amazon S3, Google Cloud Storage, Azure Blob Storage, Swift).
 
-## Can I connect to Drill from my BI tools (Tableau, MicroStrategy, etc.)?
+## Metadata
 
-Yes, Drill provides JDBC/ODBC drivers for integrating with BI/SQL based tools.
+### How does Drill support queries on self-describing data?
 
-## What SQL functionality can Drill support?
+Drill's flexible JSON data model and on-the-fly schema discovery enable it to query self-describing data.
 
-Drill provides ANSI standard SQL (not SQL "Like" or Hive QL) with support for all key analytics functionality such as SQL data types, joins, aggregations, filters, sort, sub-queries (including correlated), joins in where clause etc. [Click here](https://cwiki.apache.org/confluence/display/DRILL/SQL+Reference) for reference on SQL functionality in Drill.
+* **JSON data model**: Traditional query engines have a relational data model, which is limited to flat records with a fixed structure. Drill is built from the ground up to support modern complex/semi-structured data commonly seen in non-relational datastores such as Hadoop, NoSQL and cloud storage. Drill's internal in-memory data representation is hierarchical and columnar, allowing it to perform efficient SQL processing on complex data without flattening into rows.
+* **On-the-fly schema discovery (or late binding)**: Traditional query engines (eg, relational databases, Hive, Impala, Spark SQL) need to know the structure of the data before query execution. Drill, on the other hand, features a fundamentally different architecture, which enables execution to begin without knowing the structure of the data. The query is automatically compiled and re-compiled during the execution phase, based on the actual data flowing through the system. As a result, Drill can handle data with evolving schema or even no schema at all (eg, JSON files, MongoDB collections, HBase tables).
 
-## What Hadoop distributions does Drill work with?
+### But I already have schemas defined in Hive Metastore? Can I use that with Drill?
 
-Drill is not designed with a particular Hadoop distribution in mind and we expect it to work with all Hadoop distributions that support Hadoop 2.3.x+ API. We have validated it so far with Apache Hadoop/MapR/CDH/Amazon EMR distributions (Amazon EMR requires a custom configuration required - contact <us...@drill.apache.org> for questions.
+Absolutely. Drill has a storage plugin for Hive tables, so you can simply point Drill to the Hive Metastore and start performing low-latency queries on Hive tables. In fact, a single Drill cluster can query data from multiple Hive Metastores, and even perform joins across these datasets.
 
-## How does Drill achieve performance?
+### Is Drill "anti-schema" or "anti-DBA"?
 
-Drill is built from the ground up for performance on large-scale datasets. The key architectural components that help in achieving performance include.
+Not at all. Drill actually takes advantage of schemas when available. For example, Drill leverages the schema information in Hive when querying Hive tables. However, when querying schema-free datastores like MongoDB, or raw files on S3 or Hadoop, schemas are not available, and Drill is still able to query that data.
 
-* Distributed query optimization & execution
-* Columnar execution
-* Vectorization
-* Runtime compilation & code generation
-* Optimistic/pipelined execution
+Centralized schemas work well if the data structure is static, and the value of data is well understood and ready to be operationalized for regular reporting purposes. However, during data exploration, discovery and interactive analysis, requiring rigid modeling poses significant challenges. For example:
 
-## Does Drill support multi-tenant/high concurrency environments?
+* Complex data (eg, JSON) is hard to map to relational tables
+* Centralized schemas are hard to keep in sync when the data structure is changing rapidly
+* Non-repetitive/ad-hoc queries and data exploration needs may not justify modeling costs
 
-Drill is built to support several 100s of queries at any given point. Clients can submit requests to any node running Drillbit service in the cluster (no master-slave concept). To support more users, you simply have to add more nodes to the cluster.
+Drill is all about flexibility. The flexible schema management capabilities in Drill allow users to explore raw data and then create models/structure with `CREATE TABLE` or `CREATE VIEW` statements, or with Hive Metastore.
 
-## Do I need to load data into Drill to start querying it?
+### What does a Drill query look like?
 
-No. Drill can query data "in situ".
+Drill uses a decentralized metadata model and relies on its storage plugins to provide metadata. There is a storage plugin associated with each data source that is supported by Drill.
 
-## What is the best way to get started with Drill?
+The name of the table in a query tells Drill where to get the data:
 
-The best way to get started is to just try it out. It just takes a few minutes even if you do not have a cluster. Here is a good place to start: [Apache Drill in 10 minutes](https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+in+10+Minutes).
+```sql
+SELECT * FROM dfs1.root.`/my/log/files/`;
+SELECT * FROM dfs2.root.`/home/john/log.json`;
+SELECT * FROM mongodb1.website.users;
+SELECT * FROM hive1.logs.frontend;
+SELECT * FROM hbase1.events.clicks;
+```
 
-## How can I ask questions and provide feedback?
+### What SQL functionality does Drill support?
 
-Please post your questions and feedback on <us...@drill.apache.org>. We are happy to have you try out Drill and help with any questions!
+Drill supports standard SQL (aka ANSI SQL). In addition, it features several extensions that help with complex data, such as the `KVGEN` and `FLATTEN` functions. For more details, refer to the [SQL Reference]({{ site.baseurl }}/docs/sql-reference/).
 
-## How can I contribute to Drill?
+### Do I need to load data into Drill to start querying it?
 
-Please refer to the [Get Involved]({{ site.baseurl }}/community/#getinvolved) page on how to get involved with Drill.
+No. Drill can query data 'in-situ'.
+
+## Getting Started
+
+### What is the best way to get started with Drill?
+
+The best way to get started is to try it out. It only takes a few minutes and all you need is a laptop (Mac, Windows or Linux). We've compiled [several tutorials]({{ site.baseurl }}/docs/tutorials-introduction/) to help you get started.
+
+### How can I ask questions and provide feedback?
+
+Please post your questions and feedback to <us...@drill.apache.org>. We are happy to help!
+
+### How can I contribute to Drill?
+
+The documentation has information on [how to contribute]({{ site.baseurl }}/docs/contribute-to-drill/).

http://git-wip-us.apache.org/repos/asf/drill/blob/efbcbc42/team.md
----------------------------------------------------------------------
diff --git a/team.md b/team.md
index 68c5cc2..a42189a 100755
--- a/team.md
+++ b/team.md
@@ -8,22 +8,22 @@ We welcome contributions to the project. If you're interested in contributing, t
 
 ## Drill Committers
 
-| Name | Alias (email is &lt;alias&gt;@apache.org) |  |
-|------|-------|------|
-| Jacques Nadeau (PMC Chair and VP Apache Drill) | jacques |  |
-| Tomer Shiran | tshiran |  |
-| Ted Dunning | tdunning |  |
-| Jason Frantz | jason |  |
-| MC Srivas | srivas |  |
-| Julian Hyde | jhyde |  |
-| Tim Chen | tnachen |  |
-| Mehant Baid | mehant |  |
-| Jinfeng Ni | jni |  |
-| Venki Korukanti | venki |  |
-| Jason Altekruse | json |  |
-| Aditya Kishore | adi |  |
-| Parth Chandra | parthc |  |
-| Aman Sinha | amansinha |  |
-| Steven Phillips | smp |  |
-| Bridget Bevens | bridgetb |  |
-| Hanifi Gunes | hg |  |
+| Name | Alias (email is &lt;alias&gt;@apache.org) |
+|------|-------|
+| **Jacques Nadeau (PMC Chair and VP Apache Drill)** | **jacques** |
+| Tomer Shiran | tshiran |
+| Ted Dunning | tdunning |
+| Jason Frantz | jason |
+| MC Srivas | srivas |
+| Julian Hyde | jhyde |
+| Tim Chen | tnachen |
+| Mehant Baid | mehant |
+| Jinfeng Ni | jni |
+| Venki Korukanti | venki |
+| Jason Altekruse | json |
+| Aditya Kishore | adi |
+| Parth Chandra | parthc |
+| Aman Sinha | amansinha |
+| Steven Phillips | smp |
+| Bridget Bevens | bridgetb |
+| Hanifi Gunes | hg |


[04/19] drill git commit: Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages

Posted by ts...@apache.org.
Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages


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

Branch: refs/heads/gh-pages
Commit: 2a52cb96c9eef9c22b335ad3d178242e14ec0446
Parents: 825d370 aea162b
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Sun May 3 19:23:11 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Sun May 3 19:23:11 2015 -0700

----------------------------------------------------------------------
 _includes/doctoc.html |   2 +-
 _includes/menu.html   |  11 ++-
 _layouts/docpage.html |  19 +----
 _layouts/post.html    |   4 +-
 community.html        | 169 ---------------------------------------------
 communityresources.md |  17 +++++
 css/docpage.css       |   8 ++-
 css/responsive.css    |   5 ++
 mailinglists.md       |  17 +++++
 team.html             |  29 --------
 team.md               |  29 ++++++++
 11 files changed, 83 insertions(+), 227 deletions(-)
----------------------------------------------------------------------



[02/19] drill git commit: Cleaned up some of the pages and replaced HTML with Markdown (to ensure more consistent look and feel and easier maintenance)

Posted by ts...@apache.org.
Cleaned up some of the pages and replaced HTML with Markdown (to ensure more consistent look and feel and easier maintenance)


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

Branch: refs/heads/gh-pages
Commit: aea162be4f06016e2d1ddff12f3f9373737bf570
Parents: aa6c1d5
Author: Tomer Shiran <ts...@gmail.com>
Authored: Sat May 2 21:54:59 2015 -0700
Committer: Tomer Shiran <ts...@gmail.com>
Committed: Sat May 2 21:54:59 2015 -0700

----------------------------------------------------------------------
 _includes/menu.html   |   7 +-
 community.html        | 169 ---------------------------------------------
 communityresources.md |  17 +++++
 mailinglists.md       |  17 +++++
 team.html             |  29 --------
 team.md               |  29 ++++++++
 6 files changed, 65 insertions(+), 203 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/aea162be/_includes/menu.html
----------------------------------------------------------------------
diff --git a/_includes/menu.html b/_includes/menu.html
index b0d836c..7f899ae 100755
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -22,11 +22,8 @@
     <a href="{{ site.baseurl }}/community/">Community</a>
     <ul>
       <li><a href="{{ site.baseurl }}/team/">Team</a></li>
-      <li><a href="{{ site.baseurl }}/community/#events">Events and Meetups</a></li>
-      <li><a href="{{ site.baseurl }}/community/#mailinglists">Mailing Lists</a></li>
-      <li><a href="{{ site.baseurl }}/community/#getinvolved">Get Involved</a></li>
-      <li><a href="https://issues.apache.org/jira/browse/DRILL/" target="_blank">Issue Tracker</a></li>
-      <li><a href="https://github.com/apache/drill" target="_blank">GitHub</a></li>
+      <li><a href="{{ site.baseurl }}/mailinglists/">Mailing Lists</a></li>
+      <li><a href="{{ site.baseurl }}/communityresources/">Community Resources</a></li>
     </ul>
   </li>
   <li class='nav'><a href="{{ site.baseurl }}/faq/">FAQ</a></li>

http://git-wip-us.apache.org/repos/asf/drill/blob/aea162be/community.html
----------------------------------------------------------------------
diff --git a/community.html b/community.html
deleted file mode 100755
index 617eebe..0000000
--- a/community.html
+++ /dev/null
@@ -1,169 +0,0 @@
----
-layout: page
-title: Community
----
-  <a name="events" class="anchor" style="position:relative; top:-60px;"></a>
-  <h2>Events and Meetups<h2>
-
-  <table class="table" cellpadding="0" cellspacing="0">
-    <thead>
-      <tr>
-        <th>&nbsp;</th>
-        <th>Meetup</th>
-        <th>Location</th>
-        <th>Speaker</th>
-        <th>Link</th>
-      </tr>
-    </thead>
-    <tbody>
-      <tr>
-        <td>8/7/14</td>
-        <td>Big Data Analytics</td>
-        <td>Melbourne</td>
-        <td>MC Srivas</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/Big-Data-Analytics-Meetup-Group/events/187838162/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>8/13/14</td>
-        <td>Chicago HUG</td>
-        <td>Chicago</td>
-        <td>Jim Scott</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/Chicago-area-Hadoop-User-Group-CHUG/events/197729112/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>8/20/14</td>
-        <td>Pittsburgh HUG</td>
-        <td>Pittsburgh</td>
-        <td>MC Srivas</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/HUG-Pittsburgh/events/195143712/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>8/21/14</td>
-        <td>Heartland Big Data</td>
-        <td>Omaha, NE</td>
-        <td>Neeraja Rentachintala</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/Heartland-Big-Data-Meetup/events/191993642/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>8/26/14</td>
-        <td>Data Mining</td>
-        <td>San Francisco, CA</td>
-        <td>Tomer Shiran</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/Data-Mining/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>10/8/14</td>
-        <td>SF HUG</td>
-        <td>San Francisco, CA</td>
-        <td>Tomer Shiran</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/hadoopsf/events/206923002/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>10/9/14</td>
-        <td>LA Big Data Users Group</td>
-        <td>Los Angeles</td>
-        <td>David Kewley</td>
-        <td>Drill talk</td>
-      </tr>
-      <tr>
-        <td>10/23/14</td>
-        <td>Kansas City Data Engineering Meetup</td>
-        <td>Kansas City</td>
-        <td>Jim Bates</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/Kansas-City-Data-Engineering-at-Scale/events/211016122/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>10/16/14</td>
-        <td>Big Data in the Big D</td>
-        <td>Dallas</td>
-        <td>Nitin Bandugula</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/Big-Data-in-the-Big-D/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>10/25/14</td>
-        <td>Big Data Conference</td>
-        <td>Phoenix</td>
-        <td>M Farnback</td>
-        <td><a rel="nofollow" href="http://www.phxdataconference.com/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>10/28/14</td>
-        <td>Big Data Madison</td>
-        <td>Madison, WI</td>
-        <td>Keys Botzum</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/BigDataMadison/events/194359202/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>11/12/14</td>
-        <td>Big Data Summit</td>
-        <td>Kansas City</td>
-        <td>Jim Bates</td>
-        <td><a rel="nofollow" href="http://bigdatasummitkc.org/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>11/15/14</td>
-        <td>Global Big Data Camp</td>
-        <td>Dallas</td>
-        <td>Jim Bates</td>
-        <td><a rel="nofollow" href="http://globalbigdatabootcamp.com/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>11/19/14</td>
-        <td>Portland Big Data User Group</td>
-        <td>Portland, OR</td>
-        <td>Aditya Kishore</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/Hadoop-Portland/events/216654112/" target="_new">Click Here</a></td>
-      </tr>
-      <tr>
-        <td>12/10/14</td>
-        <td>Houston Hadoop Meetup</td>
-        <td>Houston</td>
-        <td>Jim Bates</td>
-        <td><a rel="nofollow" href="http://www.meetup.com/Houston-Hadoop-Meetup-Group/events/218626903/" target="_new">Click Here</a></td>
-      </tr>
-    </tbody>
-  </table>
-
-  <a name="mailinglists" class="anchor"></a>
-  <h2>Mailing Lists<h2>
-
-  <table class="table ul" cellpadding="0" cellspacing="0">
-    <thead>
-      <tr>
-        <th>Name</th>
-        <th>Subscribe</th>
-        <th>Unsubscribe</th>
-        <th>Post</th>
-        <th>Archive</th>
-      </tr>
-    </thead>
-    <tbody>
-      <tr>
-        <td>User List</td>
-        <td><a rel="nofollow" href="mailto:user-subscribe@drill.apache.org">Subscribe</a></td>
-        <td><a rel="nofollow" href="mailto:user-unsubscribe@drill.apache.org">Unsubscribe</a></td>
-        <td><a rel="nofollow" href="mailto:user@drill.apache.org">Post</a></td>
-        <td><a rel="nofollow" href="http://mail-archives.apache.org/mod_mbox/drill-user/">mail-archives.apache.org</a></td>
-      </tr>
-      <tr>
-        <td>Developer List</td>
-        <td><a rel="nofollow" href="mailto:dev-subscribe@drill.apache.org">Subscribe</a></td>
-        <td><a rel="nofollow" href="mailto:dev-unsubscribe@drill.apache.org">Unsubscribe</a></td>
-        <td><a rel="nofollow" href="mailto:dev@drill.apache.org">Post</a></td>
-        <td><a rel="nofollow" href="http://mail-archives.apache.org/mod_mbox/drill-dev/">mail-archives.apache.org</a></td>
-      </tr>
-    </tbody>
-  </table>
-
-  <a name="getinvolved" class="anchor"></a>
-  <h2>Get Involved</h2>
-
-  <p>
-    <a rel="nofollow" href="http://apache.github.io/drill/docs/apache-drill-contribution-guidelines/#how-to-contribute-to-drill="_blank">How to contribute to Drill</a><br>
-    <a rel="nofollow" href="http://apache.github.io/drill/docs/apache-drill-contribution-ideas/" target="_blank">Contribution Ideas</a><br>
-    <a rel="nofollow" href="https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc" target="_blank">Monthly Google Hangout - First Tuesday of each month 10:00am PDT</a><br>
-    Twitter: <a rel="nofollow" href="https://twitter.com/ApacheDrill" target="_blank">@ApacheDrill</a><br>
-    Wiki: <a rel="nofollow" href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Wiki" target="_blank">Apache Drill Wiki</a><br>
-    <a rel="nofollow" href="http://www.meetup.com/Bay-Area-Apache-Drill-User-Group/" target="_blank">Drill Meetup Group</a><br>
-    <a rel="nofollow" href="http://www.slideshare.net/ApacheDrill/" target="_blank">Apache Drill Slideshare</a>
-  </p>

http://git-wip-us.apache.org/repos/asf/drill/blob/aea162be/communityresources.md
----------------------------------------------------------------------
diff --git a/communityresources.md b/communityresources.md
new file mode 100755
index 0000000..1001383
--- /dev/null
+++ b/communityresources.md
@@ -0,0 +1,17 @@
+---
+layout: page
+title: Community Resources
+---
+## User Resources
+
+* [Documentation]({{ site.baseurl }}/docs/)
+* Twitter: [@ApacheDrill](https://twitter.com/ApacheDrill)
+* Meetup: [Bay Area Apache Drill User Group](http://www.meetup.com/Bay-Area-Apache-Drill-User-Group/)
+* Presentations: [SlideShare](http://www.slideshare.net/ApacheDrill/)
+
+## Developer Resources
+
+* Issue tracker: [JIRA](https://issues.apache.org/jira/browse/DRILL/)
+* [Contribute to Drill]({{ site.baseurl }}/docs/contribute-to-drill/)
+* Hangout: [Monthly Drill Hangout](https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc) (first Tuesday of every month at 10am PDT)
+* Source code: [GitHub](https://github.com/apache/drill)

http://git-wip-us.apache.org/repos/asf/drill/blob/aea162be/mailinglists.md
----------------------------------------------------------------------
diff --git a/mailinglists.md b/mailinglists.md
new file mode 100644
index 0000000..b122aa5
--- /dev/null
+++ b/mailinglists.md
@@ -0,0 +1,17 @@
+---
+layout: page
+title: Mailing Lists
+---
+All communication related to the Apache Drill project happens on the mailing lists:
+
+* **User** (this is where you should ask for help if you have any questions or issues)
+  * Subscribe: <us...@drill.apache.org>
+  * Unsubscribe: <us...@drill.apache.org>
+  * Post: <us...@drill.apache.org>
+  * [Archive](http://mail-archives.apache.org/mod_mbox/drill-user/)
+* **Dev**
+  * Subscribe: <de...@drill.apache.org>
+  * Unsubscribe: <de...@drill.apache.org>
+  * Post: <de...@drill.apache.org>
+  * [Archive](http://mail-archives.apache.org/mod_mbox/drill-dev/)
+

http://git-wip-us.apache.org/repos/asf/drill/blob/aea162be/team.html
----------------------------------------------------------------------
diff --git a/team.html b/team.html
deleted file mode 100755
index 1b1241e..0000000
--- a/team.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-layout: page
-title: Team
----
-
-<p>
-    Apache Drill developer community now has a growing set of committers and over 40 contributors from different companies and universities.
-    Prominent Drill contributions today come from MapR Technologies, LinkedIn, Hortonworks, University of Wisconsin Madison, Pentaho and Cisco. <br><br>
-    <a href="https://cwiki.apache.org/confluence/display/DRILL/Apache+Drill+Contribution+Guidelines?from=iZHHAg">Click here</a> if you are interested in contributing to the development of Drill.
-</p>
-<p><strong>Current list of Drill committers:</strong></p>
-<p>
-    <strong>Jacques Nadeau</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;jacques at apache dot org&gt;&nbsp;&nbsp;&nbsp;&nbsp;(PMC Chair and VP Apache Drill)
-    <br><strong>Tomer Shiran</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;tshiran at apache dot org&gt;
-    <br><strong>Ted Dunning</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;tdunning at apache dot org&gt;
-    <br><strong>Jason Frantz</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;jason at apache dot org&gt;
-    <br><strong>MC Srivas</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;srivas at apache dot org&gt;
-    <br><strong>Keys Botzum</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;kbotzum at apache dot org&gt;
-    <br><strong>Julian Hyde</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;jhyde at apache dot org&gt;
-    <br><strong>Tim Chen</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;tnachen at apache dot org&gt;
-    <br><strong>Mehant Baid</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;mehant at apache dot org&gt;
-    <br><strong>Jinfeng Ni</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;jni at apache dot org&gt;
-    <br><strong>Venki Korukanti</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;venki at apache dot org&gt;
-    <br><strong>Jason Altekruse</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;json at apache dot org&gt;
-    <br><strong>Aditya Kishore</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;adi at apache dot org&gt;
-    <br><strong>Parth Chandra</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;parthc at apache dot org&gt;
-    <br><strong>Aman Sinha</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;amansinha at apache dot org&gt;
-    <br><strong>Steven Phillips</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;smp at apache dot org&gt;
-</p>

http://git-wip-us.apache.org/repos/asf/drill/blob/aea162be/team.md
----------------------------------------------------------------------
diff --git a/team.md b/team.md
new file mode 100755
index 0000000..68c5cc2
--- /dev/null
+++ b/team.md
@@ -0,0 +1,29 @@
+---
+layout: page
+title: Team
+---
+The Apache Drill developer community is growing rapidly. It currently includes dozens of contributors employed by many organizations, such as MapR, Intuit, Hortonworks, Elastic, LinkedIn, Pentaho, Cisco and the University of Wisconsin-Madison.
+
+We welcome contributions to the project. If you're interested in contributing, take a look at the [contribution guide]({{ site.baseurl }}/docs/contribute-to-drill/). You can also ask questions on the [drill-dev](mailto:dev@drill.apache.org) list.
+
+## Drill Committers
+
+| Name | Alias (email is &lt;alias&gt;@apache.org) |  |
+|------|-------|------|
+| Jacques Nadeau (PMC Chair and VP Apache Drill) | jacques |  |
+| Tomer Shiran | tshiran |  |
+| Ted Dunning | tdunning |  |
+| Jason Frantz | jason |  |
+| MC Srivas | srivas |  |
+| Julian Hyde | jhyde |  |
+| Tim Chen | tnachen |  |
+| Mehant Baid | mehant |  |
+| Jinfeng Ni | jni |  |
+| Venki Korukanti | venki |  |
+| Jason Altekruse | json |  |
+| Aditya Kishore | adi |  |
+| Parth Chandra | parthc |  |
+| Aman Sinha | amansinha |  |
+| Steven Phillips | smp |  |
+| Bridget Bevens | bridgetb |  |
+| Hanifi Gunes | hg |  |


[13/19] drill git commit: typo

Posted by ts...@apache.org.
typo


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

Branch: refs/heads/gh-pages
Commit: afa104f676a4b3b6439df5b7737ee5dff5b336d3
Parents: c224d99
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 4 06:15:16 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 4 06:15:16 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/afa104f6/_docs/manage-drill/030-start-stop.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/030-start-stop.md b/_docs/manage-drill/030-start-stop.md
index 51a18b2..c2b7c18 100644
--- a/_docs/manage-drill/030-start-stop.md
+++ b/_docs/manage-drill/030-start-stop.md
@@ -4,7 +4,7 @@ parent: "Manage Drill"
 ---
 How you start Drill depends on the installation method you followed. If you installed Drill in embedded mode, invoking SQLLine automatically starts a Drillbit locally. 
 
-On a MapR cluster, Drill runs as a service and the installation process starts the Drillbit service automatically. If you installed Drill in distributed mode, and the Drillbit on a node did not start, start the Drillbit before invoking running queries.
+On a MapR cluster, Drill runs as a service and the installation process starts the Drillbit service automatically. If you installed Drill in distributed mode, and the Drillbit on a node did not start, start the Drillbit before attempting to run queries.
 
 
 ## Controlling a Drillbit


[12/19] drill git commit: Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages

Posted by ts...@apache.org.
Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages


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

Branch: refs/heads/gh-pages
Commit: c224d9942b03238c1678f9fc4605c9643ed60df7
Parents: 1d09c83 be77483
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 4 06:08:32 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 4 06:08:32 2015 -0700

----------------------------------------------------------------------
 _data/version.json                           |   5 +
 _includes/head.html                          |   3 +-
 blog/_drafts/drill-0.9-released.md           |  32 -----
 blog/_posts/2015-05-04-drill-0.9-released.md |  33 +++++
 css/button.css                               | 121 ------------------
 css/code.css                                 |  69 ++++++++++
 css/docpage.css                              |  73 -----------
 css/download.css                             |  33 +++++
 css/style.css                                | 118 ++----------------
 download.html                                |  57 +++------
 faq.md                                       | 145 +++++++++++++---------
 team.md                                      |  38 +++---
 12 files changed, 278 insertions(+), 449 deletions(-)
----------------------------------------------------------------------



[18/19] drill git commit: Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages

Posted by ts...@apache.org.
Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages


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

Branch: refs/heads/gh-pages
Commit: a01d597c0d21f2041465328589e25b761bcec29e
Parents: ffc9c27 34d92e9
Author: Tomer Shiran <ts...@gmail.com>
Authored: Mon May 4 08:43:19 2015 -0700
Committer: Tomer Shiran <ts...@gmail.com>
Committed: Mon May 4 08:43:19 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 39 +++++++++++++++++++++++--------
 1 file changed, 29 insertions(+), 10 deletions(-)
----------------------------------------------------------------------



[10/19] drill git commit: Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages

Posted by ts...@apache.org.
Merge branch 'gh-pages' of https://github.com/tshiran/drill into gh-pages


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

Branch: refs/heads/gh-pages
Commit: be77483368f2fa74281a43deea73936651240b10
Parents: efbcbc4 3d8b93d
Author: Tomer Shiran <ts...@gmail.com>
Authored: Sun May 3 22:46:29 2015 -0700
Committer: Tomer Shiran <ts...@gmail.com>
Committed: Sun May 3 22:46:29 2015 -0700

----------------------------------------------------------------------
 _docs/img/drill-bin.png                    | Bin 0 -> 85017 bytes
 _docs/img/drill-directory.png              | Bin 0 -> 87651 bytes
 _docs/img/sqlline1.png                     | Bin 0 -> 23074 bytes
 _docs/manage-drill/030-start-stop.md       |  67 +++++----
 _docs/tutorials/020-drill-in-10-minutes.md | 181 ++++++++----------------
 5 files changed, 104 insertions(+), 144 deletions(-)
----------------------------------------------------------------------



[15/19] drill git commit: clarify sqlline schema

Posted by ts...@apache.org.
clarify sqlline schema


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

Branch: refs/heads/gh-pages
Commit: a96622dfa6153c7ab0d612811a7baddddd44418a
Parents: 6bdb284
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon May 4 06:18:54 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon May 4 06:18:54 2015 -0700

----------------------------------------------------------------------
 _docs/manage-drill/030-start-stop.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/a96622df/_docs/manage-drill/030-start-stop.md
----------------------------------------------------------------------
diff --git a/_docs/manage-drill/030-start-stop.md b/_docs/manage-drill/030-start-stop.md
index 46d327b..06cc563 100644
--- a/_docs/manage-drill/030-start-stop.md
+++ b/_docs/manage-drill/030-start-stop.md
@@ -24,7 +24,7 @@ For example, to restart a Drillbit, navigate to the Drill installation directory
     bin/drillbit.sh restart
 
 ## Invoking SQLLine
-SQLLine is used as the Drill shell. SQLLine connects to relational databases and executes SQL commands. You invoke SQLLine for Drill in embedded or distributed mode. If you want to use a particular storage plugin, you can indicate the schema name when you invoke SQLLine.
+SQLLine is used as the Drill shell. SQLLine connects to relational databases and executes SQL commands. You invoke SQLLine for Drill in embedded or distributed mode. If you want to use a particular storage plugin, you specify the plugin as a schema when you invoke SQLLine.
 
 ### SQLLine Command Syntax
 To start SQLLine, use the following **sqlline command** syntax:


[05/19] drill git commit: scale images 10-min install

Posted by ts...@apache.org.
scale images 10-min install


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

Branch: refs/heads/gh-pages
Commit: 57694ee88df245cffe57825e61399c369e5c8804
Parents: 2a52cb9
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Sun May 3 19:27:18 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Sun May 3 19:27:18 2015 -0700

----------------------------------------------------------------------
 _docs/img/drill-bin.png       | Bin 46610 -> 60739 bytes
 _docs/img/drill-directory.png | Bin 47168 -> 62938 bytes
 _docs/img/sqlline1.png        | Bin 5709 -> 16138 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/57694ee8/_docs/img/drill-bin.png
----------------------------------------------------------------------
diff --git a/_docs/img/drill-bin.png b/_docs/img/drill-bin.png
index 07cc384..1782422 100644
Binary files a/_docs/img/drill-bin.png and b/_docs/img/drill-bin.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/57694ee8/_docs/img/drill-directory.png
----------------------------------------------------------------------
diff --git a/_docs/img/drill-directory.png b/_docs/img/drill-directory.png
index 543e6c0..a0e83b4 100644
Binary files a/_docs/img/drill-directory.png and b/_docs/img/drill-directory.png differ

http://git-wip-us.apache.org/repos/asf/drill/blob/57694ee8/_docs/img/sqlline1.png
----------------------------------------------------------------------
diff --git a/_docs/img/sqlline1.png b/_docs/img/sqlline1.png
index b7677f7..9f095c2 100644
Binary files a/_docs/img/sqlline1.png and b/_docs/img/sqlline1.png differ