Repository: drill
Updated Branches:
  refs/heads/gh-pages 275cfe7ac -> c1d047deb


download links updated on install pages


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

Branch: refs/heads/gh-pages
Commit: c1d047debb741c1ac36ed61c361443ce0d287ad3
Parents: 275cfe7
Author: Bridget Bevens <[email protected]>
Authored: Tue Feb 23 18:49:42 2016 -0800
Committer: Bridget Bevens <[email protected]>
Committed: Tue Feb 23 18:49:42 2016 -0800

----------------------------------------------------------------------
 .../047-installing-drill-on-the-cluster.md       | 19 +++++++++----------
 ...020-installing-drill-on-linux-and-mac-os-x.md | 18 +++++++-----------
 .../040-installing-drill-on-windows.md           |  6 +++---
 _docs/tutorials/020-drill-in-10-minutes.md       | 19 +++++++------------
 4 files changed, 26 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/c1d047de/_docs/install/047-installing-drill-on-the-cluster.md
----------------------------------------------------------------------
diff --git a/_docs/install/047-installing-drill-on-the-cluster.md 
b/_docs/install/047-installing-drill-on-the-cluster.md
index bfcd59c..0375e7d 100644
--- a/_docs/install/047-installing-drill-on-the-cluster.md
+++ b/_docs/install/047-installing-drill-on-the-cluster.md
@@ -1,19 +1,18 @@
 ---
 title: "Installing Drill on the Cluster"
-date: 2015-12-30 19:09:53 UTC
+date: 2016-02-24 02:49:43 UTC
 parent: "Installing Drill in Distributed Mode"
 ---
 You install Drill on nodes in the cluster, configure a cluster ID, and add 
Zookeeper information, as described in the following steps:
 
-  1. Download the Drill tarball. For example, enter the curl command using the 
latest version number for Drill:
-  
-      `curl http://getdrill.org/drill/download/apache-drill-<version>.tar.gz`
-  2. Extract the tarball to the directory of your choice, such as `/opt`:
-  
-      `tar -xzvf apache-drill-<version>.tar.gz`
-  3. In `drill-override.conf,` use the Drill `cluster ID`, and provide 
ZooKeeper host names and port numbers to configure a connection to your 
ZooKeeper quorum.
-     1. Edit `drill-override.conf` located in the `conf` directory.
-     2. Provide a unique `cluster-id` and the ZooKeeper host names and port 
numbers in `zk.connect`. If you install Drill on multiple nodes, assign the 
same `cluster ID` 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.
+  1. Download the latest version of Apache Drill 
[here](http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.5.0/apache-drill-1.5.0.tar.gz&action=download)
 or from the [Apache Drill mirror 
site](http://www.apache.org/dyn/closer.cgi/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz)
 with the command appropriate for your system:  
+       * `wget 
http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz`  
+       * `curl -o apache-drill-1.5.0.tar.gz 
http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz`  
+  2. Extract the tarball to the directory of your choice, such as `/opt`:  
+  `tar -xzvf apache-drill-<version>.tar.gz`
+  3. In `drill-override.conf,` use the Drill `cluster ID`, and provide 
ZooKeeper host names and port numbers to configure a connection to your 
ZooKeeper quorum.  
+         a. Edit `drill-override.conf` located in the `conf` directory.  
+         b. Provide a unique `cluster-id` and the ZooKeeper host names and 
port numbers in `zk.connect`. If you install Drill on multiple nodes, assign 
the same `cluster ID` 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.
 
        **Example**
        

http://git-wip-us.apache.org/repos/asf/drill/blob/c1d047de/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
----------------------------------------------------------------------
diff --git 
a/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
 
b/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
index 09f2e2d..9f78746 100644
--- 
a/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
+++ 
b/_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md
@@ -1,22 +1,18 @@
 ---
 title: "Installing Drill on Linux and Mac OS X"
-date:  
+date: 2016-02-24 02:49:44 UTC
 parent: "Installing Drill in Embedded Mode"
 ---
 First, check that you [meet the 
prerequisites]({{site.baseurl}}/docs/embedded-mode-prerequisites), and then 
install Apache Drill on Linux or Mac OS X:
 
 Complete the following steps to install Drill:  
 
-1. In a terminal window, change to the directory where you want to install 
Drill.
-
-2. To get the latest version of Apache Drill, download Drill from the [Drill 
web site](http://getdrill.org/drill/download/apache-drill-1.4.0.tar.gz) or run 
one of the following commands, depending on which you have installed on your 
system:  
-   * `wget http://getdrill.org/drill/download/apache-drill-1.4.0.tar.gz`  
-   *  `curl -o apache-drill-1.4.0.tar.gz 
http://getdrill.org/drill/download/apache-drill-1.4.0.tar.gz`  
-
-3. Copy the downloaded file to the directory where you want to install Drill. 
-
+1. In a terminal window, change to the directory where you want to install 
Drill.  
+2. Download the latest version of Apache Drill 
[here](http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.5.0/apache-drill-1.5.0.tar.gz&action=download)
 or from the [Apache Drill mirror 
site](http://www.apache.org/dyn/closer.cgi/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz)
 with the command appropriate for your system:  
+       * `wget 
http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz`  
+       * `curl -o apache-drill-1.5.0.tar.gz 
http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz`  
+3. Copy the downloaded file to the directory where you want to install Drill.  
 4. Extract the contents of the Drill `.tar.gz` file. Use sudo only if 
necessary:  
-
-    `tar -xvzf <.tar.gz file name>`  
+`tar -xvzf <.tar.gz file name>`  
 
 The extraction process creates the installation directory containing the Drill 
software. You can now [start 
Drill]({{site.baseurl}}/docs/starting-drill-on-linux-and-mac-os-x).

http://git-wip-us.apache.org/repos/asf/drill/blob/c1d047de/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md
----------------------------------------------------------------------
diff --git 
a/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md
 
b/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md
index 06e2439..e26883c 100644
--- 
a/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md
+++ 
b/_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md
@@ -1,12 +1,12 @@
 ---
 title: "Installing Drill on Windows"
-date: 2016-01-13
+date: 2016-02-24 02:49:45 UTC
 parent: "Installing Drill in Embedded Mode"
 ---
 First, check that you [meet the 
prerequisites]({{site.baseurl}}/docs/embedded-mode-prerequisites), including 
setting the JAVA_HOME environment variable, and then install Drill. Currently, 
Drill supports 64-bit Windows only. Complete the following steps to install 
Drill:
 
-1. Download the latest version of Apache Drill:  
[http://getdrill.org/drill/download/apache-drill-1.4.0.tar.gz](http://getdrill.org/drill/download/apache-drill-1.4.0.tar.gz)
-2. Move the downloaded file to a directory where you want to install Drill.
+1. Download the latest version of Apache Drill 
[here](http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.5.0/apache-drill-1.5.0.tar.gz&action=download).
+2. Move the downloaded file to the directory where you want to install Drill.
 3. Unzip the GZ file using a third-party tool. If the tool you use does not 
unzip the underlying TAR file as well as the GZ file, perform a second unzip to 
extract the Drill software. The extraction process creates the installation 
directory containing the Drill software. 
 
 At this point, you can [start 
Drill]({{site.baseurl}}/docs/starting-drill-on-windows). 

http://git-wip-us.apache.org/repos/asf/drill/blob/c1d047de/_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 e62e4b8..592c070 100644
--- a/_docs/tutorials/020-drill-in-10-minutes.md
+++ b/_docs/tutorials/020-drill-in-10-minutes.md
@@ -1,6 +1,6 @@
 ---
 title: "Drill in 10 Minutes"
-date: 2016-02-23 02:39:25 UTC
+date: 2016-02-24 02:49:46 UTC
 parent: "Tutorials"
 description: Get started with Drill in 10 minutes or less.
 ---
@@ -44,18 +44,13 @@ The output looks something like this:
 
 Complete the following steps to install Drill:  
 
-1. In a terminal window, change to the directory where you want to install 
Drill.
-
-2. Download the latest version of Apache Drill 
[here](http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.5.0/apache-drill-1.5.0.tar.gz&action=download)
 or from the [Apache Drill mirror 
site](http://www.apache.org/dyn/closer.cgi/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz)
 with the command appropriate for your system:
-
-   * `wget 
http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz`
-   * `curl -o apache-drill-1.5.0.tar.gz 
http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz`
-
-3. Copy the downloaded file to the directory where you want to install Drill. 
-
+1. In a terminal window, change to the directory where you want to install 
Drill.  
+2. Download the latest version of Apache Drill 
[here](http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.5.0/apache-drill-1.5.0.tar.gz&action=download)
 or from the [Apache Drill mirror 
site](http://www.apache.org/dyn/closer.cgi/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz)
 with the command appropriate for your system:  
+       * `wget 
http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz`  
+       * `curl -o apache-drill-1.5.0.tar.gz 
http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz`   
+3. Copy the downloaded file to the directory where you want to install Drill.  
 4. Extract the contents of the Drill .tar.gz file. Use `sudo` if necessary:  
-
-    `tar -xvzf <.tar.gz file name>`  
+`tar -xvzf <.tar.gz file name>`  
 
 The extraction process creates an installation directory containing the Drill 
software.
 

Reply via email to