You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2015/12/30 20:39:47 UTC

drill-site git commit: Website update

Repository: drill-site
Updated Branches:
  refs/heads/asf-site 9fd132a09 -> 8ee2c81eb


Website update


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

Branch: refs/heads/asf-site
Commit: 8ee2c81eb0eb95da0e79d9a22551095b6ad94536
Parents: 9fd132a
Author: Kris Hahn <kr...@apache.org>
Authored: Wed Dec 30 11:39:43 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Wed Dec 30 11:39:43 2015 -0800

----------------------------------------------------------------------
 README.md                                          |  4 +++-
 docs/distributed-mode-prerequisites/index.html     | 10 +++++-----
 docs/embedded-mode-prerequisites/index.html        | 13 +++++--------
 docs/install-drill-introduction/index.html         | 12 +++++++-----
 docs/installing-drill-on-the-cluster/index.html    |  8 ++++----
 docs/starting-drill-in-distributed-mode/index.html |  4 ++--
 feed.xml                                           |  4 ++--
 7 files changed, 28 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/8ee2c81e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2fdc1e4..d4bacfe 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ To automatically add the last-modified-on date, a one-time local setup is requir
 
           chmod +x pre-commit
 
-In addition the title: and parent:, add date: to the front matter of any file you create. For example:
+In addition to the title: and parent:, you now need to add date: to the front matter of any file you create. For example:
 
           ---
           title: "Configuring Multitenant Resources"
@@ -36,6 +36,8 @@ In addition the title: and parent:, add date: to the front matter of any file yo
           date: 
           ---
 
+Do not fill in or alter the date: field. Jekyll and git take care of that when you commit the file. 
+
 # Compiling the Website
 
 Once the website is ready, you'll need to compile the site to static HTML so that it can then be published to Apache. This is as simple as running the `jekyll build` command. The _config-prod.yml configuration file causes a few changes to the site:

http://git-wip-us.apache.org/repos/asf/drill-site/blob/8ee2c81e/docs/distributed-mode-prerequisites/index.html
----------------------------------------------------------------------
diff --git a/docs/distributed-mode-prerequisites/index.html b/docs/distributed-mode-prerequisites/index.html
index f5abd39..73f33f2 100644
--- a/docs/distributed-mode-prerequisites/index.html
+++ b/docs/distributed-mode-prerequisites/index.html
@@ -1040,7 +1040,7 @@
 
     </div>
 
-     
+     Dec 30, 2015
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1051,12 +1051,12 @@ run it in a clustered environment.</p>
 
 <h2 id="prerequisites">Prerequisites</h2>
 
-<p>Before you install Apache Drill on nodes in your cluster, your cluster must meet the following prerequisites:</p>
+<p>Before you install Drill on nodes in a cluster, ensure that the cluster meets the following prerequisites:</p>
 
 <ul>
-<li>Running <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html">Oracle JDK version 7</a> (Required)</li>
-<li>Running a ZooKeeper quorum (Required)</li>
-<li>Running a Hadoop cluster (Recommended)</li>
+<li>Running <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html">Oracle JDK version 7</a> (Required)<br></li>
+<li>Running a <a href="https://zookeeper.apache.org/doc/r3.1.2/zookeeperStarted.html#sc_RunningReplicatedZooKeeper">ZooKeeper quorum</a> (Required)<br></li>
+<li>Running a Hadoop cluster (Recommended)<br></li>
 <li>Using DNS (Recommended)</li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/8ee2c81e/docs/embedded-mode-prerequisites/index.html
----------------------------------------------------------------------
diff --git a/docs/embedded-mode-prerequisites/index.html b/docs/embedded-mode-prerequisites/index.html
index cef2039..d141524 100644
--- a/docs/embedded-mode-prerequisites/index.html
+++ b/docs/embedded-mode-prerequisites/index.html
@@ -1040,20 +1040,17 @@
 
     </div>
 
-     
+     Dec 30, 2015
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
     <div class="int_text" align="left">
       
-        <p>Installing Drill in embedded mode installs Drill locally on your machine.
-Embedded mode is a quick way to install and try Drill without having to
-perform any configuration tasks. Installing Drill in embedded mode configures the
+        <p>To use Drill only on a single node, install Drill in embedded mode. Installing Drill in embedded mode installs Drill locally on your machine. Embedded mode is a quick way to install and try Drill without having to
+perform any configuration tasks. A ZooKeeper installation is not required. Installing Drill in embedded mode configures the
 local Drillbit service to start automatically when you launch the Drill shell. You can install Drill in embedded mode on a machine
 running Linux, Mac OS X, or Windows.</p>
 
-<p><strong>Prerequisite:</strong></p>
-
 <p>You need to meet the following prerequisites to run Drill:</p>
 
 <ul>
@@ -1061,9 +1058,9 @@ running Linux, Mac OS X, or Windows.</p>
 <li>Windows only:<br>
 
 <ul>
-<li>A JAVA_HOME environment variable set up that points to the JDK installation<br></li>
+<li>A JAVA_HOME environment variable that points to the JDK installation<br></li>
 <li>A PATH environment variable that includes a pointer to the JDK installation<br></li>
-<li>A third-party utility for unzipping a tar.gz file </li>
+<li>A utility for unzipping a tar.gz file </li>
 </ul></li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/8ee2c81e/docs/install-drill-introduction/index.html
----------------------------------------------------------------------
diff --git a/docs/install-drill-introduction/index.html b/docs/install-drill-introduction/index.html
index bd95818..0e16ead 100644
--- a/docs/install-drill-introduction/index.html
+++ b/docs/install-drill-introduction/index.html
@@ -1038,17 +1038,19 @@
 
     </div>
 
-     
+     Dec 30, 2015
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
     <div class="int_text" align="left">
       
-        <p>If you installed Drill 1.2 or earlier and generated Parquet files, you need to <a href="/docs/migrating-parquet-data">migrate the files</a> for use in later releases as explained in the next section.</p>
+        <p>You can install Drill for use in either embedded mode or distributed mode. <a href="/docs/installing-drill-in-distributed-mode/">Choose embedded mode</a> to use Drill only on a single node. Installing Drill for use in embedded mode does not require installation of ZooKeeper. Using Drill in embedded mode requires no configuration.</p>
 
-<p>You can install Drill in either embedded mode or distributed mode. Installing
-Drill in embedded mode does not require any configuration. To use Drill in a
-clustered Hadoop environment, install Drill in distributed mode. You need to perform some configuration after installing Drill in distributed mode. After you complete these tasks, connect Drill to your Hive, HBase, or distributed file system data sources, and run queries on them.</p>
+<p><a href="/docs/installing-drill-in-distributed-mode/">Choose distributed mode</a> to use Drill in a clustered Hadoop environment. A clustered (multi-server) installation of ZooKeeper is one of the <a href="/docs/distributed-mode-prerequisites/">prerequisites</a>. You also need to configure Drill for use in distributed mode. After you complete these tasks, connect Drill to your Hive, HBase, or distributed file system data sources, and run queries on them.</p>
+
+<h2 id="using-parquet-files-from-a-previous-installation">Using Parquet Files from a Previous Installation</h2>
+
+<p>If you installed Drill 1.2 or earlier and generated Parquet files, you need to <a href="/docs/migrating-parquet-data">migrate the files</a> for use in later releases as explained in the next section.</p>
 
     
       

http://git-wip-us.apache.org/repos/asf/drill-site/blob/8ee2c81e/docs/installing-drill-on-the-cluster/index.html
----------------------------------------------------------------------
diff --git a/docs/installing-drill-on-the-cluster/index.html b/docs/installing-drill-on-the-cluster/index.html
index c0b59f7..94dd962 100644
--- a/docs/installing-drill-on-the-cluster/index.html
+++ b/docs/installing-drill-on-the-cluster/index.html
@@ -1040,13 +1040,13 @@
 
     </div>
 
-     
+     Dec 30, 2015
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
     <div class="int_text" align="left">
       
-        <p>You install Drill on nodes in the cluster, and then configure a cluster ID and add Zookeeper information, as described in the following steps:</p>
+        <p>You install Drill on nodes in the cluster, configure a cluster ID, and add Zookeeper information, as described in the following steps:</p>
 
 <ol>
 <li><p>Download the Drill tarball. For example, enter the curl command using the latest version number for Drill:</p>
@@ -1055,11 +1055,11 @@
 <li><p>Extract the tarball to the directory of your choice, such as <code>/opt</code>:</p>
 
 <p><code>tar -xzvf apache-drill-&lt;version&gt;.tar.gz</code></p></li>
-<li><p>In <code>drill-override.conf,</code> use the Drill <code>cluster ID</code>, and provide Zookeeper host names and port numbers to configure a connection to your Zookeeper quorum.</p>
+<li><p>In <code>drill-override.conf,</code> use the Drill <code>cluster ID</code>, and provide ZooKeeper host names and port numbers to configure a connection to your ZooKeeper quorum.</p>
 
 <ol>
 <li>Edit <code>drill-override.conf</code> located in the <code>conf</code> directory.</li>
-<li>Provide a unique <code>cluster-id</code> and the Zookeeper host names and port numbers in <code>zk.connect</code>. If you install Drill on multiple nodes, assign the same <code>cluster ID</code> to each Drill node so that all Drill nodes share the same ID. The default Zookeeper port on the open source version of Apache Drill is 2181.</li>
+<li>Provide a unique <code>cluster-id</code> and the ZooKeeper host names and port numbers in <code>zk.connect</code>. If you install Drill on multiple nodes, assign the same <code>cluster ID</code> to each Drill node so that all Drill nodes share the same ID. The default ZooKeeper port on the open source version of Apache Drill is 2181.</li>
 </ol>
 
 <p><strong>Example</strong></p>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/8ee2c81e/docs/starting-drill-in-distributed-mode/index.html
----------------------------------------------------------------------
diff --git a/docs/starting-drill-in-distributed-mode/index.html b/docs/starting-drill-in-distributed-mode/index.html
index baadfe8..e225ab2 100644
--- a/docs/starting-drill-in-distributed-mode/index.html
+++ b/docs/starting-drill-in-distributed-mode/index.html
@@ -1040,7 +1040,7 @@
 
     </div>
 
-     
+     Dec 30, 2015
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1117,7 +1117,7 @@ Drill lists information about the Drillbits that are running, such as the host n
 
 <p>The following command starts the Drill shell in a cluster configured to run ZooKeeper on three nodes:</p>
 
-<p><code>bin/sqlline –u jdbc:drill:zk=cento23,zk=centos24,zk=centos26:5181</code></p>
+<p><code>bin/sqlline –u jdbc:drill:zk=cento23,centos24,centos26:5181</code></p>
 
 <h2 id="making-a-direct-drillbit-connection">Making a Direct Drillbit Connection</h2>
 

http://git-wip-us.apache.org/repos/asf/drill-site/blob/8ee2c81e/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 77647d5..7f6dc93 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 28 Dec 2015 17:14:09 -0800</pubDate>
-    <lastBuildDate>Mon, 28 Dec 2015 17:14:09 -0800</lastBuildDate>
+    <pubDate>Wed, 30 Dec 2015 11:29:31 -0800</pubDate>
+    <lastBuildDate>Wed, 30 Dec 2015 11:29:31 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>