duplicate win install fix
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/e331872f Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/e331872f Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/e331872f Branch: refs/heads/gh-pages Commit: e331872fbc26171c3096e717fc17ae01cd83bf3b Parents: 34c8b14 Author: Kristine Hahn <[email protected]> Authored: Mon May 18 14:47:30 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Mon May 18 14:47:30 2015 -0700 ---------------------------------------------------------------------- _docs/getting-started/010-drill-introduction.md | 2 +- .../040-installing-drill-on-windows.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/e331872f/_docs/getting-started/010-drill-introduction.md ---------------------------------------------------------------------- diff --git a/_docs/getting-started/010-drill-introduction.md b/_docs/getting-started/010-drill-introduction.md index de01c2b..a71c861 100644 --- a/_docs/getting-started/010-drill-introduction.md +++ b/_docs/getting-started/010-drill-introduction.md @@ -13,7 +13,7 @@ with existing Apache Hive and Apache HBase deployments. Apache Drill 1.0 offers the following new features: -* Many performance planning and execution [improvements](/docs/performance-tuning-introduction/), including a new text reader for faster join planning that complies with RFC 4180. +* Many performance planning and execution [improvements](/docs/performance-tuning-introduction/). * Updated [Drill shell]({{site.baseurl}}/docs/configuring-the-drill-shell/#examples-of-configuring-the-drill-shell) and now formats query results having fewer than 70 characters in a column. * [Query audit logging]({{site.baseurl}}/docs/getting-query-information/) for getting the query history on a Drillbit. * Improved connection handling. http://git-wip-us.apache.org/repos/asf/drill/blob/e331872f/_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 05328c7..a8f82fa 100755 --- 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 @@ -5,7 +5,7 @@ parent: "Installing Drill in Embedded Mode" You can install Drill on Windows 7 or 8. First, check that you [meet the prerequisites]({{site.baseurl}}/docs/embedded-mode-prerequisites), including setting 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.1.0.tar.gz](http://getdrill.org/drill/download/apache-drill-0.9.0.tar.gz) -2. Move the `apache-drill-0.1.0.tar.gz` file to a directory where you want to install Drill. +2. Move the `apache-drill-1.0.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.1.0.tar` to extract the Drill software. The extraction process creates the installation directory named apache-drill-0.1.0 containing the Drill software. For example: 
