You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2017/05/09 01:43:58 UTC

drill git commit: doc edits: add links to ASF and fix links to drivers

Repository: drill
Updated Branches:
  refs/heads/gh-pages 54c7b8e77 -> 657d4484c


doc edits: add links to ASF and fix links to drivers


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

Branch: refs/heads/gh-pages
Commit: 657d4484c0fd5c1edb02139b93b6e4973def2271
Parents: 54c7b8e
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Mon May 8 18:40:50 2017 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Mon May 8 18:40:50 2017 -0700

----------------------------------------------------------------------
 _docs/getting-started/010-drill-introduction.md          |  4 ++--
 .../odbc-jdbc-interfaces/010-interfaces-introduction.md  |  6 ++----
 _docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md      |  5 ++---
 .../020-using-jdbc-with-squirrel-on-windows.md           |  8 ++------
 ...che-software-foundation-announces-apache-drill-1.0.md |  2 +-
 community-resources.md                                   | 11 ++++++++++-
 6 files changed, 19 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/657d4484/_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 85e4eeb..83d9bb0 100644
--- a/_docs/getting-started/010-drill-introduction.md
+++ b/_docs/getting-started/010-drill-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Drill Introduction"
-date: 2017-03-15 02:28:07 UTC
+date: 2017-05-09 01:40:51 UTC
 parent: "Getting Started"
 ---
 Drill is an Apache open-source SQL query engine for Big Data exploration.
@@ -14,7 +14,7 @@ with existing Apache Hive and Apache HBase deployments.
 
 Drill 1.10 provides the following new features and improvements:  
 
-* Support for the [CREATE TEMPORARY TABLE AS (CTTAS)]({{site.baseurl}}/docs/create-temporary-table-as/) command.
+* Support for the [CREATE TEMPORARY TABLE AS (CTTAS)]({{site.baseurl}}/docs/create-temporary-table-as-cttas//) command.
 * A [JDBC connection option]({{site.baseurl}}/docs/using-the-jdbc-driver/#using-the-jdbc-url-format-for-a-direct-drillbit-connection) that improves fault tolerance when connecting directly to a Drill node from a client.
 * The [Web Console]({{site.baseurl}}/docs/identifying-multiple-drill-versions-in-a-cluster) displays the Drill version and additional query profile statistics.
 * Drill implicitly interprets the [INT96]({{site.baseurl}}/docs/parquet-format/#about-int96-support/) timestamp data type in Parquet files.

http://git-wip-us.apache.org/repos/asf/drill/blob/657d4484/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md b/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
index c0d7854..333ad90 100644
--- a/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
+++ b/_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md
@@ -1,6 +1,6 @@
 ---
 title: "Interfaces Introduction"
-date: 2016-12-24 00:01:38 UTC
+date: 2017-05-09 01:40:52 UTC
 parent: "ODBC/JDBC Interfaces"
 ---
 You can connect to Apache Drill through the following interfaces:
@@ -17,9 +17,7 @@ You can connect to Apache Drill through the following interfaces:
 
 MapR provides an ODBC driver that connects Windows, Mac OS X, and Linux to Apache Drill and BI tools. Install the latest version of Apache Drill with the latest version of the MapR Drill ODBC driver. An ODBC driver that you installed with an older version of Drill may not work with an upgraded version of Drill.
 
-Access the latest MapR Drill ODBC drivers in the following location:  
-
-<http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.3.0.1009/>
+Access the latest MapR Drill ODBC drivers at [http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/).
 
 ## Using JDBC to Access Apache Drill from SQuirrel
 

http://git-wip-us.apache.org/repos/asf/drill/blob/657d4484/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
index e572adc..fb55815 100644
--- a/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
+++ b/_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md
@@ -1,6 +1,6 @@
 ---
 title: "Using the JDBC Driver"
-date: 2017-03-13 22:49:08 UTC
+date: 2017-05-09 01:40:52 UTC
 parent: "ODBC/JDBC Interfaces"
 ---
 This section explains how to install and use the JDBC driver for Apache Drill. To use the JDBC driver, you have to:
@@ -28,8 +28,7 @@ The Drill JDBC Driver `JAR` file must exist on a client machine so you can confi
 
    Or
 
-* Download the following TAR file to a location on your client machine: [apache-
-drill-1.0.0.tar.gz](http://apache.osuosl.org/drill/drill-1.0.0/apache-drill-1.0.0-src.tar.gz). Extract the file. On Windows, you may need to use a decompression utility, such as [7-zip](http://www.7-zip.org/). The driver is extracted to the following directory:  
+* Download a [TAR file for the latest Drill release](http://apache.osuosl.org/drill/) to a location on your client machine, and extract the file. On Windows, you may need to use a decompression utility, such as [7-zip](http://www.7-zip.org/). The driver is extracted to the following directory:  
    `<drill-installation_directory>/jars/jdbc-driver/drill-jdbc-all-<version>.jar`
 
 ## Using the JDBC URL for a Random Drillbit Connection 

http://git-wip-us.apache.org/repos/asf/drill/blob/657d4484/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
----------------------------------------------------------------------
diff --git a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md b/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
index 06e0a69..c8d187f 100644
--- a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
@@ -1,6 +1,6 @@
 ---
 title: "Using JDBC with SQuirreL on Windows"
-date:  
+date: 2017-05-09 01:40:53 UTC
 parent: "ODBC/JDBC Interfaces"
 ---
 To use the JDBC Driver to access Drill through SQuirreL, ensure that you meet the prerequisites and follow the steps in this section.
@@ -30,11 +30,7 @@ machine:
 
     <drill_installation_directory>/jars/jdbc-driver/drill-jdbc-all-<version>.jar
 
-Or, you can download the [apache-
-drill-1.0.0.tar.gz](http://apache.osuosl.org/drill/drill-1.0.0/apache-drill-1.0.0.tar.gz) file to a location on your Windows machine, and
-extract the contents of the file. You may need to use a decompression utility,
-such as [7-zip](http://www.7-zip.org/) to extract the archive. Once extracted,
-you can locate the driver in the following directory:
+Or, download a [TAR file for the latest Drill release](http://apache.osuosl.org/drill/) to a location on your Windows machine, and extract the contents of the file. You may need to use a decompression utility, such as [7-zip](http://www.7-zip.org/) to extract the archive. Once extracted, you can locate the driver in the following directory:
 
     <windows_directory>\apache-drill-<version>\jars\jdbc-driver\drill-jdbc-all-<version>.jar
 

http://git-wip-us.apache.org/repos/asf/drill/blob/657d4484/blog/_posts/2015-05-19-the-apache-software-foundation-announces-apache-drill-1.0.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2015-05-19-the-apache-software-foundation-announces-apache-drill-1.0.md b/blog/_posts/2015-05-19-the-apache-software-foundation-announces-apache-drill-1.0.md
index ec0224d..064518b 100644
--- a/blog/_posts/2015-05-19-the-apache-software-foundation-announces-apache-drill-1.0.md
+++ b/blog/_posts/2015-05-19-the-apache-software-foundation-announces-apache-drill-1.0.md
@@ -8,7 +8,7 @@ excerpt: The Apache Software Foundation announced today the availability of Apac
 ---
 **Thousands of users adopt Open Source, enterprise-grade, schema-free SQL query engine for Apache Hadoop®, NoSQL and Cloud storage**
 
-Forest Hill, MD --19 May 2015-- The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of more than 350 Open Source projects and initiatives, announced today the availability of Apache™ Drill™ 1.0, the schema-free SQL query engine for Apache Hadoop®, NoSQL and Cloud storage.
+Forest Hill, MD --19 May 2015-- The [Apache Software Foundation (ASF)](https://www.apache.org/), the all-volunteer developers, stewards, and incubators of more than 350 Open Source projects and initiatives, announced today the availability of Apache™ Drill™ 1.0, the schema-free SQL query engine for Apache Hadoop®, NoSQL and Cloud storage.
 
 "The production-ready 1.0 release represents a significant milestone for the Drill project," said Tomer Shiran, member of the Apache Drill Project Management Committee. "It is the outcome of almost three years of development involving dozens of engineers from numerous companies. Apache Drill's flexibility and ease-of-use have attracted thousands of users, and the enterprise-grade reliability, security and performance in the 1.0 release will further accelerate adoption."
 

http://git-wip-us.apache.org/repos/asf/drill/blob/657d4484/community-resources.md
----------------------------------------------------------------------
diff --git a/community-resources.md b/community-resources.md
index 836b23c..03677e3 100755
--- a/community-resources.md
+++ b/community-resources.md
@@ -2,6 +2,7 @@
 layout: page
 title: Community Resources
 ---
+
 ## User Resources
 
 * [Documentation]({{ site.baseurl }}/docs/)
@@ -18,4 +19,12 @@ title: Community Resources
 * Issue tracker: [JIRA](https://issues.apache.org/jira/browse/DRILL/)
 * [Contribute to Drill]({{ site.baseurl }}/docs/contribute-to-drill/)
 * Hangout: A [bi-weekly Drill hangout](https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc) occurs every other Tuesday at 10 am PDT. For more information and hangout notes, see [Apache Drill Hangout Notes](https://docs.google.com/document/d/1o2GvZUtJvKzN013JdM715ZBzhseT0VyZ9WgmLMeeUUk/edit?ts=5744c15c#heading=h.z8q6drmaybbj).
-* Source code: [GitHub](https://github.com/apache/drill)
+* Source code: [GitHub](https://github.com/apache/drill) 
+
+## Apache Software Foundation Resources 
+
+* Find out more about the Apache Software Foundation at [http://www.apache.org/](http://www.apache.org/).
+* See the generous supporters of the Apache Software Foundation at [http://www.apache.org/foundation/thanks.html](http://www.apache.org/foundation/thanks.html).
+* Find out how you can become a sponsor of the Apache Software Foundation at [http://www.apache.org/foundation/sponsorship.html](http://www.apache.org/foundation/sponsorship.html).
+* Get Apache Software Foundation licensing information at [http://www.apache.org/licenses/](http://www.apache.org/licenses/).
+* Report security vulnerabilities at [http://www.apache.org/security/](http://www.apache.org/security/). 
\ No newline at end of file